index
:
piglit
dither
glean-master
glsl2
main
ppgtt
shader_runner
piglit is an OpenGL test suite (mirrored from https://gitlab.freedesktop.org/mesa/piglit)
anholt
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
general
/
primitive-restart.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-03
Remove GLenum primitive string literals.
Fabian Bieler
1
-7
/
+2
2018-01-03
Remove GLenum string literals.
Fabian Bieler
1
-5
/
+3
2017-05-18
tests: mark KHR_no_error compatible tests
Timothy Arceri
1
-0
/
+1
2017-05-05
primitive-restart: run all tests even when there's a failure
Brian Paul
1
-20
/
+20
2017-02-22
primitive-restart: Delete more glDrawArrays tests.
Kenneth Graunke
1
-120
/
+0
2016-09-02
primitive-restart: Remove glDrawArray and glArrayElement tests
Kefeng Yang
1
-7
/
+0
2016-01-20
primitive-restart: Replace assert(glGetError()==0)
Ian Romanick
1
-6
/
+6
2016-01-20
primitive-restart: Use stdbool
Ian Romanick
1
-30
/
+30
2016-01-20
primitive-restart: Remove compile-time tests for GL 3.1
Ian Romanick
1
-4
/
+0
2016-01-20
primitive-restart: Remove comment about GLEW 1.5.2
Ian Romanick
1
-4
/
+0
2014-07-15
util/gl: Rename piglit-util-gl-common.h
Chad Versace
1
-1
/
+1
2014-01-13
primitive-restart: Fix GCC warnings.
Vinson Lee
1
-0
/
+2
2012-10-09
util: Add fields to piglit_gl_test_config for listing supported GL flavors (v2)
Chad Versace
1
-0
/
+2
2012-10-09
util: Convert GL tests to use PIGLIT_GL_CONFIG_BEGIN/END
Chad Versace
1
-4
/
+7
2012-10-09
util,tests: Replace GLUT visual enums with PIGLTI_GL_VISUAL enums (v2)
Chad Versace
1
-1
/
+1
2012-06-28
util: Move piglit-util to piglit-util-gl-common
Blaž Tomažič
1
-1
/
+1
2012-06-20
tests: Let each test define main()
Chad Versace
1
-2
/
+4
2012-05-29
primitive-restart: add VBO testing
Jordan Justen
1
-43
/
+193
2012-05-29
primitive-restart: cleanup index generation code
Jordan Justen
1
-57
/
+57
2012-05-29
primitive-restart: probe pixel 0, 0 to make sure it was not drawn
Jordan Justen
1
-0
/
+4
2012-05-05
primitive-restart: test glArrayElement
Jordan Justen
1
-6
/
+70
2012-03-07
Stop using glewIsSupported
Paul Berry
1
-6
/
+2
2011-10-18
primitive-restart: fix breakage from previous commit (grrr)
Brian Paul
1
-1
/
+1
2011-10-18
primitive-restart: use piglit_present_results()
Brian Paul
1
-3
/
+4
2011-10-18
primitive-restart: set const dx = 20 in one place
Brian Paul
1
-2
/
+3
2011-04-29
Rename PIGLIT_SUCCESS and PIGLIT_FAILURE to PIGLIT_PASS and PIGLIT_FAIL, resp.
Marek Olšák
1
-1
/
+1
2010-10-21
primitive-restart: also test glDrawArrays()
Brian Paul
1
-49
/
+163
2010-07-20
primitive-restart: added piglit_ortho_projection() call
Brian Paul
1
-2
/
+4
2010-07-15
primitive-restart: add compile-time tests for GL 3.1
Brian Paul
1
-4
/
+12
2010-07-14
primitive-restart: new test to exercise primitive restart (NV and GL 3.1)
Brian Paul
1
-0
/
+373