The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jules 1cf1cd1a3b Workarounds for some c++11 compiler warnings. 13 years ago
..
juce_Draggable3DOrientation.h More OpenGL shader work. 13 years ago
juce_Matrix3D.h More OpenGL shader work. 13 years ago
juce_OpenGLContext.cpp Changed OpenGLContext to take a native context handle as its sharing context. 13 years ago
juce_OpenGLContext.h Changed OpenGLContext to take a native context handle as its sharing context. 13 years ago
juce_OpenGLFrameBuffer.cpp Added some GL error handling and tweaks to support older PC builds. 13 years ago
juce_OpenGLFrameBuffer.h OpenGL: removed the fixed-function rendering code, replacing it with a simple software renderer that blits its results to the GL context. Removed the public OpenGLGraphicsContext class, replacing it with a createOpenGLGraphicsContext() function which returns an appropriate shader-based or software-based renderer object. 13 years ago
juce_OpenGLGraphicsContext.cpp Workarounds for some c++11 compiler warnings. 13 years ago
juce_OpenGLGraphicsContext.h OpenGL refactoring (stage 1) 13 years ago
juce_OpenGLHelpers.cpp Thread-local value fix for plugins on XP. Android startup tweaks. Minor component changes. 13 years ago
juce_OpenGLHelpers.h Removed the OpenGLRenderingTarget class (which wasn't a good fit with the way openGL actually works) 13 years ago
juce_OpenGLImage.cpp Added some GL error handling and tweaks to support older PC builds. 13 years ago
juce_OpenGLImage.h Refactoring of image storage: new classes ImageType, ImagePixelData, SoftwareImageType, NativeImageType, OpenGLImageType. 13 years ago
juce_OpenGLPixelFormat.cpp Minor clean-ups for GL, removed some old VC6 hacks. 13 years ago
juce_OpenGLPixelFormat.h Minor clean-ups for GL, removed some old VC6 hacks. 13 years ago
juce_OpenGLRenderer.h Version number bump. Clean-ups. 13 years ago
juce_OpenGLShaderProgram.cpp Minor android and GL clean-ups. 13 years ago
juce_OpenGLShaderProgram.h Introjucer: fixed a problem when creating new exporters. Added better error reporting for GL shader compilation. Linux http fix. 13 years ago
juce_OpenGLTexture.cpp Tidied up some docs and comments. 13 years ago
juce_OpenGLTexture.h More openGL refactoring, completion of all-shader graphic pipeline. 13 years ago
juce_Quaternion.h Some new 3D utility classes: Vector3D, Matrix3D, Quaternion, Draggable3DOrientation. 13 years ago
juce_Vector3D.h Some new 3D utility classes: Vector3D, Matrix3D, Quaternion, Draggable3DOrientation. 13 years ago