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š b0c769cf0e GCC 4.5 compatibility: cannot use {} here. 12 years ago
..
Audio Merge branch 'master' into compatibility 12 years ago
DebugTools GCC 4.5 compatibility: cannot use {} here. 12 years ago
Implementation Merge branch 'master' into compatibility 12 years ago
Math Merge branch 'master' into compatibility 12 years ago
MeshTools Merge branch 'master' into compatibility 12 years ago
Platform Merge branch 'master' into compatibility 12 years ago
Primitives Merge branch 'master' into compatibility 12 years ago
SceneGraph Merge branch 'master' into compatibility 12 years ago
Shaders Merge branch 'master' into compatibility 12 years ago
Shapes Merge branch 'master' into compatibility 12 years ago
Test Merge branch 'master' into compatibility 12 years ago
Text Merge branch 'master' into compatibility 12 years ago
TextureTools Merge branch 'master' into compatibility 12 years ago
Trade Merge branch 'master' into compatibility 12 years ago
AbstractFramebuffer.cpp Preparation for ARB_direct_state_access GL 4.5 feature. 12 years ago
AbstractFramebuffer.h Merge branch 'master' into compatibility 12 years ago
AbstractImage.cpp Happy new year too. 13 years ago
AbstractImage.h Merge branch 'master' into compatibility 12 years ago
AbstractObject.cpp Re-enable extension calls on OpenGL ES except for NaCl and Emscripten. 12 years ago
AbstractObject.h Merge branch 'master' into compatibility 12 years ago
AbstractQuery.cpp ARB_direct_state_access support for creating queries. 12 years ago
AbstractQuery.h ARB_direct_state_access support for creating queries. 12 years ago
AbstractResourceLoader.h doc: make section headers in class/function docs have sane size. 12 years ago
AbstractShaderProgram.cpp Merge branch 'master' into compatibility 12 years ago
AbstractShaderProgram.h Merge branch 'master' into compatibility 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 GCC 4.6 compatibility: no delegating constructors. 12 years ago
Buffer.h GCC 4.6 compatibility: no delegating constructors. 12 years ago
BufferImage.cpp Merge branch 'master' into compatibility 12 years ago
BufferImage.h Use VectorTypeFor and MatrixTypeFor instead of DimensionTraits. 12 years ago
BufferTexture.cpp Preparation for ARB_direct_state_access GL 4.5 feature. 12 years ago
BufferTexture.h Merge branch 'master' into compatibility 12 years ago
CMakeLists.txt ARB_direct_state_access support for creating queries. 12 years ago
Color.h Merge branch 'master' into compatibility 12 years ago
ColorFormat.cpp Happy new year too. 13 years ago
ColorFormat.h Replaced NV_half_float with hopefully more standard ARB_half_float. 12 years ago
Context.cpp Merge branch 'master' into compatibility 12 years ago
Context.h Merge branch 'master' into compatibility 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. 13 years ago
DebugMessage.cpp Re-enable extension calls on OpenGL ES except for NaCl and Emscripten. 12 years ago
DebugMessage.h Added DebugMessage::setEnabled(). 12 years ago
DefaultFramebuffer.cpp Merge branch 'master' into compatibility 12 years ago
DefaultFramebuffer.h There is glDiscardSubFramebuffer() in EXT_discard_framebuffer. 12 years ago
DimensionTraits.h Added VectorTypeFor and MatrixTypeFor aliases to DimensionTraits. 12 years ago
Extensions.h Replaced EXT_framebuffer_sRGB with ARB_framebuffer_sRGB. 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 Merge branch 'master' into compatibility 12 years ago
Mesh.cpp Merge branch 'master' into compatibility 12 years ago
Mesh.h ARB_direct_state_access support for creating meshes. 12 years ago
MeshView.cpp Merge branch 'master' into compatibility 12 years ago
MeshView.h Merge branch 'master' into compatibility 12 years ago
MultisampleTexture.cpp Enabled 2D multisample textures in ES 3.1. 12 years ago
MultisampleTexture.h Merge branch 'master' into compatibility 12 years ago
OpenGL.cpp Happy new year too. 13 years ago
OpenGL.h Use flextGL also for OpenGL ES. 12 years ago
PrimitiveQuery.h GCC 4.5 compatibility: spoon-feed constructors and assignments. 12 years ago
Query.h Split Query.h into per-class header. 12 years ago
RectangleTexture.cpp Queries for max supported texture size. 12 years ago
RectangleTexture.h ARB_direct_state_access support for creating textures. 12 years ago
Renderbuffer.cpp ARB_direct_state_access support for creating renderbuffers. 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 Re-enable extension calls on OpenGL ES except for NaCl and Emscripten. 12 years ago
Renderer.h Support ARB_framebuffer_sRGB. 12 years ago
Resource.cpp Happy new year too. 13 years ago
Resource.h Merge branch 'master' into compatibility 12 years ago
ResourceManager.h Merge branch 'master' into compatibility 12 years ago
SampleQuery.h GCC 4.5 compatibility: spoon-feed constructors and assignments. 12 years ago
Sampler.cpp Implemented depth texture compare mode and function. 12 years ago
Sampler.h Enabled stencil texturing in ES 3.1. 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 Merge branch 'master' into compatibility 12 years ago
TextureArray.cpp Use VectorTypeFor and MatrixTypeFor instead of DimensionTraits. 12 years ago
TextureArray.h Merge branch 'master' into compatibility 12 years ago
TextureFormat.h Enabled TextureFormat::R8 and RG8 on ES2, clarified the docs. 12 years ago
TimeQuery.h GCC 4.5 compatibility: spoon-feed constructors and assignments. 12 years ago
Timeline.cpp Happy new year too. 13 years ago
Timeline.h Merge branch 'master' into compatibility 12 years ago
Types.h Disable 64bit integers for WebGL. 12 years ago
Version.cpp Initial support for OpenGL 4.5. 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. 13 years ago