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

Chris Forbes chrisf at ijw.co.nz
Thu Apr 17 18:05:32 PDT 2014


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.
        }

...


More information about the Piglit mailing list