..
DebugTools
Merge branch 'master' into compatibility
13 years ago
Implementation
Deinlined heavy functions and removed redundant `inline` everywhere else.
13 years ago
Math
GCC 4.4 compatibility: copy constructor ambiguity in matrix/vector classes.
13 years ago
MeshTools
Merge branch 'master' into compatibility
13 years ago
Platform
Merge branch 'master' into compatibility
13 years ago
Primitives
Merge branch 'master' into compatibility
13 years ago
SceneGraph
Merge branch 'master' into compatibility
13 years ago
Shaders
GCC 4.5 compatibility: cannot default protected members in class body.
13 years ago
Shapes
Merge branch 'master' into compatibility
13 years ago
Test
GCC 4.4 compatibility: copy constructor ambiguity in matrix/vector classes.
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
OpenGL ES build fixes.
13 years ago
AbstractFramebuffer.h
Merge branch 'master' into compatibility
13 years ago
AbstractImage.cpp
Allow copying of ImageWrapper, movement of Image and Trade::ImageData.
13 years ago
AbstractImage.h
Merge branch 'master' into compatibility
13 years ago
AbstractResourceLoader.h
Minor cleanup.
13 years ago
AbstractShaderProgram.cpp
Reducing pointer chasings, part 3a: less pointer passing in root namespace.
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
Merge branch 'master' into compatibility
13 years ago
Array.h
Ability to retrieve first two components from Array3D.
13 years ago
Buffer.cpp
Reducing pointer chasings, part 3a: less pointer passing in root namespace.
13 years ago
Buffer.h
Reducing pointer chasings, part 3a: less pointer passing in root namespace.
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
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
Reducing pointer chasings, part 3a: less pointer passing in root namespace.
13 years ago
CubeMapTextureArray.h
Reducing pointer chasings, part 1: method chaining via references.
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
Merge branch 'master' into compatibility
13 years ago
DefaultFramebuffer.h
Reducing pointer chasings, part 3a: less pointer passing in root namespace.
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
Merge branch 'master' into compatibility
13 years ago
Framebuffer.h
Merge branch 'master' into compatibility
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
Merge branch 'master' into compatibility
13 years ago
Mesh.cpp
Merge branch 'master' into compatibility
13 years ago
Mesh.h
Reducing pointer chasings, part 3a: less pointer passing in root namespace.
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
No need to have this Doxygen voodoo.
13 years ago
Renderbuffer.cpp
Reducing pointer chasings, part 3a: less pointer passing in root namespace.
13 years ago
Renderbuffer.h
Merge branch 'master' into compatibility
13 years ago
RenderbufferFormat.h
Use proper ARB_framebuffer_object extension.
13 years ago
Renderer.cpp
Reducing pointer chasings, part 3a: less pointer passing in root namespace.
13 years ago
Renderer.h
Reducing pointer chasings, part 3a: less pointer passing in root namespace.
13 years ago
Resource.cpp
Relicensing to MIT/Expat license, part 3: source files.
13 years ago
Resource.h
Merge branch 'master' into compatibility
13 years ago
ResourceManager.h
Merge branch 'master' into compatibility
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
Merge branch 'master' into compatibility
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
Reducing pointer chasings, part 1: method chaining via references.
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
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
Treat MagnumMathObjects and MagnumObjects libs separately for exporting.
13 years ago