| .. |
|
DebugTools
|
Using Corrade's visibility macros instead of copypasta all over again.
|
13 years ago |
|
Implementation
|
Using CORRADE_ASSERT_UNREACHABLE() instead of CORRADE_ASSERT(false).
|
13 years ago |
|
Math
|
Math: std::fma() is not available in NaCl's newlib.
|
13 years ago |
|
MeshTools
|
Using Corrade's visibility macros instead of copypasta all over again.
|
13 years ago |
|
Physics
|
Physics: wat.
|
13 years ago |
|
Platform
|
Emscripten: ported FindOpenGLES2.cmake and FindSDL2.cmake.
|
13 years ago |
|
Primitives
|
Using Corrade's visibility macros instead of copypasta all over again.
|
13 years ago |
|
SceneGraph
|
SceneGraph: wrong assertion.
|
13 years ago |
|
Shaders
|
Using Corrade's visibility macros instead of copypasta all over again.
|
13 years ago |
|
Test
|
Various other compilation fixes for OpenGL ES target.
|
13 years ago |
|
Text
|
Using Corrade's visibility macros instead of copypasta all over again.
|
13 years ago |
|
TextureTools
|
Using Corrade's visibility macros instead of copypasta all over again.
|
13 years ago |
|
Trade
|
Trade: properly implement move constructor and assignment in MeshData.
|
13 years ago |
|
AbstractFramebuffer.cpp
|
Using CORRADE_ASSERT_UNREACHABLE() instead of CORRADE_ASSERT(false).
|
13 years ago |
|
AbstractFramebuffer.h
|
Support for ES2 extension NV_framebuffer_blit.
|
13 years ago |
|
AbstractImage.cpp
|
Using CORRADE_ASSERT_UNREACHABLE() instead of CORRADE_ASSERT(false).
|
13 years ago |
|
AbstractImage.h
|
Some image & texture formats are available only through ES2 extensions.
|
13 years ago |
|
AbstractResourceLoader.h
|
Relicensing to MIT/Expat license, part 2: headers.
|
13 years ago |
|
AbstractShaderProgram.cpp
|
Using CORRADE_ASSERT_UNREACHABLE() instead of CORRADE_ASSERT(false).
|
13 years ago |
|
AbstractShaderProgram.h
|
Fixed one-value AbstractShaderProgram::setUniform().
|
13 years ago |
|
AbstractTexture.cpp
|
Some image & texture formats are available only through ES2 extensions.
|
13 years ago |
|
AbstractTexture.h
|
Texture border & anisotropy is available only as ES2 extension.
|
13 years ago |
|
Array.h
|
Relicensing to MIT/Expat license, part 2: headers.
|
13 years ago |
|
Buffer.cpp
|
No deprecated Buffer::map() in ES3.
|
13 years ago |
|
Buffer.h
|
No deprecated Buffer::map() in ES3.
|
13 years ago |
|
BufferImage.cpp
|
Relicensing to MIT/Expat license, part 3: source files.
|
13 years ago |
|
BufferImage.h
|
Relicensing to MIT/Expat license, part 2: headers.
|
13 years ago |
|
BufferTexture.cpp
|
Relicensing to MIT/Expat license, part 3: source files.
|
13 years ago |
|
BufferTexture.h
|
Minor code cleanup (unused parameters).
|
13 years ago |
|
CMakeLists.txt
|
Option to build Magnum as static library.
|
13 years ago |
|
Color.h
|
Using CORRADE_ASSERT_UNREACHABLE() instead of CORRADE_ASSERT(false).
|
13 years ago |
|
Context.cpp
|
Support for ES2 extension NV_texture_border_clamp.
|
13 years ago |
|
Context.h
|
Relicensing to MIT/Expat license, part 2: headers.
|
13 years ago |
|
CubeMapTexture.h
|
Texture border & anisotropy is available only as ES2 extension.
|
13 years ago |
|
CubeMapTextureArray.h
|
Texture border & anisotropy is available only as ES2 extension.
|
13 years ago |
|
DebugMarker.cpp
|
Relicensing to MIT/Expat license, part 3: source files.
|
13 years ago |
|
DebugMarker.h
|
Relicensing to MIT/Expat license, part 2: headers.
|
13 years ago |
|
DefaultFramebuffer.cpp
|
Relicensing to MIT/Expat license, part 3: source files.
|
13 years ago |
|
DefaultFramebuffer.h
|
glDrawBuffer() is not available in ES3.
|
13 years ago |
|
DimensionTraits.h
|
Various other compilation fixes for OpenGL ES target.
|
13 years ago |
|
Extensions.h
|
Documented CMake usage and preprocessor variables.
|
13 years ago |
|
Framebuffer.cpp
|
Relicensing to MIT/Expat license, part 3: source files.
|
13 years ago |
|
Framebuffer.h
|
glDrawBuffer() is not available in ES3.
|
13 years ago |
|
Image.cpp
|
Treat image data as array of unsigned chars.
|
13 years ago |
|
Image.h
|
Treat image data as array of unsigned chars.
|
13 years ago |
|
ImageWrapper.h
|
Treat image data as array of unsigned chars.
|
13 years ago |
|
Magnum.h
|
Expose MAGNUM_BUILD_STATIC in magnumConfigure.h.
|
13 years ago |
|
Mesh.cpp
|
Using CORRADE_ASSERT_UNREACHABLE() instead of CORRADE_ASSERT(false).
|
13 years ago |
|
Mesh.h
|
Minor code cleanup (unused parameters).
|
13 years ago |
|
OpenGL.cpp
|
Relicensing to MIT/Expat license, part 3: source files.
|
13 years ago |
|
OpenGL.h
|
NaCl target system is now handled with CORRADE_TARGET_NACL.
|
13 years ago |
|
Query.cpp
|
Various other compilation fixes for OpenGL ES target.
|
13 years ago |
|
Query.h
|
Don't define Query constructors & destructors in header.
|
13 years ago |
|
Renderbuffer.cpp
|
Relicensing to MIT/Expat license, part 3: source files.
|
13 years ago |
|
Renderbuffer.h
|
Some image & texture formats are available only through ES2 extensions.
|
13 years ago |
|
Renderer.h
|
Worked around Doxygen issues in Renderer documentation.
|
13 years ago |
|
Resource.cpp
|
Relicensing to MIT/Expat license, part 3: source files.
|
13 years ago |
|
Resource.h
|
Relicensing to MIT/Expat license, part 2: headers.
|
13 years ago |
|
ResourceManager.h
|
Relicensing to MIT/Expat license, part 2: headers.
|
13 years ago |
|
Shader.cpp
|
Using CORRADE_ASSERT_UNREACHABLE() instead of CORRADE_ASSERT(false).
|
13 years ago |
|
Shader.h
|
Minor code cleanup (unused parameters).
|
13 years ago |
|
Swizzle.h
|
Relicensing to MIT/Expat license, part 2: headers.
|
13 years ago |
|
Texture.h
|
Texture border & anisotropy is available only as ES2 extension.
|
13 years ago |
|
Timeline.cpp
|
Relicensing to MIT/Expat license, part 3: source files.
|
13 years ago |
|
Timeline.h
|
Method chaining in Timeline.
|
13 years ago |
|
Types.h
|
Relicensing to MIT/Expat license, part 2: headers.
|
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 |