Tom Poole
|
894e7d2bd2
|
Updated all license headers
|
5 years ago |
reuk
|
327f817b9b
|
Copyrights: Update commercial/gpl headers to be gpl-only
|
5 years ago |
ed
|
be589191a0
|
OpenGL: Added GL_POINT_SPRITE to juce_MissingGLDefinitions.h
|
6 years ago |
jules
|
a9bc970ff8
|
Made the openGL 2D renderer limit the size of its vertex buffers to avoid problems on systems with limited GPUs
|
7 years ago |
jules
|
eda613c6db
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
7 years ago |
hogliux
|
b5afccc37c
|
Updated file headers and the README with the JUCE 5 license
|
8 years ago |
hogliux
|
71532b0e75
|
Add missing OpenGL definition GL_MULTISAMPLE
|
9 years ago |
hogliux
|
c7b8e77031
|
Update copyright notice
|
9 years ago |
jules
|
553d46320d
|
Added an openGL constant.
|
10 years ago |
jules
|
ae291475d6
|
Avoided a GL symbol redefinition and a warning in MSVC.
|
11 years ago |
jules
|
c58d91fc04
|
(Fixed typo in last commit)
|
11 years ago |
jules
|
bea96840b9
|
Added some openGL definitions to compensate for ones that are missing on certain platforms.
|
11 years ago |
jules
|
03c2801f3f
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
12 years ago |
jules
|
842a0f5705
|
Avoided GL contexts being destroyed when a window is minimised.
|
12 years ago |
jules
|
ad33fca65a
|
Minor clean-ups and documentation.
|
12 years ago |
jules
|
0e1b6061d5
|
Minor clean-ups for GL, removed some old VC6 hacks.
|
13 years ago |
jules
|
875cb97217
|
OpenGL fixes to support OSX10.5 and older win32 systems.
|
13 years ago |
jules
|
109f0a32a4
|
OpenGL: added internal checks to catch GL errors (in debug mode). More Android GL progress.
|
13 years ago |
jules
|
40e473d4dc
|
MSVC GL compile fix.
|
13 years ago |
jules
|
2bfa580254
|
Android GL work.
|
13 years ago |
jules
|
4870ea28dd
|
Refactored the dynamically-loaded OpenGL extension functions from being static to being members of a specific context object. This entails lots of OpenGLContext references being passed around all over the place, and has meant that a few static helper functions are no longer available.
|
13 years ago |