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š feba35ff72 Attempt to fix build without assertions no. 7. 11 years ago
..
Audio Audio, Trade: fixed compilation with GCC 5.1. 11 years ago
DebugTools Fix ResourceManager-related linker errors on Clang. 11 years ago
Implementation First-class WebGL support, part 14: reduced available extensions. 11 years ago
Math First-class WebGL support, part 1: initial infrastructure. 11 years ago
MeshTools Cleaned up old Doxygen workarounds. 11 years ago
Platform First-class WebGL support, part 13: reduce version enum. 11 years ago
Primitives Primitives: added Cube::solidStrip(). 11 years ago
SceneGraph Attempt to fix build without assertions no. 5. 11 years ago
Shaders TextureTools: work around compiler warning. 11 years ago
Shapes Properly use the "Std Swap Two Step". 11 years ago
Test Fix query tests on ES2. 11 years ago
Text Attempt to fix build without assertions no. 7. 11 years ago
TextureTools Common format for preprocessor #error messages. 11 years ago
Trade Attempt to fix build without assertions no. 3. 11 years ago
AbstractFramebuffer.cpp Fix Emscripten build. 11 years ago
AbstractFramebuffer.h Ability to wrap and release existing OpenGL objects. 11 years ago
AbstractImage.cpp First-class WebGL support, part 7: reduced color formats. 11 years ago
AbstractImage.h Oh, it's 2015 already. 11 years ago
AbstractObject.cpp First-class WebGL support, part 2: no debug output. 11 years ago
AbstractObject.h Ability to wrap and release existing OpenGL objects. 11 years ago
AbstractQuery.cpp Ability to wrap and release existing OpenGL objects. 11 years ago
AbstractQuery.h Ability to wrap and release existing OpenGL objects. 11 years ago
AbstractResourceLoader.h Oh, it's 2015 already. 11 years ago
AbstractShaderProgram.cpp First-class WebGL support, part 6: reduced shader functionality. 11 years ago
AbstractShaderProgram.h First-class WebGL support, part 6: reduced shader functionality. 11 years ago
AbstractTexture.cpp Ability to wrap and release existing OpenGL objects. 11 years ago
AbstractTexture.h Ability to wrap and release existing OpenGL objects. 11 years ago
Array.h Oh, it's 2015 already. 11 years ago
Attribute.cpp Attempt to fix build without assertions. 11 years ago
Attribute.h First-class WebGL support, part 6: reduced shader functionality. 11 years ago
Buffer.cpp Ability to wrap and release existing OpenGL objects. 11 years ago
Buffer.h Ability to wrap and release existing OpenGL objects. 11 years ago
BufferImage.cpp Oh, it's 2015 already. 11 years ago
BufferImage.h First-class WebGL support, part 3: reduced buffer functionality. 11 years ago
BufferTexture.cpp Oh, it's 2015 already. 11 years ago
BufferTexture.h Ability to wrap and release existing OpenGL objects. 11 years ago
CMakeLists.txt First-class WebGL support, part 8: reduced query functionality. 11 years ago
Color.h Oh, it's 2015 already. 11 years ago
ColorFormat.cpp First-class WebGL support, part 7: reduced color formats. 11 years ago
ColorFormat.h First-class WebGL support, part 7: reduced color formats. 11 years ago
Context.cpp Use glGetString(GL_EXTENSIONS) instead of glGetStringi() on WebGL 2. 11 years ago
Context.h First-class WebGL support, part 11: no context flags. 11 years ago
CubeMapTexture.cpp Ability to wrap and release existing OpenGL objects. 11 years ago
CubeMapTexture.h Ability to wrap and release existing OpenGL objects. 11 years ago
CubeMapTextureArray.cpp Support for ARB_get_texture_sub_image. 11 years ago
CubeMapTextureArray.h Ability to wrap and release existing OpenGL objects. 11 years ago
DebugMarker.h Cleaned up old Doxygen workarounds. 11 years ago
DebugMessage.h Properly error-out if using deprecated header on non-deprecated build. 11 years ago
DebugOutput.cpp Attempt to fix build without assertions no. 4. 11 years ago
DebugOutput.h First-class WebGL support, part 2: no debug output. 11 years ago
DefaultFramebuffer.cpp Ability to wrap and release existing OpenGL objects. 11 years ago
DefaultFramebuffer.h First-class WebGL support, part 5: reduced framebuffer functionality. 11 years ago
DimensionTraits.h Doc++ 11 years ago
Extensions.h Expose CHROMIUM_map_sub only for NaCl. 11 years ago
Framebuffer.cpp Ability to wrap and release existing OpenGL objects. 11 years ago
Framebuffer.h Ability to wrap and release existing OpenGL objects. 11 years ago
Image.cpp Get rid of annoying unsigned byte arrays. 11 years ago
Image.h Properly use the "Std Swap Two Step". 11 years ago
ImageReference.h Get rid of annoying unsigned byte arrays. 11 years ago
Magnum.h Ability to wrap and release existing OpenGL objects. 11 years ago
Mesh.cpp Disable glDrawRangeElements() on WebGL 2. 11 years ago
Mesh.h Ability to wrap and release existing OpenGL objects. 11 years ago
MeshView.cpp First-class WebGL support, part 10: reduced mesh functionality. 11 years ago
MeshView.h First-class WebGL support, part 10: reduced mesh functionality. 11 years ago
MultisampleTexture.cpp Oh, it's 2015 already. 11 years ago
MultisampleTexture.h Ability to wrap and release existing OpenGL objects. 11 years ago
OpenGL.cpp Oh, it's 2015 already. 11 years ago
OpenGL.h Initial support for WebGL 2. 11 years ago
PrimitiveQuery.h Ability to wrap and release existing OpenGL objects. 11 years ago
Query.h First-class WebGL support, part 8: reduced query functionality. 11 years ago
RectangleTexture.cpp Support for ARB_get_texture_sub_image. 11 years ago
RectangleTexture.h Ability to wrap and release existing OpenGL objects. 11 years ago
Renderbuffer.cpp Ability to wrap and release existing OpenGL objects. 11 years ago
Renderbuffer.h Ability to wrap and release existing OpenGL objects. 11 years ago
RenderbufferFormat.h First-class WebGL support, part 7: reduced color formats. 11 years ago
Renderer.cpp First-class WebGL support, part 9: reduced renderer functionality. 11 years ago
Renderer.h First-class WebGL support, part 9: reduced renderer functionality. 11 years ago
Resource.cpp Oh, it's 2015 already. 11 years ago
Resource.h Cleaned up old Doxygen workarounds. 11 years ago
ResourceManager.h Better fix to ensure a single static ResourceManager instance. 11 years ago
ResourceManager.hpp Fix linkage for local ResourceManager instance on MSVC. 11 years ago
SampleQuery.h Ability to wrap and release existing OpenGL objects. 11 years ago
Sampler.cpp First-class WebGL support, part 4: reduced texture functionality. 11 years ago
Sampler.h First-class WebGL support, part 4: reduced texture functionality. 11 years ago
Shader.cpp Attempt to fix build without assertions no. 2. 11 years ago
Shader.h First-class WebGL support, part 6: reduced shader functionality. 11 years ago
Texture.cpp Instantiate whole class instead of each function separately. 11 years ago
Texture.h Ability to wrap and release existing OpenGL objects. 11 years ago
TextureArray.cpp Support for ARB_get_texture_sub_image. 11 years ago
TextureArray.h Ability to wrap and release existing OpenGL objects. 11 years ago
TextureFormat.h Try to not use MAGNUM_TARGET_GLES3. 11 years ago
TimeQuery.h Ability to wrap and release existing OpenGL objects. 11 years ago
Timeline.cpp Oh, it's 2015 already. 11 years ago
Timeline.h Doc++ 11 years ago
TransformFeedback.cpp Ability to wrap and release existing OpenGL objects. 11 years ago
TransformFeedback.h Ability to wrap and release existing OpenGL objects. 11 years ago
Types.h Oh, it's 2015 already. 11 years ago
Version.cpp First-class WebGL support, part 13: reduce version enum. 11 years ago
Version.h First-class WebGL support, part 13: reduce version enum. 11 years ago
configure.h.cmake Oh, it's 2015 already. 11 years ago
visibility.h Oh, it's 2015 already. 11 years ago