| .. |
|
Audio
|
Merge branch 'master' into compatibility
|
13 years ago |
|
DebugTools
|
Merge branch 'master' into compatibility
|
13 years ago |
|
Implementation
|
Renamed Sampler::maxAnisotropy() to Sampler::maxMaxAnisotropy().
|
13 years ago |
|
Math
|
Merge branch 'master' into compatibility
|
13 years ago |
|
MeshTools
|
Merge branch 'master' into compatibility
|
13 years ago |
|
Platform
|
GCC 4.5 compatibility: no forward declarations for enums.
|
13 years ago |
|
Plugins
|
Merge branch 'master' into compatibility
|
13 years ago |
|
Primitives
|
Merge branch 'master' into compatibility
|
13 years ago |
|
SceneGraph
|
Merge branch 'master' into compatibility
|
13 years ago |
|
Shaders
|
Merge branch 'master' into compatibility
|
13 years ago |
|
Shapes
|
MSVC 2013 compatibility: can't have anonymous typed enum in template class.
|
13 years ago |
|
Test
|
GCC 4.5 compatibility: inherited move semantics somehow doesn't work.
|
13 years ago |
|
Text
|
Merge branch 'master' into compatibility
|
13 years ago |
|
TextureTools
|
Merge branch 'master' into compatibility
|
13 years ago |
|
Trade
|
GCC 4.5 compatibility: nullptr-related issues.
|
13 years ago |
|
AbstractFramebuffer.cpp
|
Abort the application on attempt to use any ES extension function.
|
13 years ago |
|
AbstractFramebuffer.h
|
Merge branch 'master' into compatibility
|
13 years ago |
|
AbstractImage.cpp
|
Don't return after std::abort().
|
13 years ago |
|
AbstractImage.h
|
GCC 4.5 compatibility: don't include deprecated headers.
|
13 years ago |
|
AbstractObject.cpp
|
Moved Version enum to its own file.
|
13 years ago |
|
AbstractObject.h
|
GCC 4.5 compatibility: cannot default constructor in class body.
|
13 years ago |
|
AbstractResourceLoader.h
|
std::decay in fact does the thing we need.
|
13 years ago |
|
AbstractShaderProgram.cpp
|
Merge branch 'master' into compatibility
|
13 years ago |
|
AbstractShaderProgram.h
|
Merge branch 'master' into compatibility
|
13 years ago |
|
AbstractTexture.cpp
|
Merge branch 'master' into compatibility
|
13 years ago |
|
AbstractTexture.h
|
Merge branch 'master' into compatibility
|
13 years ago |
|
Array.h
|
MSVC 2013 compatibility: more workarounds for array-initialization bug.
|
13 years ago |
|
Buffer.cpp
|
Abort the application on attempt to use any ES extension function.
|
13 years ago |
|
Buffer.h
|
Merge branch 'master' into compatibility
|
13 years ago |
|
BufferImage.cpp
|
Improved BufferImage API, added test.
|
13 years ago |
|
BufferImage.h
|
Improved BufferImage API, added test.
|
13 years ago |
|
BufferTexture.cpp
|
Added BufferTexture::offsetAlignment() limit query.
|
13 years ago |
|
BufferTexture.h
|
GCC 4.5 compatibility: inherited move semantics somehow doesn't work.
|
13 years ago |
|
CMakeLists.txt
|
Disable strict-aliasing warnings for GCC 4.5.
|
13 years ago |
|
Color.h
|
Merge branch 'master' into compatibility
|
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
|
Merge branch 'master' into compatibility
|
13 years ago |
|
Context.h
|
GCC 4.5 compatibility: no forward declarations for enums.
|
13 years ago |
|
CubeMapTexture.h
|
GCC 4.5 compatibility: inherited move semantics somehow doesn't work.
|
13 years ago |
|
CubeMapTextureArray.h
|
GCC 4.5 compatibility: inherited move semantics somehow doesn't work.
|
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
|
Merge branch 'master' into compatibility
|
13 years ago |
|
DefaultFramebuffer.h
|
Doc++, added todos.
|
13 years ago |
|
DimensionTraits.h
|
Added todo for the time when GCC 4.6 support is dropped.
|
13 years ago |
|
Extensions.h
|
Moved Version enum to its own file.
|
13 years ago |
|
Framebuffer.cpp
|
Merge branch 'master' into compatibility
|
13 years ago |
|
Framebuffer.h
|
Merge branch 'master' into compatibility
|
13 years ago |
|
Image.cpp
|
Renamed ImageType and ImageFormat to ColorType and ColorFormat.
|
13 years ago |
|
Image.h
|
Added release() function to Image and Trade::ImageData.
|
13 years ago |
|
ImageFormat.h
|
Marking deprecated functions and types with CORRADE_DEPRECATED().
|
13 years ago |
|
ImageReference.h
|
Documentation updates for Image classes.
|
13 years ago |
|
Magnum.h
|
Merge branch 'master' into compatibility
|
13 years ago |
|
Mesh.cpp
|
Merge branch 'master' into compatibility
|
13 years ago |
|
Mesh.h
|
Mesh: set VAO id to 0 when the extension is not available.
|
13 years ago |
|
MeshView.cpp
|
Fixed OpenGL ES 2.0 compatibility.
|
13 years ago |
|
MeshView.h
|
Include OpenGL headers instead of trying to be smart.
|
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
|
Abort the application on attempt to use any ES extension function.
|
13 years ago |
|
Query.h
|
GCC 4.5 compatibility: inherited move semantics somehow doesn't work.
|
13 years ago |
|
Renderbuffer.cpp
|
Abort the application on attempt to use any ES extension function.
|
13 years ago |
|
Renderbuffer.h
|
Merge branch 'master' into compatibility
|
13 years ago |
|
RenderbufferFormat.h
|
OpenGL ES 2.0 and 3.0 share the same extension list.
|
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
|
GCC 4.4 compatibility: missing include.
|
13 years ago |
|
ResourceManager.h
|
Merge branch 'master' into compatibility
|
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
|
Merge branch 'master' into compatibility
|
13 years ago |
|
Shader.h
|
GCC 4.5 compatibility: no forward declarations for enums.
|
13 years ago |
|
Swizzle.h
|
Marking deprecated functions and types with CORRADE_DEPRECATED().
|
13 years ago |
|
Texture.h
|
GCC 4.5 compatibility: inherited move semantics somehow doesn't work.
|
13 years ago |
|
TextureFormat.h
|
Remove obsolete glLoadGen-related workarounds.
|
13 years ago |
|
Timeline.cpp
|
Make some type conversions explicit.
|
13 years ago |
|
Timeline.h
|
Merge branch 'master' into compatibility
|
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
|
Merge branch 'master' into compatibility
|
13 years ago |
|
magnumConfigure.h.cmake
|
Initial support for ability to disable building of deprecated APIs.
|
13 years ago |
|
magnumVisibility.h
|
Fix static build on Windows.
|
13 years ago |