[Piglit] [PATCH] Add test to verify the values of gl_VertexID captured by transform feedback

Anuj Phogat anuj.phogat at gmail.com
Thu Apr 17 18:37:32 PDT 2014


On Thu, Apr 17, 2014 at 6:05 PM, Chris Forbes <chrisf at ijw.co.nz> wrote:
> You've got some broken indentation:
>
> chrisf at moose [piglit] (master=) $ pwclient git-am 24390
> Applying patch #24390 using 'git am'
> Description: Add test to verify the values of gl_VertexID captured by
> transform feedback
> Applying: Add test to verify the values of gl_VertexID captured by
> transform feedback
> /home/chrisf/Code/piglit/.git/rebase-apply/patch:136: space before tab
> in indent.
>             glBindBuffer(GL_ELEMENT_ARRAY_BUFFER, indexBuffer);
> /home/chrisf/Code/piglit/.git/rebase-apply/patch:137: space before tab
> in indent.
>             glBufferData(GL_ELEMENT_ARRAY_BUFFER, count * sizeof(GLuint),
> /home/chrisf/Code/piglit/.git/rebase-apply/patch:139: space before tab
> in indent.
>         } else {
> /home/chrisf/Code/piglit/.git/rebase-apply/patch:140: space before tab
> in indent.
>             glBindBuffer(GL_ELEMENT_ARRAY_BUFFER, 0);
> /home/chrisf/Code/piglit/.git/rebase-apply/patch:141: space before tab
> in indent.
>         }
>
> ...
missed those :(. Will fix before pushing the test.


More information about the Piglit mailing list