summaryrefslogtreecommitdiff
path: root/tests/general/primitive-restart.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-03Remove GLenum primitive string literals.Fabian Bieler1-7/+2
2018-01-03Remove GLenum string literals.Fabian Bieler1-5/+3
2017-05-18tests: mark KHR_no_error compatible testsTimothy Arceri1-0/+1
2017-05-05primitive-restart: run all tests even when there's a failureBrian Paul1-20/+20
2017-02-22primitive-restart: Delete more glDrawArrays tests.Kenneth Graunke1-120/+0
2016-09-02primitive-restart: Remove glDrawArray and glArrayElement testsKefeng Yang1-7/+0
2016-01-20primitive-restart: Replace assert(glGetError()==0)Ian Romanick1-6/+6
2016-01-20primitive-restart: Use stdboolIan Romanick1-30/+30
2016-01-20primitive-restart: Remove compile-time tests for GL 3.1Ian Romanick1-4/+0
2016-01-20primitive-restart: Remove comment about GLEW 1.5.2Ian Romanick1-4/+0
2014-07-15util/gl: Rename piglit-util-gl-common.hChad Versace1-1/+1
2014-01-13primitive-restart: Fix GCC warnings.Vinson Lee1-0/+2
2012-10-09util: Add fields to piglit_gl_test_config for listing supported GL flavors (v2)Chad Versace1-0/+2
2012-10-09util: Convert GL tests to use PIGLIT_GL_CONFIG_BEGIN/ENDChad Versace1-4/+7
2012-10-09util,tests: Replace GLUT visual enums with PIGLTI_GL_VISUAL enums (v2)Chad Versace1-1/+1
2012-06-28util: Move piglit-util to piglit-util-gl-commonBlaž Tomažič1-1/+1
2012-06-20tests: Let each test define main()Chad Versace1-2/+4
2012-05-29primitive-restart: add VBO testingJordan Justen1-43/+193
2012-05-29primitive-restart: cleanup index generation codeJordan Justen1-57/+57
2012-05-29primitive-restart: probe pixel 0, 0 to make sure it was not drawnJordan Justen1-0/+4
2012-05-05primitive-restart: test glArrayElementJordan Justen1-6/+70
2012-03-07Stop using glewIsSupportedPaul Berry1-6/+2
2011-10-18primitive-restart: fix breakage from previous commit (grrr)Brian Paul1-1/+1
2011-10-18primitive-restart: use piglit_present_results()Brian Paul1-3/+4
2011-10-18primitive-restart: set const dx = 20 in one placeBrian Paul1-2/+3
2011-04-29Rename PIGLIT_SUCCESS and PIGLIT_FAILURE to PIGLIT_PASS and PIGLIT_FAIL, resp.Marek Olšák1-1/+1
2010-10-21primitive-restart: also test glDrawArrays()Brian Paul1-49/+163
2010-07-20primitive-restart: added piglit_ortho_projection() callBrian Paul1-2/+4
2010-07-15primitive-restart: add compile-time tests for GL 3.1Brian Paul1-4/+12
2010-07-14primitive-restart: new test to exercise primitive restart (NV and GL 3.1)Brian Paul1-0/+373