| .. |
|
Audio
|
Merge branch 'master' into compatibility
|
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
|
Merge branch 'master' into compatibility
|
13 years ago |
|
Platform
|
Merge branch 'master' into compatibility
|
13 years ago |
|
Primitives
|
GCC 4.4 compatibility: some explicit typing needed.
|
13 years ago |
|
SceneGraph
|
Merge branch 'master' into compatibility
|
13 years ago |
|
Shaders
|
Merge branch 'master' into compatibility
|
13 years ago |
|
Shapes
|
Merge branch 'master' into compatibility
|
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
|
Trade: something got f'ed up in 9d0c6b44de.
|
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
|
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
|
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
|
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
|
GCC 4.4 compatibility: disable strict-aliasing again.
|
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
|
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
|
Merge branch 'master' into compatibility
|
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
|
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
|
Proper noexcept move constructor for Mesh.
|
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
|
Merge branch 'master' into compatibility
|
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
|
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
|
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
|
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 |