[Piglit] [PATCH 3/3] gl-1.0-dlist-materials: new test of materials in display lists

2018-01-18 Thread Brian Paul
This exercises two code paths in Mesa's display list VBO code. --- tests/all.py| 1 + tests/spec/gl-1.0/CMakeLists.gl.txt | 1 + tests/spec/gl-1.0/dlist-materials.c | 164 3 files changed, 166 insertions(+) create mode 100644 tests/

Re: [Piglit] [PATCH 3/3] gl-1.0-dlist-materials: new test of materials in display lists

2018-01-18 Thread Roland Scheidegger
Am 17.01.2018 um 23:54 schrieb Brian Paul: > This exercises two code paths in Mesa's display list VBO code. > --- > tests/all.py| 1 + > tests/spec/gl-1.0/CMakeLists.gl.txt | 1 + > tests/spec/gl-1.0/dlist-materials.c | 164 > > 3 f