[Piglit] [PATCH 0/7] Add tests for ARB_vertex_attrib_binding

Dave Airlie airlied at gmail.com
Thu Oct 15 23:16:26 PDT 2015


Hey Fredrik,

were you going to finish these with Eric's comments?

Dave.

On 12 July 2013 at 14:16, Fredrik Höglund <fredrik at kde.org> wrote:
> 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(+)
>
> _______________________________________________
> Piglit mailing list
> Piglit at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/piglit


More information about the Piglit mailing list