9354 Commits (229641d2ac19ec020913b685872d1979da88facc)
 

Author SHA1 Message Date
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
Vladimír Vondruš 18b25e3313 MeshTools: hey MSVC 2015 what's up? 4 years ago
Vladimír Vondruš aed459be28 Trade: ahh GCC 11 you and your useless warnings. 4 years ago
Vladimír Vondruš e78655c3b1 Trade: document handling of special data layouts in MeshData. 4 years ago
Vladimír Vondruš 08a205f725 Trade: support implementation-specific index types in MeshData. 4 years ago
Vladimír Vondruš a35a3ec271 Add an ability to store implementation-specific values in MeshIndexType. 4 years ago
Vladimír Vondruš b764f0e760 Trade: move MeshData impl-specific vert format tests closer to the rest. 4 years ago
Vladimír Vondruš b4f69b2b11 Trade: further clean up MeshData/SceneData view containment tests. 4 years ago
Vladimír Vondruš c87d145ab8 MeshTools: interleave() preserves strided indices only if asked. 4 years ago
Vladimír Vondruš 91aff011a8 MeshTools: make owned() properly preserve strided indices. 4 years ago
Vladimír Vondruš ba148c6081 MeshTools: "test" index offset propagation in owned(). 4 years ago
Vladimír Vondruš 9b08e9143d sceneconverter: print also mesh index buffer bounds, if specified. 4 years ago
Vladimír Vondruš 3503041e3e sceneconverter: display also mesh index offset and stride in --info. 4 years ago
Vladimír Vondruš 6527ec35c2 MeshTools: assert in compile() if non-contiguous index buffers are used. 4 years ago
Vladimír Vondruš 2d9cedfdca Trade: support strided index buffers in MeshData. 4 years ago
Vladimír Vondruš 11cd5d5cd0 MeshTools: assert in compile() if zero or negative strides are used. 4 years ago
Vladimír Vondruš 01dfcc3a68 MeshTools: fail isInterleaved() for zero and negative strides. 4 years ago
Vladimír Vondruš 8dddda9c77 Trade: support zero and negative strides in mesh attribute data. 4 years ago
Vladimír Vondruš 344dd3fc17 MeshTools: fix compile() with a non-trivial index offset. 4 years ago
Vladimír Vondruš fce0756fc7 MeshTools: merge isInterleaved() and interleavedData() tests together. 4 years ago
Vladimír Vondruš e496241290 MeshTools: unconditionally repack the input in removeDuplicates(). 4 years ago
Vladimír Vondruš 594393d842 MeshTools: test removeDuplicates() with various attribute padding. 4 years ago
Vladimír Vondruš b6dd52eb62 MeshTools: add a flag to toggle layout preserving in interleave() etc. 4 years ago