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.
hogliux 2da1bc5f41 Replace include guards with "#pragma once" 8 years ago
..
juce_OpenGLContext.cpp Added a workaround for an obscure GL race condition when closing contexts 9 years ago
juce_OpenGLContext.h Replace include guards with "#pragma once" 8 years ago
juce_OpenGLFrameBuffer.cpp Lots of small whitespace tweaks. 10 years ago
juce_OpenGLFrameBuffer.h Replace include guards with "#pragma once" 8 years ago
juce_OpenGLGraphicsContext.cpp Added a compiler error if your compiler is too old and removed numerous code checks for old compilers which are now deprecated 8 years ago
juce_OpenGLGraphicsContext.h Replace include guards with "#pragma once" 8 years ago
juce_OpenGLHelpers.cpp Update copyright notice 10 years ago
juce_OpenGLHelpers.h Replace include guards with "#pragma once" 8 years ago
juce_OpenGLImage.cpp Changed ImagePixelData::clone to return a smart pointer rather than a raw one, to avoid a reference-count leak 9 years ago
juce_OpenGLImage.h Replace include guards with "#pragma once" 8 years ago
juce_OpenGLPixelFormat.cpp Update copyright notice 10 years ago
juce_OpenGLPixelFormat.h Replace include guards with "#pragma once" 8 years ago
juce_OpenGLRenderer.h Replace include guards with "#pragma once" 8 years ago
juce_OpenGLShaderProgram.cpp Added some methods to OpenGLShaderProgram to allow uniforms to be set directly by name rather than needing a Uniform object. 10 years ago
juce_OpenGLShaderProgram.h Replace include guards with "#pragma once" 8 years ago
juce_OpenGLTexture.cpp Update copyright notice 10 years ago
juce_OpenGLTexture.h Replace include guards with "#pragma once" 8 years ago