[Piglit] [PATCH 0/7] Add tests for ARB_vertex_attrib_binding
Fredrik Höglund
fredrik at kde.org
Thu Jul 11 21:16:15 PDT 2013
All the tests pass on Mesa with my WIP implementation of the extension.
I don't know if they pass on other implementations though, so it would
be good if someone could test that.
Fredrik Höglund (7):
arb_vertex_attrib_binding: Test error conditions
arb_vertex_attrib_binding: Test new states
arb_vertex_attrib_binding: Test setting and changing formats
arb_vertex_attrib_binding: Test switching buffers
arb_vertex_attrib_binding: Test changing offsets
arb_vertex_attrib_binding: Test instance-divisor
arb_vertex_attrib_binding: Test zero-stride bindings
tests/all.tests | 10 ++
tests/spec/CMakeLists.txt | 1 +
tests/spec/arb_vertex_attrib_binding/CMakeLists.gl.txt | 20 +++
tests/spec/arb_vertex_attrib_binding/CMakeLists.txt | 1 +
tests/spec/arb_vertex_attrib_binding/buffers.c | 178 +++++++++++++++++++
tests/spec/arb_vertex_attrib_binding/errors.c | 249 ++++++++++++++++++++++++++
tests/spec/arb_vertex_attrib_binding/format.c | 147 +++++++++++++++
tests/spec/arb_vertex_attrib_binding/get.c | 432 +++++++++++++++++++++++++++++++++++++++++++++
tests/spec/arb_vertex_attrib_binding/instance-divisor.c | 186 +++++++++++++++++++
tests/spec/arb_vertex_attrib_binding/offsets.c | 175 ++++++++++++++++++
tests/spec/arb_vertex_attrib_binding/zero-stride.c | 134 ++++++++++++++
11 files changed, 1533 insertions(+)
More information about the Piglit
mailing list