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.
 
 
 
 
 
Vladimír Vondruš ad85403667 GL: don't forward declare enums when they are not available. 8 years ago
..
Implementation GL: make it possible to bind a scratch VAO for external GL code. 8 years ago
Test GL: make it possible to bind a scratch VAO for external GL code. 8 years ago
AbstractFramebuffer.cpp GL: no need to bind a buffer to do a DSA operation. 8 years ago
AbstractFramebuffer.h Doxygen: renamed \extension[2] to \gl_extension[2]. 8 years ago
AbstractObject.cpp Doxygen: renamed \extension[2] to \gl_extension[2]. 8 years ago
AbstractObject.h Doxygen: renamed \extension[2] to \gl_extension[2]. 8 years ago
AbstractQuery.cpp Split the OpenGL layer out, pt 4: new Magnum::GL namespace. 8 years ago
AbstractQuery.h Doxygen: renamed \extension[2] to \gl_extension[2]. 8 years ago
AbstractShaderProgram.cpp Split the OpenGL layer out, pt 16: {Extensions::GL => GL::Extensions}. 8 years ago
AbstractShaderProgram.h Doxygen. Doxygen IS BROKEN BEYOND REPAIR. 8 years ago
AbstractTexture.cpp Math: make one-dimensional range just from scalar types. 8 years ago
AbstractTexture.h Renamed various sRGB-related GL APIs for consistency with naming in Math. 8 years ago
Attribute.cpp Split the OpenGL layer out, pt 4: new Magnum::GL namespace. 8 years ago
Attribute.h Doxygen. Doxygen IS BROKEN BEYOND REPAIR. 8 years ago
Buffer.cpp Split the OpenGL layer out, pt 16: {Extensions::GL => GL::Extensions}. 8 years ago
Buffer.h GL: restore backwards compatibility of deprecated Buffer::map<T>(). 8 years ago
BufferImage.cpp Split the OpenGL layer out, pt 10: test the new image APIs. 8 years ago
BufferImage.h GL: properly move BufferImage::dataSize(). 8 years ago
BufferTexture.cpp Split the OpenGL layer out, pt 16: {Extensions::GL => GL::Extensions}. 8 years ago
BufferTexture.h GL: document copyability/movability explicitly in all classes. 8 years ago
BufferTextureFormat.h Doxygen: renamed \extension[2] to \gl_extension[2]. 8 years ago
CMakeLists.txt CMake: prefer GLVND if on CMake 3.11. 8 years ago
Context.cpp GL: make it possible to bind a scratch VAO for external GL code. 8 years ago
Context.h GL: make it possible to bind a scratch VAO for external GL code. 8 years ago
CubeMapTexture.cpp Split the OpenGL layer out, pt 9: generic pixel formats. 8 years ago
CubeMapTexture.h Renamed various sRGB-related GL APIs for consistency with naming in Math. 8 years ago
CubeMapTextureArray.cpp Split the OpenGL layer out, pt 16: {Extensions::GL => GL::Extensions}. 8 years ago
CubeMapTextureArray.h Renamed various sRGB-related GL APIs for consistency with naming in Math. 8 years ago
DebugOutput.cpp Split the OpenGL layer out, pt 16: {Extensions::GL => GL::Extensions}. 8 years ago
DebugOutput.h Doxygen: renamed \extension[2] to \gl_extension[2]. 8 years ago
DefaultFramebuffer.cpp Split the OpenGL layer out, pt 16: {Extensions::GL => GL::Extensions}. 8 years ago
DefaultFramebuffer.h Doxygen: renamed \extension[2] to \gl_extension[2]. 8 years ago
Extensions.h GL: my OCD got triggered. 8 years ago
Framebuffer.cpp Split the OpenGL layer out, pt 16: {Extensions::GL => GL::Extensions}. 8 years ago
Framebuffer.h Doxygen: renamed \extension[2] to \gl_extension[2]. 8 years ago
GL.h GL: don't forward declare enums when they are not available. 8 years ago
ImageFormat.h Doxygen: renamed \extension[2] to \gl_extension[2]. 8 years ago
Mesh.cpp Re-add glDrawRangeElements() workaround for Emscripten. 8 years ago
Mesh.h GL: also name the parameters properly. 8 years ago
MeshView.cpp GL: Mesh::draw() and MeshView::draw() return a reference to self as well. 8 years ago
MeshView.h GL: Mesh::draw() and MeshView::draw() return a reference to self as well. 8 years ago
MultisampleTexture.cpp Split the OpenGL layer out, pt 16: {Extensions::GL => GL::Extensions}. 8 years ago
MultisampleTexture.h Doxygen: renamed \extension[2] to \gl_extension[2]. 8 years ago
OpenGL.cpp Split the OpenGL layer out, pt 4: new Magnum::GL namespace. 8 years ago
OpenGL.h Split the OpenGL layer out, pt 1: moving files to a new location. 8 years ago
OpenGLTester.cpp GL: don't reset GL context flags in OpenGLTester. 8 years ago
OpenGLTester.h GL: otherwise Doxygen claims that MAGNUM_VERIFY_NO_GL_ERROR doesn't exist. 8 years ago
PixelFormat.cpp Split the OpenGL layer out, pt 9: generic pixel formats. 8 years ago
PixelFormat.h GL: doc++ 8 years ago
PrimitiveQuery.cpp Split the OpenGL layer out, pt 4: new Magnum::GL namespace. 8 years ago
PrimitiveQuery.h GL: document copyability/movability explicitly in all classes. 8 years ago
RectangleTexture.cpp Split the OpenGL layer out, pt 16: {Extensions::GL => GL::Extensions}. 8 years ago
RectangleTexture.h Renamed various sRGB-related GL APIs for consistency with naming in Math. 8 years ago
Renderbuffer.cpp Split the OpenGL layer out, pt 16: {Extensions::GL => GL::Extensions}. 8 years ago
Renderbuffer.h Doxygen: renamed \extension[2] to \gl_extension[2]. 8 years ago
RenderbufferFormat.h Doxygen: renamed \extension[2] to \gl_extension[2]. 8 years ago
Renderer.cpp Math: make one-dimensional range just from scalar types. 8 years ago
Renderer.h GL: implemented ARB_sample_shading. 8 years ago
SampleQuery.h GL: document copyability/movability explicitly in all classes. 8 years ago
Sampler.cpp GL: better wording. 8 years ago
Sampler.h GL: make the Array GL::samplerWrapping() work and test it. 8 years ago
Shader.cpp Split the OpenGL layer out, pt 16: {Extensions::GL => GL::Extensions}. 8 years ago
Shader.h Doxygen: renamed \extension[2] to \gl_extension[2]. 8 years ago
Texture.cpp Split the OpenGL layer out, pt 16: {Extensions::GL => GL::Extensions}. 8 years ago
Texture.h Renamed various sRGB-related GL APIs for consistency with naming in Math. 8 years ago
TextureArray.cpp Split the OpenGL layer out, pt 16: {Extensions::GL => GL::Extensions}. 8 years ago
TextureArray.h Renamed various sRGB-related GL APIs for consistency with naming in Math. 8 years ago
TextureFormat.h Doxygen: renamed \extension[2] to \gl_extension[2]. 8 years ago
TimeQuery.h GL: fix misleading #error message. 8 years ago
TransformFeedback.cpp Split the OpenGL layer out, pt 16: {Extensions::GL => GL::Extensions}. 8 years ago
TransformFeedback.h Doxygen: renamed \extension[2] to \gl_extension[2]. 8 years ago
Version.cpp GL: better debug output for Version. 8 years ago
Version.h Doxygen: renamed \extension[2] to \gl_extension[2]. 8 years ago
visibility.h Split the OpenGL layer out, pt 9: generic pixel formats. 8 years ago