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š 5ff1020dcd Math: added Vector::isZero(). 13 years ago
..
Audio Audio: use proper Array constructor. 13 years ago
DebugTools DebugTools: explicitly define destructor in source file. 13 years ago
Implementation Deinlined heavy functions and removed redundant `inline` everywhere else. 13 years ago
Math Math: added Vector::isZero(). 13 years ago
MeshTools Renamed Mesh::addInterleavedVertexBuffer() to addVertexBuffer(). 13 years ago
Platform Removed annoying Doxygen workaround for #undef. 13 years ago
Primitives Primitives: added texture coordinates to Plane and Square primitives. 13 years ago
SceneGraph Removed Doxygen workarounds for forward declarations. 13 years ago
Shaders Removed Doxygen workarounds for forward declarations. 13 years ago
Shapes Removed Doxygen workarounds for forward declarations. 13 years ago
Test GCC 4.6 compatibility: no `override` keyword. 13 years ago
Text Renamed Mesh::addInterleavedVertexBuffer() to addVertexBuffer(). 13 years ago
TextureTools Renamed Mesh::addInterleavedVertexBuffer() to addVertexBuffer(). 13 years ago
Trade Assert that the file is really closed after closing it in importer. 13 years ago
AbstractFramebuffer.cpp OpenGL ES build fixes. 13 years ago
AbstractFramebuffer.h Removed enum-referencing Doxygen workarounds. 13 years ago
AbstractImage.cpp Allow copying of ImageWrapper, movement of Image and Trade::ImageData. 13 years ago
AbstractImage.h Make also constructor protected when destructor is protected. 13 years ago
AbstractResourceLoader.h Removed enum-referencing Doxygen workarounds. 13 years ago
AbstractShaderProgram.cpp Reducing pointer chasings, part 3a: less pointer passing in root namespace. 13 years ago
AbstractShaderProgram.h Removed enum-referencing Doxygen workarounds. 13 years ago
AbstractTexture.cpp Reducing pointer chasings, part 3a: less pointer passing in root namespace. 13 years ago
AbstractTexture.h Removed enum-referencing Doxygen workarounds. 13 years ago
Array.h Ability to retrieve first two components from Array3D. 13 years ago
Buffer.cpp Noexcept moving for Buffer, documented inability to copy. 13 years ago
Buffer.h Noexcept moving for Buffer, documented inability to copy. 13 years ago
BufferImage.cpp Moved texture and image formats out of the classes. 13 years ago
BufferImage.h Reducing pointer chasings, part 3a: less pointer passing in root namespace. 13 years ago
BufferTexture.cpp Reducing pointer chasings, part 3a: less pointer passing in root namespace. 13 years ago
BufferTexture.h Reducing pointer chasings, part 3a: less pointer passing in root namespace. 13 years ago
CMakeLists.txt Added MeshView class. 13 years ago
Color.h Getting rid of <>, part 1: Color classes. 13 years ago
Context.cpp Reducing pointer chasings, part 3a: less pointer passing in root namespace. 13 years ago
Context.h Removed enum-referencing Doxygen workarounds. 13 years ago
CubeMapTexture.h Removed enum-referencing Doxygen workarounds. 13 years ago
CubeMapTextureArray.h Removed enum-referencing Doxygen workarounds. 13 years ago
DebugMarker.cpp Reducing pointer chasings, part 3a: less pointer passing in root namespace. 13 years ago
DebugMarker.h Reducing pointer chasings, part 3a: less pointer passing in root namespace. 13 years ago
DefaultFramebuffer.cpp Reducing pointer chasings, part 3a: less pointer passing in root namespace. 13 years ago
DefaultFramebuffer.h Removed enum-referencing Doxygen workarounds. 13 years ago
DimensionTraits.h Removed default template argument from DimensionTraits. 13 years ago
Extensions.h Support for ARB_texture_mirror_clamp_to_edge. 13 years ago
Framebuffer.cpp Reducing pointer chasings, part 3a: less pointer passing in root namespace. 13 years ago
Framebuffer.h Fix linker errors with Framebuffer::BufferAttachment::* on Windows. 13 years ago
Image.cpp Reordered *Image parameters. 13 years ago
Image.h Reducing pointer chasings, part 2: don't use `this->` so often. 13 years ago
ImageFormat.cpp Added ES2-only support for GL_LUMINANCE{,_ALPHA}. 13 years ago
ImageFormat.h Support for ARB_texture_stencil8. 13 years ago
ImageReference.h Reordered *Image parameters. 13 years ago
Magnum.h Removed annoying Doxygen workaround for #undef. 13 years ago
Mesh.cpp Proper noexcept move constructor for Mesh. 13 years ago
Mesh.h Renamed Mesh::addInterleavedVertexBuffer() to addVertexBuffer(). 13 years ago
MeshView.cpp Fixed OpenGL ES 2.0 compatibility. 13 years ago
MeshView.h Include OpenGL headers instead of trying to be smart. 13 years ago
OpenGL.cpp Verify that GL boolean values have expected value. 13 years ago
OpenGL.h Implemented CHROMIUM_map_sub for Buffer. 13 years ago
Query.cpp Support for EXT_disjoint_timer_query ES2 extension. 13 years ago
Query.h Properly use C++11 enums everywhere. 13 years ago
Renderbuffer.cpp Reducing pointer chasings, part 3a: less pointer passing in root namespace. 13 years ago
Renderbuffer.h Reducing pointer chasings, part 3a: less pointer passing in root namespace. 13 years ago
RenderbufferFormat.h Use proper ARB_framebuffer_object extension. 13 years ago
Renderer.cpp Use non-default initial clear color in Renderer. 13 years ago
Renderer.h Properly use C++11 enums everywhere. 13 years ago
Resource.cpp Relicensing to MIT/Expat license, part 3: source files. 13 years ago
Resource.h Removed enum-referencing Doxygen workarounds. 13 years ago
ResourceManager.h Removed enum-referencing Doxygen workarounds. 13 years ago
Sampler.cpp Reducing pointer chasings, part 3a: less pointer passing in root namespace. 13 years ago
Sampler.h Debug output operators for Sampler enums. 13 years ago
Shader.cpp Mingw32's GCC 4.7 doesn't have std::to_string(). 13 years ago
Shader.h Deinlined heavy functions and removed redundant `inline` everywhere else. 13 years ago
Swizzle.h Getting rid of <>, part 1: Color classes. 13 years ago
Texture.h Removed enum-referencing Doxygen workarounds. 13 years ago
TextureFormat.h Support for ARB_texture_stencil8. 13 years ago
Timeline.cpp Bring whole Corrade namespace into Magnum namespace. 13 years ago
Timeline.h Reducing pointer chasings, part 1: method chaining via references. 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 Treat MagnumMathObjects and MagnumObjects libs separately for exporting. 13 years ago