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š 5a9317085c Moved functions not related to particular Framebuffer to Renderer class. 14 years ago
..
Implementation Making some asserts internal. 14 years ago
Math Thorough documentation review and update. 14 years ago
MeshTools No `using namespace std` anywhere. 14 years ago
Physics No `using namespace std` anywhere. 14 years ago
Platform No `using namespace std` anywhere. 14 years ago
Primitives No `using namespace std` anywhere. 14 years ago
SceneGraph Thorough documentation review and update. 14 years ago
Shaders Explicitly use *Matrix in names when appropriate. 14 years ago
Test No `using namespace std` anywhere. 14 years ago
Trade No `using namespace std` anywhere. 14 years ago
AbstractImage.cpp No `using namespace std` anywhere. 14 years ago
AbstractImage.h Pedantic: using std::size_t instead of size_t from C compat headers. 14 years ago
AbstractResourceLoader.h Thorough documentation review and update. 14 years ago
AbstractShaderProgram.cpp No `using namespace std` anywhere. 14 years ago
AbstractShaderProgram.h No `using namespace std` anywhere. 14 years ago
AbstractTexture.cpp Using integer vector aliases all over the place. 14 years ago
AbstractTexture.h Using integer vector aliases all over the place. 14 years ago
Array.h New class Array, usable instead of Vector for non-numeric purposes. 14 years ago
Buffer.cpp Updated OpenGL ES support in Buffer and related classes. 14 years ago
Buffer.h Mention Native Client buffer requirements. 14 years ago
BufferedImage.cpp If targetting exactly ES 2.0, hide everything not available there. 14 years ago
BufferedImage.h If targetting exactly ES 2.0, hide everything not available there. 14 years ago
BufferedTexture.cpp Updated OpenGL ES support in Buffer and related classes. 14 years ago
BufferedTexture.h Thorough documentation review and update. 14 years ago
CMakeLists.txt Moved functions not related to particular Framebuffer to Renderer class. 14 years ago
Color.h Making some asserts internal. 14 years ago
Context.cpp No `using namespace std` anywhere. 14 years ago
Context.h Thorough documentation review and update. 14 years ago
CubeMapTexture.h Thorough documentation review and update. 14 years ago
CubeMapTextureArray.h Thorough documentation review and update. 14 years ago
DebugMarker.cpp Fixed compilation for OpenGL ES. 14 years ago
DebugMarker.h Class for putting marks into OpenGL command stream for use in debuggers. 14 years ago
DimensionTraits.h Forward declarations for Magnum namespace in Magnum.h header. 14 years ago
Extensions.h Added MAGNUM_ASSERT_{VERSION,EXTENSION}_SUPPORTED() macros. 14 years ago
Framebuffer.cpp Using integer vector aliases all over the place. 14 years ago
Framebuffer.h Moved functions not related to particular Framebuffer to Renderer class. 14 years ago
Image.cpp Using fixed-size 8bit integer for dimension count. 14 years ago
Image.h Don't use constexpr in AbstractImage subclasses. 14 years ago
ImageWrapper.h Don't use constexpr in AbstractImage subclasses. 14 years ago
IndexedMesh.cpp Don't issue draw call if there is nothing to draw. 14 years ago
IndexedMesh.h Thorough documentation review and update. 14 years ago
Magnum.h Aliases for integer and unsigned integer vector types. 14 years ago
Mesh.cpp No `using namespace std` anywhere. 14 years ago
Mesh.h Thorough documentation review and update. 14 years ago
Profiler.cpp No `using namespace std` anywhere. 14 years ago
Profiler.h Thorough documentation review and update. 14 years ago
Query.cpp Updated OpenGL ES support in queries. 14 years ago
Query.h Thorough documentation review and update. 14 years ago
Renderbuffer.cpp If targetting exactly ES 2.0, hide everything not available there. 14 years ago
Renderbuffer.h Using integer vector aliases all over the place. 14 years ago
Renderer.h Moved functions not related to particular Framebuffer to Renderer class. 14 years ago
Resource.cpp Debug output operator for ResourceState enum. 14 years ago
Resource.h Thorough documentation review and update. 14 years ago
ResourceManager.h Doc++ 14 years ago
Shader.cpp Making some asserts internal. 14 years ago
Shader.h Thorough documentation review and update. 14 years ago
SizeTraits.cpp Happy New Year. 15 years ago
SizeTraits.h Worked around long-standing Doxygen warnings. 14 years ago
Swizzle.h Using integer vector aliases all over the place. 14 years ago
Texture.h Thorough documentation review and update. 14 years ago
Timeline.cpp Using fixed-size integer types also everywhere else. 14 years ago
Timeline.h Doc++, code cleanup. 14 years ago
TypeTraits.cpp No `using namespace std` anywhere. 14 years ago
TypeTraits.h Debug output and configuration parser for Type enum. 14 years ago
magnumConfigure.h.cmake GCC 4.6 compatibility is now handled by Corrade. 14 years ago
magnumVisibility.h Renamed visibility configuration headers to resemble library names. 14 years ago