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š 446b48bbb7 Text: doc++ 13 years ago
..
Audio Audio: work around issue with different typedef for ALbyte on OSX. 13 years ago
DebugTools Added convenience Matrix2x2, Matrix3x3 and Matrix4x4 aliases. 13 years ago
Implementation Texture-related limit queries. 13 years ago
Math Math: added modulo operations for Vector. 13 years ago
MeshTools Fix build without MAGNUM_BUILD_DEPRECATED. 13 years ago
Platform Platform: ability to access particular Application subclass from Screen. 13 years ago
Plugins MagnumFont: removed some probably forgotten debug output. 13 years ago
Primitives Fix installation dir for DLLs on Windows. 13 years ago
SceneGraph SceneGraph: instantiate also integer TranslationTransformation. 13 years ago
Shaders Shaders: ability to specify background color in Vector shader. 13 years ago
Shapes Fix installation dir for DLLs on Windows. 13 years ago
Test Text: renamed Text::TextRenderer to Text::Renderer. 13 years ago
Text Text: doc++ 13 years ago
TextureTools TextureTools: renamed magnum-distancefield to magnum-distancefieldconverter. 13 years ago
Trade Renamed ImageType and ImageFormat to ColorType and ColorFormat. 13 years ago
AbstractFramebuffer.cpp Renamed ImageType and ImageFormat to ColorType and ColorFormat. 13 years ago
AbstractFramebuffer.h Renamed ImageType and ImageFormat to ColorType and ColorFormat. 13 years ago
AbstractImage.cpp Renamed ImageType and ImageFormat to ColorType and ColorFormat. 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: improve shader backporting documentation. 13 years ago
AbstractTexture.cpp Fixed segfault in AbstractTexture::bind(). 13 years ago
AbstractTexture.h Disable deprecated API if MAGNUM_BUILD_DEPRECATED is set. 13 years ago
Array.h Ability to retrieve first two components from Array3D. 13 years ago
Buffer.cpp Buffer-related limit queries. 13 years ago
Buffer.h Fix build without MAGNUM_BUILD_DEPRECATED. 13 years ago
BufferImage.cpp Fix build without MAGNUM_BUILD_DEPRECATED. 13 years ago
BufferImage.h Renamed ImageType and ImageFormat to ColorType and ColorFormat. 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 Integrated plugins into build system and updated the documentation. 13 years ago
Color.h Deprecate swizzle() in favor of Math::swizzle(). 13 years ago
ColorFormat.cpp Renamed ImageType and ImageFormat to ColorType and ColorFormat. 13 years ago
ColorFormat.h Separated deprecated API and deprecated GL API in the docs. 13 years ago
Context.cpp Added NV_fbo_color_attachments ES extension to the list. 13 years ago
Context.h Ability to check that extension is supported in particular version. 13 years ago
CubeMapTexture.h Renamed ImageType and ImageFormat to ColorType and ColorFormat. 13 years ago
CubeMapTextureArray.h Renamed ImageType and ImageFormat to ColorType and ColorFormat. 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 Reducing pointer chasings, part 3a: less pointer passing in root namespace. 13 years ago
DefaultFramebuffer.h Framebuffer-related limit queries. 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 Framebuffer-related limit queries. 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 Added convenience Matrix2x2, Matrix3x3 and Matrix4x4 aliases. 13 years ago
Mesh.cpp Mesh: warn about improper buffer binding also on Emscripten. 13 years ago
Mesh.h Mesh-related limit queries. 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 Indent the nested ifdefs for better readability. 13 years ago
Query.cpp Support for EXT_disjoint_timer_query ES2 extension. 13 years ago
Query.h Properly use C++11 enums everywhere. 13 years ago
Renderbuffer.cpp Framebuffer-related limit queries. 13 years ago
Renderbuffer.h Framebuffer-related limit queries. 13 years ago
RenderbufferFormat.h Separated deprecated API and deprecated GL API in the docs. 13 years ago
Renderer.cpp Use non-default initial clear color in Renderer. 13 years ago
Renderer.h Add some TODOs for remaining limit queries. 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 Texture-related limit queries. 13 years ago
Sampler.h Disable deprecated API if MAGNUM_BUILD_DEPRECATED is set. 13 years ago
Shader.cpp GCC 4.6 compatibility: can't use both constexpr and const. 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 Renamed ImageType and ImageFormat to ColorType and ColorFormat. 13 years ago
TextureFormat.h Separated deprecated API and deprecated GL API in the docs. 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