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š ae9095de16 Remove most of the "MSVC 2015 can't handle {} here" workarounds. 9 years ago
..
Audio Adapted plugin constructor signatures to Corrade::PluginManager updates. 9 years ago
DebugTools Remove most of the "MSVC 2015 can't handle {} here" workarounds. 9 years ago
Implementation Added TransformFeedback::maxVertexStreams() limit query. 10 years ago
Math Remove most of the "MSVC 2015 can't handle {} here" workarounds. 9 years ago
MeshTools Don't use deprecated Corrade functionality. 9 years ago
Platform Doxygen warning fixes. 9 years ago
Primitives Primitives: new axis2D() and axis3D() primitive. 9 years ago
SceneGraph Remove most of the "MSVC 2015 can't handle {} here" workarounds. 9 years ago
Shaders Doxygen warning fixes. 9 years ago
Shapes Print value of invalid enums in debug output, test those cases. 10 years ago
Test Test: no inheriting constructors on GCC 4.7. 9 years ago
Text doc: adapted GL function/extension to Khronos domain move. 9 years ago
TextureTools doc: adapted GL function/extension to Khronos domain move. 9 years ago
Trade Trade: support for vertex colors in MeshData. 9 years ago
AbstractFramebuffer.cpp Exclude unreachable code from code coverage. 10 years ago
AbstractFramebuffer.h doc: adapted GL function/extension to Khronos domain move. 9 years ago
AbstractObject.cpp doc: adapted GL function/extension to Khronos domain move. 9 years ago
AbstractObject.h doc: adapted GL function/extension to Khronos domain move. 9 years ago
AbstractQuery.cpp Exclude unreachable code from code coverage. 10 years ago
AbstractQuery.h doc: adapted GL function/extension to Khronos domain move. 9 years ago
AbstractResourceLoader.h Hell, this project is big. 10 years ago
AbstractShaderProgram.cpp NoInit constructor for AbstractShaderProgram. 9 years ago
AbstractShaderProgram.h doc: adapted GL function/extension to Khronos domain move. 9 years ago
AbstractTexture.cpp Fix compilation on GCC 6.3. 9 years ago
AbstractTexture.h doc: adapted GL function/extension to Khronos domain move. 9 years ago
Array.h Hell, this project is big. 10 years ago
Attribute.cpp Exclude unreachable code from code coverage. 10 years ago
Attribute.h doc: adapted GL function/extension to Khronos domain move. 9 years ago
Buffer.cpp Fix deprecation warnings and add more deprecation attributes. 10 years ago
Buffer.h doc: adapted GL function/extension to Khronos domain move. 9 years ago
BufferImage.cpp Added NoCreate {Compressed,}BufferImage constructors. 9 years ago
BufferImage.h Clarify and verify that NoCreate constructors don't need GL context. 9 years ago
BufferTexture.cpp Hell, this project is big. 10 years ago
BufferTexture.h doc: adapted GL function/extension to Khronos domain move. 9 years ago
BufferTextureFormat.h doc: adapted GL function/extension to Khronos domain move. 9 years ago
CMakeLists.txt Made Test/AbstractOpenGLTester.h a public and documented API. 9 years ago
Color.h Hell, this project is big. 10 years ago
ColorFormat.h Hell, this project is big. 10 years ago
Context.cpp Support for AMD_transform_feedback3_lines_triangles. 10 years ago
Context.h doc: adapted GL function/extension to Khronos domain move. 9 years ago
CubeMapTexture.cpp Extracted CubeMapTexture::Coordinate enum into CubeMapCoordinate. 10 years ago
CubeMapTexture.h doc: adapted GL function/extension to Khronos domain move. 9 years ago
CubeMapTextureArray.cpp Hell, this project is big. 10 years ago
CubeMapTextureArray.h doc: adapted GL function/extension to Khronos domain move. 9 years ago
DebugMessage.h Hell, this project is big. 10 years ago
DebugOutput.cpp Fix deprecation warnings and add more deprecation attributes. 10 years ago
DebugOutput.h doc: adapted GL function/extension to Khronos domain move. 9 years ago
DefaultFramebuffer.cpp Print value of invalid enums in debug output, test those cases. 10 years ago
DefaultFramebuffer.h doc: adapted GL function/extension to Khronos domain move. 9 years ago
DimensionTraits.h Don't restrict Double usage on OpenGL ES. 10 years ago
Extensions.h Support for AMD_transform_feedback3_lines_triangles. 10 years ago
Framebuffer.cpp Exclude unreachable code from code coverage. 10 years ago
Framebuffer.h doc: adapted GL function/extension to Khronos domain move. 9 years ago
Image.cpp Trade: make most constructors and assignments noexcept. 10 years ago
Image.h Avoid unwanted decay to deprecated functions in Image constructors. 10 years ago
ImageFormat.h Hell, this project is big. 10 years ago
ImageReference.h Hell, this project is big. 10 years ago
ImageView.h Add even more special case workarounds to deprecated build of ImageView. 10 years ago
Magnum.h Don't define Texture3D on WebGL 1.0. 9 years ago
Mesh.cpp Implemented Mesh::draw(..., TransformFeedback&). 10 years ago
Mesh.h doc: adapted GL function/extension to Khronos domain move. 9 years ago
MeshView.cpp Implemented Mesh::draw(..., TransformFeedback&). 10 years ago
MeshView.h doc: adapted GL function/extension to Khronos domain move. 9 years ago
MultisampleTexture.cpp Hell, this project is big. 10 years ago
MultisampleTexture.h doc: adapted GL function/extension to Khronos domain move. 9 years ago
OpenGL.cpp Hell, this project is big. 10 years ago
OpenGL.h Implemented support for desktop GLES on Windows. 10 years ago
OpenGLTester.cpp Added GPU time benchmarking to OpenGLTester. 9 years ago
OpenGLTester.h Added GPU time benchmarking to OpenGLTester. 9 years ago
PixelFormat.cpp Print value of invalid enums in debug output, test those cases. 10 years ago
PixelFormat.h doc: adapted GL function/extension to Khronos domain move. 9 years ago
PixelStorage.cpp Equality comparison operators for PixelStorage. 9 years ago
PixelStorage.h doc: adapted GL function/extension to Khronos domain move. 9 years ago
PrimitiveQuery.cpp Support for indexed primitive queries. 10 years ago
PrimitiveQuery.h doc: adapted GL function/extension to Khronos domain move. 9 years ago
Query.h Hell, this project is big. 10 years ago
RectangleTexture.cpp Hell, this project is big. 10 years ago
RectangleTexture.h Clarify and verify that NoCreate constructors don't need GL context. 9 years ago
Renderbuffer.cpp Exclude unreachable code from code coverage. 10 years ago
Renderbuffer.h doc: adapted GL function/extension to Khronos domain move. 9 years ago
RenderbufferFormat.h doc: adapted GL function/extension to Khronos domain move. 9 years ago
Renderer.cpp Exclude unreachable code from code coverage. 10 years ago
Renderer.h doc: adapted GL function/extension to Khronos domain move. 9 years ago
Resource.cpp Print value of invalid enums in debug output, test those cases. 10 years ago
Resource.h Hell, this project is big. 10 years ago
ResourceManager.h Hell, this project is big. 10 years ago
ResourceManager.hpp Forgotten include guards. 10 years ago
SampleQuery.h doc: adapted GL function/extension to Khronos domain move. 9 years ago
Sampler.cpp Print value of invalid enums in debug output, test those cases. 10 years ago
Sampler.h doc: adapted GL function/extension to Khronos domain move. 9 years ago
Shader.cpp Final attempt to fix shaders w/o version directive. 10 years ago
Shader.h doc: adapted GL function/extension to Khronos domain move. 9 years ago
Tags.h Hell, this project is big. 10 years ago
Texture.cpp Hell, this project is big. 10 years ago
Texture.h doc: adapted GL function/extension to Khronos domain move. 9 years ago
TextureArray.cpp Hell, this project is big. 10 years ago
TextureArray.h doc: adapted GL function/extension to Khronos domain move. 9 years ago
TextureFormat.h doc: adapted GL function/extension to Khronos domain move. 9 years ago
TimeQuery.h doc: adapted GL function/extension to Khronos domain move. 9 years ago
Timeline.cpp Don't use deprecated Corrade functionality. 10 years ago
Timeline.h Hell, this project is big. 10 years ago
TransformFeedback.cpp Added TransformFeedback::maxVertexStreams() limit query. 10 years ago
TransformFeedback.h doc: adapted GL function/extension to Khronos domain move. 9 years ago
Types.h Don't restrict Double usage on OpenGL ES. 10 years ago
Version.cpp Exclude debug operators from code coverage. 10 years ago
Version.h Fix annoying unused variable warning on ES. 10 years ago
configure.h.cmake Forgotten include guards. 10 years ago
visibility.h Hell, this project is big. 10 years ago