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š bc18eec596 Merge commit 'df05a2d8a50993968557f6d00' into compatibility 12 years ago
..
Audio Removed superfluous template parameter from EnumSet typedefs. 12 years ago
DebugTools Use VectorTypeFor and MatrixTypeFor instead of DimensionTraits. 12 years ago
Implementation Merge branch 'master' into compatibility 12 years ago
Math Use template aliases where possible. 12 years ago
MeshTools Dropped GCC 4.6 support. 12 years ago
Platform Merge commit 'df05a2d8a50993968557f6d00' into compatibility 12 years ago
Primitives Removed superfluous template parameter from EnumSet typedefs. 12 years ago
SceneGraph Use VectorTypeFor and MatrixTypeFor instead of DimensionTraits. 12 years ago
Shaders Use VectorTypeFor and MatrixTypeFor instead of DimensionTraits. 12 years ago
Shapes Use VectorTypeFor and MatrixTypeFor instead of DimensionTraits. 12 years ago
Test Dropped GCC 4.6 support. 12 years ago
Text Merge commit 'df05a2d8a50993968557f6d00' into compatibility 12 years ago
TextureTools Merge commit 'df05a2d8a50993968557f6d00' into compatibility 12 years ago
Trade Use VectorTypeFor and MatrixTypeFor instead of DimensionTraits. 12 years ago
AbstractFramebuffer.cpp Ability to reset internal state tracker. 12 years ago
AbstractFramebuffer.h Removed superfluous template parameter from EnumSet typedefs. 12 years ago
AbstractImage.cpp Happy new year too. 12 years ago
AbstractImage.h Merge branch 'master' into compatibility 12 years ago
AbstractObject.cpp Happy new year too. 12 years ago
AbstractObject.h Merge branch 'master' into compatibility 12 years ago
AbstractResourceLoader.h Completed documentation review in root namespace. 12 years ago
AbstractShaderProgram.cpp Merge branch 'master' into compatibility 12 years ago
AbstractShaderProgram.h GCC 4.5 / MSVC 2013 compatibility: constexpr-related issues. 12 years ago
AbstractTexture.cpp Merge branch 'master' into compatibility 12 years ago
AbstractTexture.h Merge branch 'master' into compatibility 12 years ago
Array.h Dropped GCC 4.6 support. 12 years ago
Buffer.cpp Ability to reset internal state tracker. 12 years ago
Buffer.h Removed superfluous template parameter from EnumSet typedefs. 12 years ago
BufferImage.cpp Use VectorTypeFor and MatrixTypeFor instead of DimensionTraits. 12 years ago
BufferImage.h Use VectorTypeFor and MatrixTypeFor instead of DimensionTraits. 12 years ago
BufferTexture.cpp Queries for max supported texture size. 12 years ago
BufferTexture.h Merge branch 'master' into compatibility 12 years ago
CMakeLists.txt Queries for max supported texture size. 12 years ago
Color.h Merge branch 'master' into compatibility 12 years ago
ColorFormat.cpp Happy new year too. 12 years ago
ColorFormat.h Minor color/texture format fixes. 12 years ago
Context.cpp Dropped GCC 4.6 support. 12 years ago
Context.h Removed superfluous template parameter from EnumSet typedefs. 12 years ago
CubeMapTexture.cpp Queries for max supported texture size. 12 years ago
CubeMapTexture.h Merge branch 'master' into compatibility 12 years ago
CubeMapTextureArray.cpp Queries for max supported texture size. 12 years ago
CubeMapTextureArray.h Merge branch 'master' into compatibility 12 years ago
DebugMarker.h Happy new year too. 12 years ago
DebugMessage.cpp Proper cross-platform ordering of function attributes. 12 years ago
DebugMessage.h Completed documentation review in root namespace. 12 years ago
DefaultFramebuffer.cpp Merge branch 'master' into compatibility 12 years ago
DefaultFramebuffer.h Completed documentation review in root namespace. 12 years ago
DimensionTraits.h Added VectorTypeFor and MatrixTypeFor aliases to DimensionTraits. 12 years ago
Extensions.h Added support for glMultiDrawArrays()/glMultiDrawElements(). 12 years ago
Framebuffer.cpp Merge branch 'master' into compatibility 12 years ago
Framebuffer.h Merge branch 'master' into compatibility 12 years ago
Image.cpp Use VectorTypeFor and MatrixTypeFor instead of DimensionTraits. 12 years ago
Image.h Use VectorTypeFor and MatrixTypeFor instead of DimensionTraits. 12 years ago
ImageReference.h Use VectorTypeFor and MatrixTypeFor instead of DimensionTraits. 12 years ago
Magnum.h Dropped GCC 4.6 support. 12 years ago
Mesh.cpp Merge branch 'master' into compatibility 12 years ago
Mesh.h Added support for glMultiDrawArrays()/glMultiDrawElements(). 12 years ago
MeshView.cpp Fixed build on OpenGL ES. 12 years ago
MeshView.h Use std::reference_wrapper instead of raw pointer for non-null reference. 12 years ago
MultisampleTexture.cpp Queries for max supported texture size. 12 years ago
MultisampleTexture.h Use VectorTypeFor and MatrixTypeFor instead of DimensionTraits. 12 years ago
OpenGL.cpp Happy new year too. 12 years ago
OpenGL.h Happy new year too. 12 years ago
Query.cpp Disable 64bit integers for WebGL. 12 years ago
Query.h Merge branch 'master' into compatibility 12 years ago
RectangleTexture.cpp Queries for max supported texture size. 12 years ago
RectangleTexture.h Support for EXT_texture_sRGB_decode. 12 years ago
Renderbuffer.cpp Moved global data from framebuffer classes to per-context state. 12 years ago
Renderbuffer.h Merge branch 'master' into compatibility 12 years ago
RenderbufferFormat.h doc: strict ordering of sections in detailed documentation. 12 years ago
Renderer.cpp Actually implement the fallback for Renderer::resetNotificationStrategy(). 12 years ago
Renderer.h doc: strict ordering of sections in detailed documentation. 12 years ago
Resource.cpp Happy new year too. 12 years ago
Resource.h Merge branch 'master' into compatibility 12 years ago
ResourceManager.h Dropped GCC 4.6 support. 12 years ago
Sampler.cpp Implemented depth texture compare mode and function. 12 years ago
Sampler.h Completed documentation review in root namespace. 12 years ago
Shader.cpp Merge branch 'master' into compatibility 12 years ago
Shader.h Merge branch 'master' into compatibility 12 years ago
Texture.cpp Use VectorTypeFor and MatrixTypeFor instead of DimensionTraits. 12 years ago
Texture.h Use VectorTypeFor and MatrixTypeFor instead of DimensionTraits. 12 years ago
TextureArray.cpp Use VectorTypeFor and MatrixTypeFor instead of DimensionTraits. 12 years ago
TextureArray.h Use VectorTypeFor and MatrixTypeFor instead of DimensionTraits. 12 years ago
TextureFormat.h Minor color/texture format fixes. 12 years ago
Timeline.cpp Happy new year too. 12 years ago
Timeline.h Merge branch 'master' into compatibility 12 years ago
Types.h Disable 64bit integers for WebGL. 12 years ago
Version.cpp Happy new year too. 12 years ago
Version.h Merge branch 'master' into compatibility 12 years ago
configure.h.cmake Added MAGNUM_TARGET_WEBGL definition. 12 years ago
visibility.h Happy new year too. 12 years ago