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š 10e8744ddf Text: ability to iterate over GlyphCache. 13 years ago
..
DebugTools *Tools: deinlined heavy functions, removed redundant `inline`. 13 years ago
Implementation Deinlined heavy functions and removed redundant `inline` everywhere else. 13 years ago
Math Math: fixed strict aliasing warning. 13 years ago
MeshTools Use emplace() instead of insert() in some places. 13 years ago
Platform Platform: added also CORRADE_TARGET_EMSCRIPTEN to `magnum-info`. 13 years ago
Primitives MeshTools: renamed clean() to removeDuplicates(). 13 years ago
SceneGraph SceneGraph: use `virtual` where it hurts less. 13 years ago
Shaders Added some TODOs. 13 years ago
Shapes Shapes: overlooked `typename`. 13 years ago
Test Templated version of Buffer::{data,subData}(). 13 years ago
Text Text: ability to iterate over GlyphCache. 13 years ago
TextureTools Added some TODOs. 13 years ago
Trade Trade: Doxygen fixes. 13 years ago
AbstractFramebuffer.cpp Reordered *Image parameters. 13 years ago
AbstractFramebuffer.h Pass image as reference, not pointer to *Framebuffer::read(). 13 years ago
AbstractImage.cpp Allow copying of ImageWrapper, movement of Image and Trade::ImageData. 13 years ago
AbstractImage.h Renamed ImageWrapper to ImageReference. 13 years ago
AbstractResourceLoader.h Deinlined heavy functions and removed redundant `inline` everywhere else. 13 years ago
AbstractShaderProgram.cpp Don't query shader info log if it contains only '\0' character. 13 years ago
AbstractShaderProgram.h Allow movement of AbstractShaderProgram. 13 years ago
AbstractTexture.cpp Reordered *Image parameters. 13 years ago
AbstractTexture.h Pass image as reference, not pointer to *Texture::set*Image(). 13 years ago
Array.h Documentation fixes. 13 years ago
Buffer.cpp Templated version of Buffer::{data,subData}(). 13 years ago
Buffer.h Templated version of Buffer::{data,subData}(). 13 years ago
BufferImage.cpp Moved texture and image formats out of the classes. 13 years ago
BufferImage.h Renamed ImageWrapper to ImageReference. 13 years ago
BufferTexture.cpp Moved texture and image formats out of the classes. 13 years ago
BufferTexture.h Moved BufferTextureFormat enum before the class. 13 years ago
CMakeLists.txt Renamed ImageWrapper to ImageReference. 13 years ago
Color.h Deinlined heavy functions and removed redundant `inline` everywhere else. 13 years ago
Context.cpp Use emplace() instead of insert() in some places. 13 years ago
Context.h Abort instead of exit from MAGNUM_ASSERT_*_SUPPORTED() macros. 13 years ago
CubeMapTexture.h Pass image as reference, not pointer to *Texture::set*Image(). 13 years ago
CubeMapTextureArray.h Pass image as reference, not pointer to *Texture::set*Image(). 13 years ago
DebugMarker.cpp Relicensing to MIT/Expat license, part 3: source files. 13 years ago
DebugMarker.h Deinlined heavy functions and removed redundant `inline` everywhere else. 13 years ago
DefaultFramebuffer.cpp Added functions for checking (default) framebuffer state. 13 years ago
DefaultFramebuffer.h Added functions for checking (default) framebuffer state. 13 years ago
DimensionTraits.h Various other compilation fixes for OpenGL ES target. 13 years ago
Extensions.h Added functions for checking (default) framebuffer state. 13 years ago
Framebuffer.cpp Added functions for checking (default) framebuffer state. 13 years ago
Framebuffer.h Added functions for checking (default) framebuffer state. 13 years ago
Image.cpp Reordered *Image parameters. 13 years ago
Image.h Reordered *Image parameters. 13 years ago
ImageFormat.cpp Added ES2-only support for GL_LUMINANCE{,_ALPHA}. 13 years ago
ImageFormat.h Renamed ImageWrapper to ImageReference. 13 years ago
ImageReference.h Reordered *Image parameters. 13 years ago
Magnum.h Renamed ImageWrapper to ImageReference. 13 years ago
Mesh.cpp Added missing primitive types to Mesh debug and configuration output. 13 years ago
Mesh.h Deinlined heavy functions and removed redundant `inline` everywhere else. 13 years ago
OpenGL.cpp Verify that GL boolean values have expected value. 13 years ago
OpenGL.h NaCl target system is now handled with CORRADE_TARGET_NACL. 13 years ago
Query.cpp Support for EXT_disjoint_timer_query ES2 extension. 13 years ago
Query.h Deinlined heavy functions and removed redundant `inline` everywhere else. 13 years ago
Renderbuffer.cpp Added Renderbuffer::setStorageMultisample(). 13 years ago
Renderbuffer.h Use proper ARB_framebuffer_object extension. 13 years ago
RenderbufferFormat.h Use proper ARB_framebuffer_object extension. 13 years ago
Renderer.cpp Added debug output for Renderer error and reset status queries. 13 years ago
Renderer.h Use proper ARB_framebuffer_object extension. 13 years ago
Resource.cpp Relicensing to MIT/Expat license, part 3: source files. 13 years ago
Resource.h Deinlined heavy functions and removed redundant `inline` everywhere else. 13 years ago
ResourceManager.h Use emplace() instead of insert() in some places. 13 years ago
Sampler.cpp Moved sampler state enums into new Sampler class. 13 years ago
Sampler.h Moved sampler state enums into new Sampler class. 13 years ago
Shader.cpp Don't query shader info log if it contains only '\0' character. 13 years ago
Shader.h Deinlined heavy functions and removed redundant `inline` everywhere else. 13 years ago
Swizzle.h Deinlined heavy functions and removed redundant `inline` everywhere else. 13 years ago
Texture.h Pass image as reference, not pointer to *Texture::set*Image(). 13 years ago
TextureFormat.h Use proper ARB_framebuffer_object extension. 13 years ago
Timeline.cpp Bring whole Corrade namespace into Magnum namespace. 13 years ago
Timeline.h Deinlined heavy functions and removed redundant `inline` everywhere else. 13 years ago
Types.h First C++14 TODO :-) 13 years ago
magnumConfigure.h.cmake Expose MAGNUM_BUILD_STATIC in magnumConfigure.h. 13 years ago
magnumVisibility.h Using Corrade's visibility macros instead of copypasta all over again. 13 years ago