| .. |
|
Audio
|
Properly fix linking to libdl.
|
13 years ago |
|
DebugTools
|
Extract Buffer::Usage enum out of Buffer class.
|
13 years ago |
|
Implementation
|
OpenGL ES 2.0 and 3.0 share the same extension list.
|
13 years ago |
|
Math
|
Math: added minmax() and Vector2::minmax().
|
13 years ago |
|
MeshTools
|
Fixed compilation with GCC 4.9.
|
13 years ago |
|
Platform
|
Fixed compilation with Clang's libc++.
|
13 years ago |
|
Plugins
|
Fixed compilation with GCC 4.9.
|
13 years ago |
|
Primitives
|
Fixed compilation with GCC 4.9.
|
13 years ago |
|
SceneGraph
|
Fixed compilation with GCC 4.9.
|
13 years ago |
|
Shaders
|
Rename also classes and files for GL tests.
|
13 years ago |
|
Shapes
|
Shapes: fix copy constructor in Composition.
|
13 years ago |
|
Test
|
OpenGL ES 2.0 and 3.0 share the same extension list.
|
13 years ago |
|
Text
|
Fixed compilation with GCC 4.9.
|
13 years ago |
|
TextureTools
|
Fixed compilation with GCC 4.9.
|
13 years ago |
|
Trade
|
Properly fix linking to libdl.
|
13 years ago |
|
AbstractFramebuffer.cpp
|
OpenGL ES 2.0 and 3.0 share the same extension list.
|
13 years ago |
|
AbstractFramebuffer.h
|
OpenGL ES 2.0 and 3.0 share the same extension list.
|
13 years ago |
|
AbstractImage.cpp
|
OpenGL ES 2.0 and 3.0 share the same extension list.
|
13 years ago |
|
AbstractImage.h
|
Renamed ImageType and ImageFormat to ColorType and ColorFormat.
|
13 years ago |
|
AbstractResourceLoader.h
|
std::decay in fact does the thing we need.
|
13 years ago |
|
AbstractShaderProgram.cpp
|
Shader-related limit queries.
|
13 years ago |
|
AbstractShaderProgram.h
|
Doc++
|
13 years ago |
|
AbstractTexture.cpp
|
OpenGL ES 2.0 and 3.0 share the same extension list.
|
13 years ago |
|
AbstractTexture.h
|
OpenGL ES 2.0 and 3.0 share the same extension list.
|
13 years ago |
|
Array.h
|
Ability to retrieve first two components from Array3D.
|
13 years ago |
|
Buffer.cpp
|
OpenGL ES 2.0 and 3.0 share the same extension list.
|
13 years ago |
|
Buffer.h
|
OpenGL ES 2.0 and 3.0 share the same extension list.
|
13 years ago |
|
BufferImage.cpp
|
Extract Buffer::Usage enum out of Buffer class.
|
13 years ago |
|
BufferImage.h
|
Extract Buffer::Usage enum out of Buffer class.
|
13 years ago |
|
BufferTexture.cpp
|
Reducing pointer chasings, part 3a: less pointer passing in root namespace.
|
13 years ago |
|
BufferTexture.h
|
Reducing pointer chasings, part 3a: less pointer passing in root namespace.
|
13 years ago |
|
CMakeLists.txt
|
Use plural form also for CORRADE_UTILITY_LIBRARIES.
|
13 years ago |
|
Color.h
|
Added Color*::{red,green.blue,cyan,magenta,yellow}() convenience functions.
|
13 years ago |
|
ColorFormat.cpp
|
OpenGL ES 2.0 and 3.0 share the same extension list.
|
13 years ago |
|
ColorFormat.h
|
OpenGL ES 2.0 and 3.0 share the same extension list.
|
13 years ago |
|
Context.cpp
|
Added NV_fbo_color_attachments ES extension to the list.
|
13 years ago |
|
Context.h
|
Fixed compilation with Clang's libc++.
|
13 years ago |
|
CubeMapTexture.h
|
OpenGL ES 2.0 and 3.0 share the same extension list.
|
13 years ago |
|
CubeMapTextureArray.h
|
OpenGL ES 2.0 and 3.0 share the same extension list.
|
13 years ago |
|
DebugMarker.cpp
|
Reducing pointer chasings, part 3a: less pointer passing in root namespace.
|
13 years ago |
|
DebugMarker.h
|
Reducing pointer chasings, part 3a: less pointer passing in root namespace.
|
13 years ago |
|
DefaultFramebuffer.cpp
|
Extract Buffer::Usage enum out of Buffer class.
|
13 years ago |
|
DefaultFramebuffer.h
|
Use "constructor cast" instead of `static_cast<GL...>(...)`.
|
13 years ago |
|
DimensionTraits.h
|
Added todo for the time when GCC 4.6 support is dropped.
|
13 years ago |
|
Extensions.h
|
Thoroughly documented also building and CMake usage of all other libs.
|
13 years ago |
|
Framebuffer.cpp
|
Use Containers::Array instead of naked allocation in *Framebuffer.
|
13 years ago |
|
Framebuffer.h
|
Framebuffer-related limit queries.
|
13 years ago |
|
Image.cpp
|
Renamed ImageType and ImageFormat to ColorType and ColorFormat.
|
13 years ago |
|
Image.h
|
Renamed ImageType and ImageFormat to ColorType and ColorFormat.
|
13 years ago |
|
ImageFormat.h
|
Disable deprecated API if MAGNUM_BUILD_DEPRECATED is set.
|
13 years ago |
|
ImageReference.h
|
doc: removed absolutely wrong description, added TODO.
|
13 years ago |
|
Magnum.h
|
Extract Buffer::Usage enum out of Buffer class.
|
13 years ago |
|
Mesh.cpp
|
Use "constructor cast" instead of `static_cast<GL...>(...)`.
|
13 years ago |
|
Mesh.h
|
Use "constructor cast" instead of `static_cast<GL...>(...)`.
|
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
|
OpenGL ES 2.0 and 3.0 share the same extension list.
|
13 years ago |
|
Query.cpp
|
OpenGL ES 2.0 and 3.0 share the same extension list.
|
13 years ago |
|
Query.h
|
OpenGL ES 2.0 and 3.0 share the same extension list.
|
13 years ago |
|
Renderbuffer.cpp
|
Fix ES2 method name.
|
13 years ago |
|
Renderbuffer.h
|
Framebuffer-related limit queries.
|
13 years ago |
|
RenderbufferFormat.h
|
OpenGL ES 2.0 and 3.0 share the same extension list.
|
13 years ago |
|
Renderer.cpp
|
OpenGL ES 2.0 and 3.0 share the same extension list.
|
13 years ago |
|
Renderer.h
|
OpenGL ES 2.0 and 3.0 share the same extension list.
|
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
|
OpenGL ES 2.0 and 3.0 share the same extension list.
|
13 years ago |
|
Sampler.h
|
OpenGL ES 2.0 and 3.0 share the same extension list.
|
13 years ago |
|
Shader.cpp
|
Doc++
|
13 years ago |
|
Shader.h
|
Shader-related limit queries.
|
13 years ago |
|
Swizzle.h
|
Deprecate swizzle() in favor of Math::swizzle().
|
13 years ago |
|
Texture.h
|
OpenGL ES 2.0 and 3.0 share the same extension list.
|
13 years ago |
|
TextureFormat.h
|
OpenGL ES 2.0 and 3.0 share the same extension list.
|
13 years ago |
|
Timeline.cpp
|
Bring whole Corrade namespace into Magnum namespace.
|
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 |
|
magnumConfigure.h.cmake
|
Initial support for ability to disable building of deprecated APIs.
|
13 years ago |
|
magnumVisibility.h
|
Treat MagnumMathObjects and MagnumObjects libs separately for exporting.
|
13 years ago |