| .. |
|
juce_OpenGLContext.cpp
|
Fixed ridiculous typo in openGL
|
2014-10-27 08:21:42 +00:00 |
|
juce_OpenGLContext.h
|
Added a method OpenGLContext::setOpenGLVersionRequired, which can be used to request a v3.2 context.
|
2014-03-11 10:24:31 +00:00 |
|
juce_OpenGLFrameBuffer.cpp
|
Fix for iOS openGL framebuffers.
|
2014-03-27 09:52:42 +00:00 |
|
juce_OpenGLFrameBuffer.h
|
Stripped out all the old openGL fixed-function code, and hard-coded the assumption that it'll be running on hardware that's capable of running GLSL.
|
2014-02-23 16:23:34 +00:00 |
|
juce_OpenGLGraphicsContext.cpp
|
Workaround for leak of openGL textures when Images are deleted without an active GL context.
|
2014-10-27 10:28:46 +00:00 |
|
juce_OpenGLGraphicsContext.h
|
Refactored the OpenGLGraphicsContextCustomShader class and added a demo for it.
|
2014-02-24 19:03:47 +00:00 |
|
juce_OpenGLHelpers.cpp
|
Added openGL macro JUCE_GLSL_VERSION
|
2014-08-17 12:24:38 +01:00 |
|
juce_OpenGLHelpers.h
|
Updated OpenGLGraphicsContext to be able to use GL3 contexts.
|
2014-03-13 10:57:03 +00:00 |
|
juce_OpenGLImage.cpp
|
Made the OpenGL graphics context keep a cache of textures it has recently used for Image rendering, to avoid repeatedly moving data to the GPU.
|
2014-02-20 16:38:49 +00:00 |
|
juce_OpenGLImage.h
|
Some internal component peer work.
|
2013-07-25 14:55:55 +01:00 |
|
juce_OpenGLPixelFormat.cpp
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
2013-06-13 13:17:12 +01:00 |
|
juce_OpenGLPixelFormat.h
|
Updated the format of the header include guard macros.
|
2013-07-17 16:26:35 +01:00 |
|
juce_OpenGLRenderer.h
|
Added a method OpenGLContext::setContinuousRepainting, and changed the behaviour so that by default, continuous rendering is OFF. This seems much more likely to be what people need in most cases, but if you need the old behaviour, just call setContinuousRepainting (true).
|
2013-09-07 12:23:01 +01:00 |
|
juce_OpenGLShaderProgram.cpp
|
Avoided some unwanted GLSL assertions.
|
2014-10-24 12:58:43 +01:00 |
|
juce_OpenGLShaderProgram.h
|
Updated OpenGLGraphicsContext to be able to use GL3 contexts.
|
2014-03-13 10:57:03 +00:00 |
|
juce_OpenGLTexture.cpp
|
Workaround for leak of openGL textures when Images are deleted without an active GL context.
|
2014-10-27 10:28:46 +00:00 |
|
juce_OpenGLTexture.h
|
Stripped out all the old openGL fixed-function code, and hard-coded the assumption that it'll be running on hardware that's capable of running GLSL.
|
2014-02-23 16:23:34 +00:00 |