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š fbe52532f6 Split the OpenGL layer out, pt 16: {Extensions::GL => GL::Extensions}. 8 years ago
..
Implementation Split the OpenGL layer out, pt 16: {Extensions::GL => GL::Extensions}. 8 years ago
Test Split the OpenGL layer out, pt 16: {Extensions::GL => GL::Extensions}. 8 years ago
AbstractFramebuffer.cpp Split the OpenGL layer out, pt 16: {Extensions::GL => GL::Extensions}. 8 years ago
AbstractFramebuffer.h Split the OpenGL layer out, pt 8: move out GL-specific PixelStorage parts. 8 years ago
AbstractObject.cpp Split the OpenGL layer out, pt 16: {Extensions::GL => GL::Extensions}. 8 years ago
AbstractObject.h Split the OpenGL layer out, pt 5: compatibility headers and aliases. 8 years ago
AbstractQuery.cpp Split the OpenGL layer out, pt 4: new Magnum::GL namespace. 8 years ago
AbstractQuery.h Split the OpenGL layer out, pt 5: compatibility headers and aliases. 8 years ago
AbstractShaderProgram.cpp Split the OpenGL layer out, pt 16: {Extensions::GL => GL::Extensions}. 8 years ago
AbstractShaderProgram.h Split the OpenGL layer out, pt 5: compatibility headers and aliases. 8 years ago
AbstractTexture.cpp Split the OpenGL layer out, pt 16: {Extensions::GL => GL::Extensions}. 8 years ago
AbstractTexture.h Split the OpenGL layer out, pt 12: generic sampler state. 8 years ago
Attribute.cpp Split the OpenGL layer out, pt 4: new Magnum::GL namespace. 8 years ago
Attribute.h Split the OpenGL layer out, pt 5: compatibility headers and aliases. 8 years ago
Buffer.cpp Split the OpenGL layer out, pt 16: {Extensions::GL => GL::Extensions}. 8 years ago
Buffer.h Split the OpenGL layer out, pt 5: compatibility headers and aliases. 8 years ago
BufferImage.cpp Split the OpenGL layer out, pt 10: test the new image APIs. 8 years ago
BufferImage.h Don't return redundant info from Image*::dataProperties(). 8 years ago
BufferTexture.cpp Split the OpenGL layer out, pt 16: {Extensions::GL => GL::Extensions}. 8 years ago
BufferTexture.h Split the OpenGL layer out, pt 5: compatibility headers and aliases. 8 years ago
BufferTextureFormat.h Split the OpenGL layer out, pt 5: compatibility headers and aliases. 8 years ago
CMakeLists.txt Split the OpenGL layer out, pt 12: generic sampler state. 8 years ago
Context.cpp Split the OpenGL layer out, pt 16: {Extensions::GL => GL::Extensions}. 8 years ago
Context.h Split the OpenGL layer out, pt 14: Platform::{Context => GLContext}. 8 years ago
CubeMapTexture.cpp Split the OpenGL layer out, pt 9: generic pixel formats. 8 years ago
CubeMapTexture.h Split the OpenGL layer out, pt 12: generic sampler state. 8 years ago
CubeMapTextureArray.cpp Split the OpenGL layer out, pt 16: {Extensions::GL => GL::Extensions}. 8 years ago
CubeMapTextureArray.h Split the OpenGL layer out, pt 12: generic sampler state. 8 years ago
DebugOutput.cpp Split the OpenGL layer out, pt 16: {Extensions::GL => GL::Extensions}. 8 years ago
DebugOutput.h Split the OpenGL layer out, pt 5: compatibility headers and aliases. 8 years ago
DefaultFramebuffer.cpp Split the OpenGL layer out, pt 16: {Extensions::GL => GL::Extensions}. 8 years ago
DefaultFramebuffer.h Split the OpenGL layer out, pt 5: compatibility headers and aliases. 8 years ago
Extensions.h Split the OpenGL layer out, pt 16: {Extensions::GL => GL::Extensions}. 8 years ago
Framebuffer.cpp Split the OpenGL layer out, pt 16: {Extensions::GL => GL::Extensions}. 8 years ago
Framebuffer.h Split the OpenGL layer out, pt 5: compatibility headers and aliases. 8 years ago
GL.h Split the OpenGL layer out, pt 12: generic sampler state. 8 years ago
ImageFormat.h Split the OpenGL layer out, pt 5: compatibility headers and aliases. 8 years ago
Mesh.cpp Split the OpenGL layer out, pt 16: {Extensions::GL => GL::Extensions}. 8 years ago
Mesh.h Split the OpenGL layer out, pt 11: generic MeshPrimitive and MeshIndexType. 8 years ago
MeshView.cpp Split the OpenGL layer out, pt 11: generic MeshPrimitive and MeshIndexType. 8 years ago
MeshView.h Split the OpenGL layer out, pt 11: generic MeshPrimitive and MeshIndexType. 8 years ago
MultisampleTexture.cpp Split the OpenGL layer out, pt 16: {Extensions::GL => GL::Extensions}. 8 years ago
MultisampleTexture.h Split the OpenGL layer out, pt 5: compatibility headers and aliases. 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 Split the OpenGL layer out, pt 16: {Extensions::GL => GL::Extensions}. 8 years ago
OpenGLTester.h Split the OpenGL layer out, pt 13: renamed GL-related macros. 8 years ago
PixelFormat.cpp Split the OpenGL layer out, pt 9: generic pixel formats. 8 years ago
PixelFormat.h Split the OpenGL layer out, pt 12: generic sampler state. 8 years ago
PrimitiveQuery.cpp Split the OpenGL layer out, pt 4: new Magnum::GL namespace. 8 years ago
PrimitiveQuery.h Split the OpenGL layer out, pt 5: compatibility headers and aliases. 8 years ago
RectangleTexture.cpp Split the OpenGL layer out, pt 16: {Extensions::GL => GL::Extensions}. 8 years ago
RectangleTexture.h Split the OpenGL layer out, pt 12: generic sampler state. 8 years ago
Renderbuffer.cpp Split the OpenGL layer out, pt 16: {Extensions::GL => GL::Extensions}. 8 years ago
Renderbuffer.h Split the OpenGL layer out, pt 5: compatibility headers and aliases. 8 years ago
RenderbufferFormat.h Split the OpenGL layer out, pt 5: compatibility headers and aliases. 8 years ago
Renderer.cpp Split the OpenGL layer out, pt 16: {Extensions::GL => GL::Extensions}. 8 years ago
Renderer.h Split the OpenGL layer out, pt 5: compatibility headers and aliases. 8 years ago
SampleQuery.h Split the OpenGL layer out, pt 5: compatibility headers and aliases. 8 years ago
Sampler.cpp Split the OpenGL layer out, pt 16: {Extensions::GL => GL::Extensions}. 8 years ago
Sampler.h Split the OpenGL layer out, pt 12: generic sampler state. 8 years ago
Shader.cpp Split the OpenGL layer out, pt 16: {Extensions::GL => GL::Extensions}. 8 years ago
Shader.h Split the OpenGL layer out, pt 5: compatibility headers and aliases. 8 years ago
Texture.cpp Split the OpenGL layer out, pt 16: {Extensions::GL => GL::Extensions}. 8 years ago
Texture.h Split the OpenGL layer out, pt 12: generic sampler state. 8 years ago
TextureArray.cpp Split the OpenGL layer out, pt 16: {Extensions::GL => GL::Extensions}. 8 years ago
TextureArray.h Split the OpenGL layer out, pt 12: generic sampler state. 8 years ago
TextureFormat.h Split the OpenGL layer out, pt 12: generic sampler state. 8 years ago
TimeQuery.h Split the OpenGL layer out, pt 5: compatibility headers and aliases. 8 years ago
TransformFeedback.cpp Split the OpenGL layer out, pt 16: {Extensions::GL => GL::Extensions}. 8 years ago
TransformFeedback.h Split the OpenGL layer out, pt 5: compatibility headers and aliases. 8 years ago
Version.cpp Split the OpenGL layer out, pt 4: new Magnum::GL namespace. 8 years ago
Version.h Split the OpenGL layer out, pt 13: renamed GL-related macros. 8 years ago
visibility.h Split the OpenGL layer out, pt 9: generic pixel formats. 8 years ago