| .. |
|
Audio
|
Audio: reorder includes.
|
12 years ago |
|
DebugTools
|
DebugTools: fix warning on MinGW.
|
13 years ago |
|
Implementation
|
Renamed Sampler::maxAnisotropy() to Sampler::maxMaxAnisotropy().
|
13 years ago |
|
Math
|
Math: proper error when using deprecated header.
|
12 years ago |
|
MeshTools
|
MeshTools: simplified fullScreenTriangle() code, fixed literals.
|
13 years ago |
|
Platform
|
Platform: forgot to initialize variable.
|
13 years ago |
|
Plugins
|
Adapted to Corrade changes.
|
13 years ago |
|
Primitives
|
Primitives: set compile flags for proper library.
|
13 years ago |
|
SceneGraph
|
SceneGraph: documentation update for feature classes.
|
13 years ago |
|
Shaders
|
Shaders: somehow I need to enable the extension also on ES3.
|
13 years ago |
|
Shapes
|
Fix static build on Windows.
|
13 years ago |
|
Test
|
Removed forgotten call from Mesh test.
|
13 years ago |
|
Text
|
Moved Version enum to its own file.
|
13 years ago |
|
TextureTools
|
Moved Version enum to its own file.
|
13 years ago |
|
Trade
|
Added *Image::dataSize().
|
13 years ago |
|
AbstractFramebuffer.cpp
|
Use *Image::dataSize() in Framebuffer::read().
|
13 years ago |
|
AbstractFramebuffer.h
|
Added some TODOs.
|
13 years ago |
|
AbstractImage.cpp
|
Added *Image::dataSize().
|
13 years ago |
|
AbstractImage.h
|
Added *Image::dataSize().
|
13 years ago |
|
AbstractObject.cpp
|
Moved Version enum to its own file.
|
13 years ago |
|
AbstractObject.h
|
Minor cleanup.
|
13 years ago |
|
AbstractResourceLoader.h
|
std::decay in fact does the thing we need.
|
13 years ago |
|
AbstractShaderProgram.cpp
|
Moved Version enum to its own file.
|
13 years ago |
|
AbstractShaderProgram.h
|
Added some TODOs.
|
13 years ago |
|
AbstractTexture.cpp
|
Abort the application on attempt to use any ES extension function.
|
13 years ago |
|
AbstractTexture.h
|
Renamed Sampler::maxAnisotropy() to Sampler::maxMaxAnisotropy().
|
13 years ago |
|
Array.h
|
Ability to retrieve first two components from Array3D.
|
13 years ago |
|
Buffer.cpp
|
Abort the application on attempt to use any ES extension function.
|
13 years ago |
|
Buffer.h
|
Default template parameter for Buffer::data(), templated Image::data().
|
13 years ago |
|
BufferImage.cpp
|
Improved BufferImage API, added test.
|
13 years ago |
|
BufferImage.h
|
Properly error out when using unsupported header.
|
13 years ago |
|
BufferTexture.cpp
|
Added BufferTexture::offsetAlignment() limit query.
|
13 years ago |
|
BufferTexture.h
|
Properly error out when using unsupported header.
|
13 years ago |
|
CMakeLists.txt
|
Get rid of unnecessary internal MagnumObjects OBJECT library.
|
13 years ago |
|
Color.h
|
Various documentation fixes and updates.
|
13 years ago |
|
ColorFormat.cpp
|
OpenGL ES 2.0 and 3.0 share the same extension list.
|
13 years ago |
|
ColorFormat.h
|
Updated and improved ColorFormat, ColorType and TextureFormat enum docs.
|
13 years ago |
|
Context.cpp
|
Don't expose unneeded ES2 extensions under ES3.
|
13 years ago |
|
Context.h
|
Moved Version enum to its own file.
|
13 years ago |
|
CubeMapTexture.h
|
Added BufferImage&& overloads to *Texture*::set*Image() functions.
|
13 years ago |
|
CubeMapTextureArray.h
|
Properly error out when using unsupported header.
|
13 years ago |
|
DebugMarker.h
|
New class DebugMessage for inserting debug messages via KHR_debug.
|
13 years ago |
|
DebugMessage.cpp
|
Use proper debug callback signature on Windows.
|
13 years ago |
|
DebugMessage.h
|
Minor cleanup.
|
13 years ago |
|
DefaultFramebuffer.cpp
|
Using Range2D instead of Rectangle everywhere.
|
13 years ago |
|
DefaultFramebuffer.h
|
Various documentation fixes and updates.
|
13 years ago |
|
DimensionTraits.h
|
Added todo for the time when GCC 4.6 support is dropped.
|
13 years ago |
|
Extensions.h
|
Don't expose unneeded ES2 extensions under ES3.
|
13 years ago |
|
Framebuffer.cpp
|
Abort the application on attempt to use any ES extension function.
|
13 years ago |
|
Framebuffer.h
|
Various documentation fixes and updates.
|
13 years ago |
|
Image.cpp
|
Renamed ImageType and ImageFormat to ColorType and ColorFormat.
|
13 years ago |
|
Image.h
|
Added *Image::dataSize().
|
13 years ago |
|
ImageFormat.h
|
Properly error out when using unsupported header.
|
13 years ago |
|
ImageReference.h
|
Added *Image::dataSize().
|
13 years ago |
|
Magnum.h
|
Added convenience Color3ub and Color4ub typedefs.
|
13 years ago |
|
Mesh.cpp
|
Enable VAOs by default for ES3.
|
13 years ago |
|
Mesh.h
|
Fix compilation on Emscripten.
|
13 years ago |
|
MeshView.cpp
|
Fix index buffer offset in MeshView.
|
13 years ago |
|
MeshView.h
|
Fix index buffer offset in MeshView.
|
13 years ago |
|
OpenGL.cpp
|
Verify that GL boolean values have expected value.
|
13 years ago |
|
OpenGL.h
|
Work around missing types in NaCl's `gl2.h`.
|
13 years ago |
|
Query.cpp
|
Fix return value from *Query::result<bool>().
|
13 years ago |
|
Query.h
|
Doc++
|
13 years ago |
|
Renderbuffer.cpp
|
Abort the application on attempt to use any ES extension function.
|
13 years ago |
|
Renderbuffer.h
|
Updated documentation of framebuffer classes.
|
13 years ago |
|
RenderbufferFormat.h
|
Updated documentation of framebuffer classes.
|
13 years ago |
|
Renderer.cpp
|
Abort the application on attempt to use any ES extension function.
|
13 years ago |
|
Renderer.h
|
Support for debug message callback from KHR_debug.
|
13 years ago |
|
Resource.cpp
|
Relicensing to MIT/Expat license, part 3: source files.
|
13 years ago |
|
Resource.h
|
Removed enum-referencing Doxygen workarounds.
|
13 years ago |
|
ResourceManager.h
|
Add static_assert for deletion of only complete types in ResourceManager.
|
13 years ago |
|
Sampler.cpp
|
Renamed Sampler::maxAnisotropy() to Sampler::maxMaxAnisotropy().
|
13 years ago |
|
Sampler.h
|
Renamed Sampler::maxAnisotropy() to Sampler::maxMaxAnisotropy().
|
13 years ago |
|
Shader.cpp
|
Moved Version enum to its own file.
|
13 years ago |
|
Shader.h
|
Added some TODOs.
|
13 years ago |
|
Swizzle.h
|
Properly error out when using unsupported header.
|
13 years ago |
|
Texture.h
|
Doc++, added todos.
|
13 years ago |
|
TextureFormat.h
|
Documented internal formats unsupported in 3D textures.
|
13 years ago |
|
Timeline.cpp
|
Make some type conversions explicit.
|
13 years ago |
|
Timeline.h
|
Reducing pointer chasings, part 1: method chaining via references.
|
13 years ago |
|
Types.h
|
First C++14 TODO :-)
|
13 years ago |
|
Version.cpp
|
Moved Version enum to its own file.
|
13 years ago |
|
Version.h
|
Added version() utility function.
|
13 years ago |
|
magnumConfigure.h.cmake
|
Initial support for ability to disable building of deprecated APIs.
|
13 years ago |
|
magnumVisibility.h
|
Get rid of unnecessary internal MagnumObjects OBJECT library.
|
13 years ago |