[Piglit] [PATCH] primitive-restart: test primitive-restart with VBO

Jordan Justen jljusten at gmail.com
Thu May 10 10:34:12 PDT 2012


On Thu, May 10, 2012 at 9:26 AM, Jordan Justen <jljusten at gmail.com> wrote:
> On Thu, May 10, 2012 at 8:58 AM, Jordan Justen <jljusten at gmail.com> wrote:
>> On Thu, May 10, 2012 at 7:10 AM, Brian Paul <brianp at vmware.com> wrote:
>>> I'd like to have a separate test to check the case of one VBO containing
>>> both vertex data and index data.  Would you be interested in writing such a
>>> test?
>>
>> Sure. Something like tests/spec/arb_vertex_buffer_object/combined-vbo.c?
>
> Hmm, it looks like a combined VBO is used in:
> tests/spec/arb_vertex_buffer_object/mixed-immediate-and-vbo.c
>
> Yet llvmpipe passes arb_vertex_buffer_object-mixed-immediate-and-vbo.

I can't get llvmpipe to fail in
arb_vertex_buffer_object-mixed-immediate-and-vbo even after tweaking
the code. So, perhaps the restart is important here.

I'd like to leave the combined VBO for index/vertex data in the
primitive-restart test. Do you agree?

Thanks,

-Jordan


More information about the Piglit mailing list