1990 Commits (ab5b6fcbb358cbf8af6865c68a89b0782e7eb09f)
 

Author SHA1 Message Date
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
Vladimír Vondruš eacbae197a First C++14 TODO :-) 13 years ago
Vladimír Vondruš 173c2a8190 Shaders: added first version of MeshVisualizer shader. 13 years ago
Vladimír Vondruš 0804106f62 Make Shader::addSource() move-aware. 13 years ago
Vladimír Vondruš 950dde62f1 Make Shader::addSource() no-op for empty string. 13 years ago
Vladimír Vondruš 09ec2006be Use `\bot` instead of `\perp` in math formulas. 13 years ago
Vladimír Vondruš 1f675cae25 Math::Geometry: cleaned up Distance, removed use of Matrix. 13 years ago
Vladimír Vondruš bf09b037da Math::Geometry: cleaned up Distance test. 13 years ago
Vladimír Vondruš a4a962f686 Math: fixed matrix tests (spotted by Clang). 13 years ago
Vladimír Vondruš 06d707f25c Shape rework #8: updated documentation. 13 years ago
Vladimír Vondruš 6d8639cc76 Physics shape rework #7: renamed Physics namespace to Shapes. 13 years ago
Vladimír Vondruš 3b861f6f64 SceneGraph: added Object::setParentKeepTransformation(). 13 years ago
Vladimír Vondruš 9881320599 Physics: complete the definition for ShapeGroup. 13 years ago
Vladimír Vondruš 22a4ddfbd4 Physics shape rework #6: removed unneded overload, fixed the original. 13 years ago
Vladimír Vondruš c089fce239 Physics shape rework #5: renaming. 13 years ago
Vladimír Vondruš b063461a73 Physics: better diagnostics in ShapeGroup::get(). 13 years ago
Vladimír Vondruš 2cceafed3c DebugTools: adapted ShapeRenderer to Physics changes. 13 years ago
Vladimír Vondruš d9bc507e00 Physics shape rework #4: new ObjectShape implementation. 13 years ago
Vladimír Vondruš ebbb5b6e5e Physics shape rework #3: made shape constructors implicit. 13 years ago
Vladimír Vondruš 8deb22061d Physics shape rework #2: new implementation of ShapeGroup. 13 years ago