2009 Commits (5bf61ceb74880dad0d8a6da2a9a8171863f45d95)
 

Author SHA1 Message Date
Vladimír Vondruš 5bf61ceb74 *Tools: deinlined heavy functions, removed redundant `inline`. 13 years ago
Vladimír Vondruš 06a4e297bc Math: deinlined heavy functions, removed redundant `inline`. 13 years ago
Vladimír Vondruš ae81e729c9 Added TODO. 13 years ago
Vladimír Vondruš d83234d214 Don't build magnum-info by default. 13 years ago
Vladimír Vondruš 5b54b07210 Added Buffer::size(), Buffer::data() and Buffer::subData() queries. 13 years ago
Vladimír Vondruš 5b2484cc2c Context: use fully qualified name in macro. 13 years ago
Vladimír Vondruš db05553e65 Math: another C++14 todo :-) 13 years ago
Vladimír Vondruš db71a23e3c Bring whole Corrade namespace into Magnum namespace. 13 years ago
Vladimír Vondruš 12a985526d Adapted to Corrade changes. 13 years ago
Vladimír Vondruš ca38c015f0 Refactored Buffer internals to follow GL naming conventions. 13 years ago
Vladimír Vondruš 3ada0d8d1d Added Renderbuffer::setStorageMultisample(). 13 years ago
Vladimír Vondruš 1fd8c7691a Added AbstractShaderProgram::validate(). 13 years ago
Vladimír Vondruš 468fb9995d Public function for getting OpenGL program ID. 13 years ago
Vladimír Vondruš d9c61e2a35 Moved AbstractShaderProgram::Attribute definition out of the class. 13 years ago
Vladimír Vondruš 6904b38b13 Reworked and cleaned up shader classes. 13 years ago
Vladimír Vondruš f18e33e80e Removed unneeded includes. 13 years ago
Vladimír Vondruš 4d3865c10c Properly move in shader move constructor/assignment. 13 years ago
Vladimír Vondruš 4176047112 Verify that GL boolean values have expected value. 13 years ago
Vladimír Vondruš 6e1990132c Moved framebuffer-related enums out of AbstractFramebuffer. 13 years ago
Vladimír Vondruš ab5b6fcbb3 Added Context::shadingLanguageVersionStrings(), better extension query. 13 years ago
Vladimír Vondruš 4e966bde98 Doc++ 13 years ago
Vladimír Vondruš f5e4b8a90f Updated, documented and added missing texture targets. 13 years ago
Vladimír Vondruš a49d973cb0 Moved sampler state enums into new Sampler class. 13 years ago
Vladimír Vondruš 06a8341e9b Support for EXT_disjoint_timer_query ES2 extension. 13 years ago
Vladimír Vondruš 1c0ff16549 Updated external OpenGL headers. 13 years ago
Vladimír Vondruš ab6ee813a1 Updated Doxyfile for Doxygen 1.8.4. 13 years ago
Vladimír Vondruš 7de45c98b1 Moved texture and image formats out of the classes. 13 years ago
Vladimír Vondruš f4a62f5392 This should be strongly typed since forever. 13 years ago
Vladimír Vondruš 47e9e4b47a Mark ARB_robustness as done. 13 years ago
Vladimír Vondruš 05531ad20b Ability to retrieve texture images. 13 years ago
Vladimír Vondruš 4a9b0b36ec Refactored AbstractTexture internals. 13 years ago
Vladimír Vondruš 8ed0d15bc9 Don't sort member docs in Doxygen so \overload works as expected. 13 years ago
Vladimír Vondruš 3501c3177f Reading parameters from image in *Framebuffer::read(). 13 years ago
Vladimír Vondruš db7d8e789a Added convenience member alternative for AbstractImage::pixelSize(). 13 years ago
Vladimír Vondruš 11b3150a31 Support for ARB_robustness. 13 years ago
Vladimír Vondruš 61dd06cb92 Why the hell did I write this? 13 years ago
Vladimír Vondruš 527ed82394 Doc++ 13 years ago
Vladimír Vondruš c4aa95a595 Initial support for context flags. 13 years ago
Vladimír Vondruš c9cb20d849 Call glClearDepth() if glClearDepthf() is not available. 13 years ago
Vladimír Vondruš cee40d5852 Fixed compilation of Renderer on OpenGL ES. 13 years ago
Vladimír Vondruš b1917f089c Moved all global state into Renderer class, created implementation file. 13 years ago
Vladimír Vondruš 17f0f7de39 De-inline TextureState constructor/destructor. 13 years ago
Vladimír Vondruš 316a2d1c37 Math: removed superfluous instantiation sources. 13 years ago
Vladimír Vondruš f93b0cd5ef Doxygen workarounds. 13 years ago
Vladimír Vondruš 82342c6a8a Doc++ 13 years ago
Vladimír Vondruš 378ad878f3 SceneGraph: removed superfluous instantiation sources. 13 years ago
Vladimír Vondruš d427b76d7b SceneGraph: AbstractFeature compilation optimization. 13 years ago
Vladimír Vondruš 0dfc0d0821 SceneGraph: FeatureGroup compilation optimization. 13 years ago
Vladimír Vondruš a63fea570a Math: don't include <algorithm> in header file. 13 years ago
Vladimír Vondruš fc58631aa5 Math: added convenience function Vector::resized(). 13 years ago