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š fdbd90a327 GL: construct simple Mesh and MeshView members in-class. 8 years ago
..
Implementation GL: get rid of std::vector in Mesh header. 8 years ago
Test GL: assert that addVertexBuffer() is called with a valid Buffer. 8 years ago
AbstractFramebuffer.cpp Split the OpenGL layer out, pt 16: {Extensions::GL => GL::Extensions}. 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: renamed \extension[2] to \gl_extension[2]. 8 years ago
AbstractTexture.cpp Split the OpenGL layer out, pt 16: {Extensions::GL => GL::Extensions}. 8 years ago
AbstractTexture.h Doxygen: renamed \extension[2] to \gl_extension[2]. 8 years ago
Attribute.cpp Split the OpenGL layer out, pt 4: new Magnum::GL namespace. 8 years ago
Attribute.h Doxygen: renamed \extension[2] to \gl_extension[2]. 8 years ago
Buffer.cpp Split the OpenGL layer out, pt 16: {Extensions::GL => GL::Extensions}. 8 years ago
Buffer.h GL: doc++ 8 years ago
BufferImage.cpp Split the OpenGL layer out, pt 10: test the new image APIs. 8 years ago
BufferImage.h Doxygen: renamed \extension[2] to \gl_extension[2]. 8 years ago
BufferTexture.cpp Split the OpenGL layer out, pt 16: {Extensions::GL => GL::Extensions}. 8 years ago
BufferTexture.h Doxygen: renamed \extension[2] to \gl_extension[2]. 8 years ago
BufferTextureFormat.h Doxygen: renamed \extension[2] to \gl_extension[2]. 8 years ago
CMakeLists.txt Split the OpenGL layer out, pt 12: generic sampler state. 8 years ago
Context.cpp GL: update the --magnum-log option to include "verbose". 8 years ago
Context.h GL: update the --magnum-log option to include "verbose". 8 years ago
CubeMapTexture.cpp Split the OpenGL layer out, pt 9: generic pixel formats. 8 years ago
CubeMapTexture.h Doxygen: renamed \extension[2] to \gl_extension[2]. 8 years ago
CubeMapTextureArray.cpp Split the OpenGL layer out, pt 16: {Extensions::GL => GL::Extensions}. 8 years ago
CubeMapTextureArray.h Doxygen: renamed \extension[2] to \gl_extension[2]. 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: fix documentaiton. 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 Split the OpenGL layer out, pt 12: generic sampler state. 8 years ago
ImageFormat.h Doxygen: renamed \extension[2] to \gl_extension[2]. 8 years ago
Mesh.cpp GL: construct simple Mesh and MeshView members in-class. 8 years ago
Mesh.h GL: construct simple Mesh and MeshView members in-class. 8 years ago
MeshView.cpp Split the OpenGL layer out, pt 11: generic MeshPrimitive and MeshIndexType. 8 years ago
MeshView.h GL: construct simple Mesh and MeshView members in-class. 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 Split the OpenGL layer out, pt 16: {Extensions::GL => GL::Extensions}. 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 Doxygen: renamed \extension[2] to \gl_extension[2]. 8 years ago
PrimitiveQuery.cpp Split the OpenGL layer out, pt 4: new Magnum::GL namespace. 8 years ago
PrimitiveQuery.h Doxygen: renamed \extension[2] to \gl_extension[2]. 8 years ago
RectangleTexture.cpp Split the OpenGL layer out, pt 16: {Extensions::GL => GL::Extensions}. 8 years ago
RectangleTexture.h Doxygen: renamed \extension[2] to \gl_extension[2]. 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 Split the OpenGL layer out, pt 16: {Extensions::GL => GL::Extensions}. 8 years ago
Renderer.h Doxygen: renamed \extension[2] to \gl_extension[2]. 8 years ago
SampleQuery.h Doxygen: renamed \extension[2] to \gl_extension[2]. 8 years ago
Sampler.cpp Split the OpenGL layer out, pt 16: {Extensions::GL => GL::Extensions}. 8 years ago
Sampler.h Doxygen: renamed \extension[2] to \gl_extension[2]. 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 Doxygen: renamed \extension[2] to \gl_extension[2]. 8 years ago
TextureArray.cpp Split the OpenGL layer out, pt 16: {Extensions::GL => GL::Extensions}. 8 years ago
TextureArray.h Doxygen: renamed \extension[2] to \gl_extension[2]. 8 years ago
TextureFormat.h Doxygen: renamed \extension[2] to \gl_extension[2]. 8 years ago
TimeQuery.h Doxygen: renamed \extension[2] to \gl_extension[2]. 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 Split the OpenGL layer out, pt 4: new Magnum::GL namespace. 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