..
Audio
Adapted to Corrade changes.
11 years ago
DebugTools
Moved Color to Math namespace.
11 years ago
Implementation
Pixel storage support, part 2: renamed ColorFormat to PixelFormat etc.
11 years ago
Math
Math: missing include for std::max() on MSVC.
11 years ago
MeshTools
MeshTools: fix linker errors on Windows.
11 years ago
Platform
Platform: proper vector value alignment in magnum-info.
11 years ago
Primitives
Primitives: added Cube::solidStrip().
11 years ago
SceneGraph
MSVC 2015 compatibility: {}-related issues.
11 years ago
Shaders
Moved Color to Math namespace.
11 years ago
Shapes
Math: more explicit default zero/identity constructors.
11 years ago
Test
Pixel storage support, part 2: renamed ColorFormat to PixelFormat etc.
11 years ago
Text
Pixel storage support, part 2: renamed ColorFormat to PixelFormat etc.
11 years ago
TextureTools
Pixel storage support, part 2: renamed ColorFormat to PixelFormat etc.
11 years ago
Trade
Pixel storage support, part 2: renamed ColorFormat to PixelFormat etc.
11 years ago
AbstractFramebuffer.cpp
Pixel storage support, part 2: renamed ColorFormat to PixelFormat etc.
11 years ago
AbstractFramebuffer.h
Pixel storage support, part 2: renamed ColorFormat to PixelFormat etc.
11 years ago
AbstractObject.cpp
Adapted to Corrade changes.
11 years ago
AbstractObject.h
Document that KHR_debug is covered by AEP too.
11 years ago
AbstractQuery.cpp
Adapted to Corrade changes.
11 years ago
AbstractQuery.h
Document that KHR_debug is covered by AEP too.
11 years ago
AbstractResourceLoader.h
Oh, it's 2015 already.
11 years ago
AbstractShaderProgram.cpp
Use ArrayView instead of separate data/size params for shader uniforms.
11 years ago
AbstractShaderProgram.h
Doc++
11 years ago
AbstractTexture.cpp
Pixel storage support, part 2: renamed ColorFormat to PixelFormat etc.
11 years ago
AbstractTexture.h
Pixel storage support, part 2: renamed ColorFormat to PixelFormat etc.
11 years ago
Array.h
MSVC 2015 compatibility: issue with constexpr and delegating constructors.
11 years ago
Attribute.cpp
Attempt to fix build without assertions.
11 years ago
Attribute.h
Moved Color to Math namespace.
11 years ago
Buffer.cpp
Adapted to Corrade changes.
11 years ago
Buffer.h
Doc++
11 years ago
BufferImage.cpp
Pixel storage support, part 2: renamed ColorFormat to PixelFormat etc.
11 years ago
BufferImage.h
Pixel storage support, part 2: renamed ColorFormat to PixelFormat etc.
11 years ago
BufferTexture.cpp
Implemented EXT_texture_buffer AEP extension.
11 years ago
BufferTexture.h
Split BufferTextureFormat enum to separate file for consistency.
11 years ago
BufferTextureFormat.h
Split BufferTextureFormat enum to separate file for consistency.
11 years ago
CMakeLists.txt
Pixel storage support, part 2: renamed ColorFormat to PixelFormat etc.
11 years ago
Color.h
Ensure we have complete definition even in deprecated header.
11 years ago
ColorFormat.h
Pixel storage support, part 2: renamed ColorFormat to PixelFormat etc.
11 years ago
Context.cpp
Pixel storage support, part 3: EXT_unpack_subimage and NV_pack_subimage.
11 years ago
Context.h
Document that KHR_debug is covered by AEP too.
11 years ago
CubeMapTexture.cpp
Pixel storage support, part 2: renamed ColorFormat to PixelFormat etc.
11 years ago
CubeMapTexture.h
Pixel storage support, part 2: renamed ColorFormat to PixelFormat etc.
11 years ago
CubeMapTextureArray.cpp
Compressed image support, part 8: compressed image download.
11 years ago
CubeMapTextureArray.h
Pixel storage support, part 2: renamed ColorFormat to PixelFormat etc.
11 years ago
DebugMessage.h
Emit a warning when using deprecated header.
11 years ago
DebugOutput.cpp
Adapted to Corrade changes.
11 years ago
DebugOutput.h
Document that KHR_debug is covered by AEP too.
11 years ago
DefaultFramebuffer.cpp
Minor cleanup.
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
Pixel storage support, part 3: EXT_unpack_subimage and NV_pack_subimage.
11 years ago
Framebuffer.cpp
Adapted to Corrade changes.
11 years ago
Framebuffer.h
Document that KHR_debug is covered by AEP too.
11 years ago
Image.cpp
Pixel storage support, part 2: renamed ColorFormat to PixelFormat etc.
11 years ago
Image.h
Pixel storage support, part 2: renamed ColorFormat to PixelFormat etc.
11 years ago
ImageReference.h
Use CORRADE_DEPRECATED_ALIAS() for deprecating using declarations.
11 years ago
ImageView.h
Pixel storage support, part 2: renamed ColorFormat to PixelFormat etc.
11 years ago
Magnum.h
Pixel storage support, part 2: renamed ColorFormat to PixelFormat etc.
11 years ago
Mesh.cpp
Cleanup.
11 years ago
Mesh.h
Store a copy instead of pointer to Buffer in Mesh.
11 years ago
MeshView.cpp
Removed deprecated parameter-less *Mesh::draw() overload.
11 years ago
MeshView.h
Removed deprecated parameter-less *Mesh::draw() overload.
11 years ago
MultisampleTexture.cpp
Implemented OES_texture_storage_multisample_2d_array AEP extension.
11 years ago
MultisampleTexture.h
Compressed image support, part 7: compressed (sub)image upload.
11 years ago
OpenGL.cpp
Oh, it's 2015 already.
11 years ago
OpenGL.h
Initial support for WebGL 2.
11 years ago
PixelFormat.cpp
Pixel storage support, part 2: renamed ColorFormat to PixelFormat etc.
11 years ago
PixelFormat.h
Pixel storage support, part 2: renamed ColorFormat to PixelFormat etc.
11 years ago
PixelStorage.cpp
Pixel storage support, part 2: renamed ColorFormat to PixelFormat etc.
11 years ago
PixelStorage.h
Pixel storage support, part 2: renamed ColorFormat to PixelFormat etc.
11 years ago
PrimitiveQuery.h
Ability to instantiate OpenGL objects without creating them.
11 years ago
Query.h
Emit a warning when using deprecated header.
11 years ago
RectangleTexture.cpp
Compressed image support, part 8: compressed image download.
11 years ago
RectangleTexture.h
Pixel storage support, part 2: renamed ColorFormat to PixelFormat etc.
11 years ago
Renderbuffer.cpp
Adapted to Corrade changes.
11 years ago
Renderbuffer.h
Document that KHR_debug is covered by AEP too.
11 years ago
RenderbufferFormat.h
Don't show RenderbufferFormat::DepthStencil on WebGL 2.
11 years ago
Renderer.cpp
Moved Color to Math namespace.
11 years ago
Renderer.h
Compressed image support, part 12: texture compression hint.
11 years ago
Resource.cpp
Oh, it's 2015 already.
11 years ago
Resource.h
Removed deprecated Resource conversion operator.
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 instantiate OpenGL objects without creating them.
11 years ago
Sampler.cpp
First-class WebGL support, part 4: reduced texture functionality.
11 years ago
Sampler.h
Implemented EXT_texture_border_clamp AEP extension.
11 years ago
Shader.cpp
Implemented EXT_tessellation_shader AEP extension.
11 years ago
Shader.h
Implemented EXT_tessellation_shader AEP extension.
11 years ago
Tags.h
Ability to instantiate OpenGL objects without creating them.
11 years ago
Texture.cpp
Compressed image support, part 8: compressed image download.
11 years ago
Texture.h
Pixel storage support, part 2: renamed ColorFormat to PixelFormat etc.
11 years ago
TextureArray.cpp
Compressed image support, part 8: compressed image download.
11 years ago
TextureArray.h
Pixel storage support, part 2: renamed ColorFormat to PixelFormat etc.
11 years ago
TextureFormat.h
Pixel storage support, part 2: renamed ColorFormat to PixelFormat etc.
11 years ago
TimeQuery.h
Ability to instantiate OpenGL objects without creating them.
11 years ago
Timeline.cpp
Finally deprecated Timeline::setMinimalFrameTime().
11 years ago
Timeline.h
Fixed non-deprecated build.
11 years ago
TransformFeedback.cpp
Adapted to Corrade changes.
11 years ago
TransformFeedback.h
Doc++
11 years ago
Types.h
Remove obsolete TODOs.
11 years ago
Version.cpp
First-class WebGL support, part 13: reduce version enum.
11 years ago
Version.h
Fix docs for Magnum::Version.
11 years ago
configure.h.cmake
Oh, it's 2015 already.
11 years ago
visibility.h
Oh, it's 2015 already.
11 years ago