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š c4ab9e461f GCC 4.5 compatibility: can't `default` an `explicit` declaration. 13 years ago
..
DebugTools Merge branch 'master' into compatibility 13 years ago
Implementation Deinlined heavy functions and removed redundant `inline` everywhere else. 13 years ago
Math Merge branch 'master' into compatibility 13 years ago
MeshTools GCC 4.5 compatibility: no range-based for. 13 years ago
Platform GCC 4.5 compatibility: no range-based for. 13 years ago
Primitives Merge branch 'master' into compatibility 13 years ago
SceneGraph GCC 4.5 compatibility: defaulted non-inline function causes linker error. 13 years ago
Shaders Merge branch 'master' into compatibility 13 years ago
Shapes GCC 4.5 compatibility: can't `default` an `explicit` declaration. 13 years ago
Test Merge branch 'master' into compatibility 13 years ago
Text Merge branch 'master' into compatibility 13 years ago
TextureTools Merge branch 'master' into compatibility 13 years ago
Trade Merge branch 'master' into compatibility 13 years ago
AbstractFramebuffer.cpp Deinlined heavy functions and removed redundant `inline` everywhere else. 13 years ago
AbstractFramebuffer.h GCC 4.5 compatibility: no forward enum declarations. 13 years ago
AbstractImage.cpp Deinlined heavy functions and removed redundant `inline` everywhere else. 13 years ago
AbstractImage.h GCC 4.5 compatibility: no forward enum declarations. 13 years ago
AbstractResourceLoader.h Deinlined heavy functions and removed redundant `inline` everywhere else. 13 years ago
AbstractShaderProgram.cpp Allow movement of AbstractShaderProgram. 13 years ago
AbstractShaderProgram.h Merge branch 'master' into compatibility 13 years ago
AbstractTexture.cpp Merge branch 'master' into compatibility 13 years ago
AbstractTexture.h GCC 4.5 compatibility: no forward enum declarations. 13 years ago
Array.h Documentation fixes. 13 years ago
Buffer.cpp Buffer data queries are not available in OpenGL ES. 13 years ago
Buffer.h GCC 4.6 compatibility: weird name conflicts. WTF. 13 years ago
BufferImage.cpp Moved texture and image formats out of the classes. 13 years ago
BufferImage.h Deinlined heavy functions and removed redundant `inline` everywhere else. 13 years ago
BufferTexture.cpp Moved texture and image formats out of the classes. 13 years ago
BufferTexture.h Deinlined heavy functions and removed redundant `inline` everywhere else. 13 years ago
CMakeLists.txt Merge branch 'master' into compatibility 13 years ago
Color.h Merge branch 'master' into compatibility 13 years ago
Context.cpp Merge branch 'master' into compatibility 13 years ago
Context.h Merge branch 'master' into compatibility 13 years ago
CubeMapTexture.h Deinlined heavy functions and removed redundant `inline` everywhere else. 13 years ago
CubeMapTextureArray.h Deinlined heavy functions and removed redundant `inline` everywhere else. 13 years ago
DebugMarker.cpp Relicensing to MIT/Expat license, part 3: source files. 13 years ago
DebugMarker.h Deinlined heavy functions and removed redundant `inline` everywhere else. 13 years ago
DefaultFramebuffer.cpp GCC 4.5 compatibility: no range-based for. 13 years ago
DefaultFramebuffer.h Deinlined heavy functions and removed redundant `inline` everywhere else. 13 years ago
DimensionTraits.h Various other compilation fixes for OpenGL ES target. 13 years ago
Extensions.h Added and fully implemented OES_standard_derivatives extension. 13 years ago
Framebuffer.cpp GCC 4.5 compatibility: no range-based for. 13 years ago
Framebuffer.h Merge branch 'master' into compatibility 13 years ago
Image.cpp Moved texture and image formats out of the classes. 13 years ago
Image.h Deinlined heavy functions and removed redundant `inline` everywhere else. 13 years ago
ImageFormat.cpp Moved texture and image formats out of the classes. 13 years ago
ImageFormat.h Moved texture and image formats out of the classes. 13 years ago
ImageWrapper.h Deinlined heavy functions and removed redundant `inline` everywhere else. 13 years ago
Magnum.h GCC 4.5 compatibility: no forward enum declarations. 13 years ago
Mesh.cpp Merge branch 'master' into compatibility 13 years ago
Mesh.h Deinlined heavy functions and removed redundant `inline` everywhere else. 13 years ago
OpenGL.cpp Verify that GL boolean values have expected value. 13 years ago
OpenGL.h NaCl target system is now handled with CORRADE_TARGET_NACL. 13 years ago
Query.cpp Support for EXT_disjoint_timer_query ES2 extension. 13 years ago
Query.h Deinlined heavy functions and removed redundant `inline` everywhere else. 13 years ago
Renderbuffer.cpp Added Renderbuffer::setStorageMultisample(). 13 years ago
Renderbuffer.h GCC 4.5 compatibility: no forward enum declarations. 13 years ago
RenderbufferFormat.h Moved texture and image formats out of the classes. 13 years ago
Renderer.cpp Added and fully implemented OES_standard_derivatives extension. 13 years ago
Renderer.h Added and fully implemented OES_standard_derivatives extension. 13 years ago
Resource.cpp Relicensing to MIT/Expat license, part 3: source files. 13 years ago
Resource.h Deinlined heavy functions and removed redundant `inline` everywhere else. 13 years ago
ResourceManager.h Merge branch 'master' into compatibility 13 years ago
Sampler.cpp Moved sampler state enums into new Sampler class. 13 years ago
Sampler.h Moved sampler state enums into new Sampler class. 13 years ago
Shader.cpp Properly number shader sources. 13 years ago
Shader.h Deinlined heavy functions and removed redundant `inline` everywhere else. 13 years ago
Swizzle.h Deinlined heavy functions and removed redundant `inline` everywhere else. 13 years ago
Texture.h Deinlined heavy functions and removed redundant `inline` everywhere else. 13 years ago
TextureFormat.h Moved texture and image formats out of the classes. 13 years ago
Timeline.cpp Bring whole Corrade namespace into Magnum namespace. 13 years ago
Timeline.h Merge branch 'master' into compatibility 13 years ago
Types.h First C++14 TODO :-) 13 years ago
magnumConfigure.h.cmake Expose MAGNUM_BUILD_STATIC in magnumConfigure.h. 13 years ago
magnumVisibility.h Using Corrade's visibility macros instead of copypasta all over again. 13 years ago