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š cee40d5852 Fixed compilation of Renderer on OpenGL ES. 13 years ago
..
DebugTools Shape rework #8: updated documentation. 13 years ago
Implementation De-inline TextureState constructor/destructor. 13 years ago
Math Math: removed superfluous instantiation sources. 13 years ago
MeshTools Doxygen: ignore specific namespaces instead of whole directories. 13 years ago
Platform Platform::Sdl2Application: properly handle SDL_QUIT. 13 years ago
Primitives Using Corrade's visibility macros instead of copypasta all over again. 13 years ago
SceneGraph Doxygen workarounds. 13 years ago
Shaders Shaders: added first version of MeshVisualizer shader. 13 years ago
Shapes Shape rework #8: updated documentation. 13 years ago
Test Various other compilation fixes for OpenGL ES target. 13 years ago
Text Shaders: removed superfluous `*Shader` suffix from class names. 13 years ago
TextureTools Shaders: removed superfluous `*Shader` suffix from class names. 13 years ago
Trade Trade: properly implement move constructor and assignment in MeshData. 13 years ago
AbstractFramebuffer.cpp Doxygen: ignore specific namespaces instead of whole directories. 13 years ago
AbstractFramebuffer.h Doxygen: ignore specific namespaces instead of whole directories. 13 years ago
AbstractImage.cpp Using CORRADE_ASSERT_UNREACHABLE() instead of CORRADE_ASSERT(false). 13 years ago
AbstractImage.h Doxygen: ignore specific namespaces instead of whole directories. 13 years ago
AbstractResourceLoader.h Relicensing to MIT/Expat license, part 2: headers. 13 years ago
AbstractShaderProgram.cpp Fixed various superflous spaces and newlines in Shader error messages. 13 years ago
AbstractShaderProgram.h Method chaining in Shader. 13 years ago
AbstractTexture.cpp Doxygen: ignore specific namespaces instead of whole directories. 13 years ago
AbstractTexture.h Doxygen: ignore specific namespaces instead of whole directories. 13 years ago
Array.h Relicensing to MIT/Expat license, part 2: headers. 13 years ago
Buffer.cpp Fixed off-by-one error in Buffer state tracking. 13 years ago
Buffer.h Method chaining in Buffer. 13 years ago
BufferImage.cpp Added some more Doxygen workarounds. 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 Moved all global state into Renderer class, created implementation file. 13 years ago
Color.h Doxygen: ignore specific namespaces instead of whole directories. 13 years ago
Context.cpp Support for ES2 extension NV_texture_border_clamp. 13 years ago
Context.h Doxygen: ignore specific namespaces instead of whole directories. 13 years ago
CubeMapTexture.h Moved all global state into Renderer class, created implementation file. 13 years ago
CubeMapTextureArray.h Moved all global state into Renderer class, created implementation file. 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 Added some more Doxygen workarounds. 13 years ago
Image.h Removed unneeded `extern class`, added export macros to proper place. 13 years ago
ImageWrapper.h Treat image data as array of unsigned chars. 13 years ago
Magnum.h Fixed and updated forward declarations for queries. 13 years ago
Mesh.cpp Added missing primitive types to Mesh debug and configuration output. 13 years ago
Mesh.h Moved all global state into Renderer class, created implementation file. 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 Greatly simplified Query implementations. 13 years ago
Query.h Doc++ 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.cpp Fixed compilation of Renderer on OpenGL ES. 13 years ago
Renderer.h Fixed compilation of Renderer on OpenGL ES. 13 years ago
Resource.cpp Relicensing to MIT/Expat license, part 3: source files. 13 years ago
Resource.h Doxygen: ignore specific namespaces instead of whole directories. 13 years ago
ResourceManager.h Method chaining in ResourceManager. 13 years ago
Shader.cpp Make Shader::addSource() move-aware. 13 years ago
Shader.h Make Shader::addSource() move-aware. 13 years ago
Swizzle.h Doxygen: ignore specific namespaces instead of whole directories. 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 Added TODO. 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 Using Corrade's visibility macros instead of copypasta all over again. 13 years ago