| .. |
|
DebugTools
|
Better usage of *Basic* in class names, part 5: SceneGraph drawables.
|
13 years ago |
|
Implementation
|
Deinlined heavy functions and removed redundant `inline` everywhere else.
|
13 years ago |
|
Math
|
Math: added Matrix[34]::rotationNormalized().
|
13 years ago |
|
MeshTools
|
MeshTools: better assertion message for interleave().
|
13 years ago |
|
Platform
|
Initial support for OpenGL 4.4.
|
13 years ago |
|
Primitives
|
Primitives: fix empty Icosphere position array.
|
13 years ago |
|
SceneGraph
|
SceneGraph: clarify why there _is_ virtual destructor.
|
13 years ago |
|
Shaders
|
Shaders: explicitly setting normal matrix in Phong shader.
|
13 years ago |
|
Shapes
|
Better usage of *Basic* in class names, part 3: SceneGraph features.
|
13 years ago |
|
Test
|
Debug output operators for Sampler enums.
|
13 years ago |
|
Text
|
Typo fix: additionaly -> additionally.
|
13 years ago |
|
TextureTools
|
Wrap CMAKE_SHARED_LIBRARY_CXX_FLAGS in quotes.
|
13 years ago |
|
Trade
|
Trade: debug output operator for TextureData::Type enum.
|
13 years ago |
|
AbstractFramebuffer.cpp
|
Reordered *Image parameters.
|
13 years ago |
|
AbstractFramebuffer.h
|
Make also constructor protected when destructor is protected.
|
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
|
Deinlined heavy functions and removed redundant `inline` everywhere else.
|
13 years ago |
|
AbstractShaderProgram.cpp
|
Don't query shader info log if it contains only '\0' character.
|
13 years ago |
|
AbstractShaderProgram.h
|
Added TODO.
|
13 years ago |
|
AbstractTexture.cpp
|
Typo fix: additionaly -> additionally.
|
13 years ago |
|
AbstractTexture.h
|
No need to have virtual destructor for AbstractTexture.
|
13 years ago |
|
Array.h
|
Documentation fixes.
|
13 years ago |
|
Buffer.cpp
|
Implemented CHROMIUM_map_sub for Buffer.
|
13 years ago |
|
Buffer.h
|
No need to have virtual destructor in Buffer.
|
13 years ago |
|
BufferImage.cpp
|
Moved texture and image formats out of the classes.
|
13 years ago |
|
BufferImage.h
|
Renamed ImageWrapper to ImageReference.
|
13 years ago |
|
BufferTexture.cpp
|
Moved texture and image formats out of the classes.
|
13 years ago |
|
BufferTexture.h
|
Moved BufferTextureFormat enum before the class.
|
13 years ago |
|
CMakeLists.txt
|
Trade: debug output operator for TextureData::Type enum.
|
13 years ago |
|
Color.h
|
Getting rid of <>, part 1: Color classes.
|
13 years ago |
|
Context.cpp
|
Support for ARB_texture_mirror_clamp_to_edge.
|
13 years ago |
|
Context.h
|
Extended extension support bitset to handle MOAR of them.
|
13 years ago |
|
CubeMapTexture.h
|
Getting rid of <>, part 1: Color classes.
|
13 years ago |
|
CubeMapTextureArray.h
|
Getting rid of <>, part 1: Color classes.
|
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
|
Added some C++14 TODOs.
|
13 years ago |
|
DefaultFramebuffer.h
|
Added functions for checking (default) framebuffer state.
|
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
|
Added some C++14 TODOs.
|
13 years ago |
|
Framebuffer.h
|
Added functions for checking (default) framebuffer state.
|
13 years ago |
|
Image.cpp
|
Reordered *Image parameters.
|
13 years ago |
|
Image.h
|
Reordered *Image parameters.
|
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
|
Make explicit `std::hash` specialization for ResourceKey.
|
13 years ago |
|
Mesh.cpp
|
Warn about improper Buffer target hint in NaCl.
|
13 years ago |
|
Mesh.h
|
Getting rid of <>, part 1: Color classes.
|
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
|
Added Renderbuffer::setStorageMultisample().
|
13 years ago |
|
Renderbuffer.h
|
Use proper ARB_framebuffer_object extension.
|
13 years ago |
|
RenderbufferFormat.h
|
Use proper ARB_framebuffer_object extension.
|
13 years ago |
|
Renderer.cpp
|
Getting rid of <>, part 1: Color classes.
|
13 years ago |
|
Renderer.h
|
Getting rid of <>, part 1: Color classes.
|
13 years ago |
|
Resource.cpp
|
Relicensing to MIT/Expat license, part 3: source files.
|
13 years ago |
|
Resource.h
|
Make explicit `std::hash` specialization for ResourceKey.
|
13 years ago |
|
ResourceManager.h
|
Make explicit `std::hash` specialization for ResourceKey.
|
13 years ago |
|
Sampler.cpp
|
Doxygen fixes.
|
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
|
Getting rid of <>, part 1: Color classes.
|
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
|
Deinlined heavy functions and removed redundant `inline` everywhere else.
|
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 |