9376 Commits (c9dfd0854ce7a9bccff6d0d8dd11e9f1747f3b68)
 

Author SHA1 Message Date
Vladimír Vondruš c9dfd0854c Trade: suppress useless deprecation warnings on GCC 4.8. 4 years ago
Vladimír Vondruš 27c65f7a78 Primitives: use proper deprecation macro for an enum. 4 years ago
Vladimír Vondruš 894a606075 Shaders: properly hide functions not available on ES2. 4 years ago
Vladimír Vondruš 5f163547b5 al-info,gl-info: you fool, printing extension strings all on one line. 4 years ago
Vladimír Vondruš f893d3ec76 Shaders: minor deconfusement and unredundancyation in a test. 4 years ago
Vladimír Vondruš c16f82f380 Shaders: more paranoid tests for object ID texture flag combinations. 4 years ago
Vladimír Vondruš e6b4f4f51f Shaders: forgot to enable the UniformBuffers flag in these tests. 4 years ago
Vladimír Vondruš ef387bf6c5 Shaders: implement object ID texture visualization in MeshVisualizer. 4 years ago
Vladimír Vondruš 0a6c8e660b Shaders: change icospheres to uvspheres in MeshVisualizer tests. 4 years ago
Vladimír Vondruš 217e4bfbaa Shaders: fix MeshVisualizer multidraw vertex ID test colormap wraparound. 4 years ago
Vladimír Vondruš 0190e9d178 Shaders: implement instancing in MeshVisualizerGL shaders. 4 years ago
Vladimír Vondruš 5888dae6ec GL: no, not even I know what this sentence means anymore. Fix. 4 years ago
Vladimír Vondruš cc88c8b979 doc: minor OCD annoyance. 4 years ago
Vladimír Vondruš fa6ec3630f Shaders: huh @mosra died mid-sentence here. 4 years ago
Vladimír Vondruš f92e03ace0 Shaders: add a multidraw MeshVisualizer Object ID test. 4 years ago
Vladimír Vondruš 033e56ec23 Shaders: add missing MeshVisualizerGL*D::setObjectId(). 4 years ago
Vladimír Vondruš 2fe98ab791 Shaders: rename MeshVisualizer tests to make room for non-instanced IDs. 4 years ago
Vladimír Vondruš feccbb171c Shaders: WAS I TOO TIRED TO PRESS CAPS LOCK WHEN NAMING THESE TESTS OR 4 years ago
Vladimír Vondruš 173753e59a Shaders: minor cleanup in a test. 4 years ago
Vladimír Vondruš 32ebab499f Shaders: reduce redundant expression in MeshVisualizer.vert. 4 years ago
Vladimír Vondruš b674ce2bd0 Shaders: minor, but confusing. 4 years ago
Vladimír Vondruš e560cec232 Shaders: add MeshVisualizer TBN to the benchmarks. 4 years ago
Vladimír Vondruš 229641d2ac Shaders: support object ID textures in the PhongGL shader. 4 years ago
Vladimír Vondruš b2a400f898 Shaders: support object ID textures in the FlatGL shader. 4 years ago
Vladimír Vondruš f03fd55399 Shaders: set texture transform in Flat instanced tests when appropriate. 4 years ago
Vladimír Vondruš de62bbf523 Shaders: clean up base array layer setting in Flat and Phong tests. 4 years ago
Vladimír Vondruš d67a58bee9 Shaders: improve instanced/multidraw Object ID tests for Flat and Phong. 4 years ago
Vladimír Vondruš a468609436 Shaders: rename test instance variable for consistency. 4 years ago
Vladimír Vondruš c5db5ea3ad Shaders: minor test cleanup. 4 years ago
Vladimír Vondruš 66f179f952 Shaders: clean up GL version requirement docs for Object ID. 4 years ago
Vladimír Vondruš 98a2d34590 Shaders: drop a bunch of redundant #ifdefs from tests. 4 years ago
Vladimír Vondruš 5c2ccc44ad MeshTools: hello, GCC 4.8, HAPPY FRIDAY TO YOU TOO 4 years ago
Vladimír Vondruš 69bf066174 sceneconverter: add a bunch of TODOs. 4 years ago
Vladimír Vondruš bfdf640c9d MeshTools: make transform*() aware of impl-spec index types. 4 years ago
Vladimír Vondruš 2404555021 MeshTools: move InterleaveFlags to a dedicated header. 4 years ago
Vladimír Vondruš 9daadd79fa MeshTools: new utilities for filtering MeshData attribute lists. 4 years ago
Vladimír Vondruš 56a108c05b Math: I forgot to finish this sentence back in 2016. 4 years ago
Vladimír Vondruš c979d90a07 Math: we may have all the PI digits we need. 4 years ago
Vladimír Vondruš 2f4cd789b6 MeshTools: minor cleanup in some tests. 4 years ago
Vladimír Vondruš 90e52671be MeshTools: test primitive propagation in transform*(). 4 years ago
Vladimír Vondruš ee6fb3280a MeshTools: disallow impl-spec index types in removeDuplicates*(). 4 years ago
Vladimír Vondruš faf063764a MeshTools: make interleave() aware of impl-spec index types. 4 years ago
Vladimír Vondruš 80009edf62 MeshTools: disallow impl-spec index types in duplicate(). 4 years ago
Vladimír Vondruš d44798c5df MeshTools: disallow impl-spec index types in concatenate(). 4 years ago
Vladimír Vondruš bca7871923 MeshTools: disallow impl-spec index types in compressIndices(). 4 years ago
Vladimír Vondruš d700150755 MeshTools: disallow impl-spec index types in combine*Attributes(). 4 years ago
Vladimír Vondruš 7fcf483389 MeshTools: make *reference() and owned() aware of impl-spec index types. 4 years ago
Vladimír Vondruš 41a50f4924 MeshTools: make compile() aware of impl-spec index types. 4 years ago
Vladimír Vondruš 6505276d0e MeshTools: use reference() instead of copypasting the bugs everywhere. 4 years ago
Vladimír Vondruš 6e790860b5 MeshTools: clean up and improve reference() and owned() tests. 4 years ago