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
/
spec
/
ext_transform_feedback
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-05
ext_transform_feedback: use default window size
Brian Paul
8
-21
/
+0
2014-06-05
ext_transform_feeback: use default window size for position test
Brian Paul
1
-4
/
+12
2014-06-05
ext_transform_feedback: use default window size for interleaved test
Brian Paul
1
-4
/
+11
2014-05-13
ext_transform_feedback: use default window size
Brian Paul
8
-16
/
+0
2014-02-22
Drop defines of _GNU_SOURCE in tests.
Eric Anholt
1
-3
/
+0
2014-02-19
ext_transform_feedback-alignment: Fix undefined multiplication.
Vinson Lee
1
-2
/
+2
2013-12-21
ext_transform_feedback-api-errors: Silence _GNU_SOURCE redefined warning.
Vinson Lee
1
-0
/
+2
2013-11-25
util: buffer object probe
Topi Pohjolainen
1
-26
/
+9
2013-09-30
update EXT_transform_feedback error detection
Gregory Hainaut
1
-2
/
+87
2013-09-05
xfb: Fix max_varyings/max_xfb_varyings mix-up.
Paul Berry
1
-2
/
+2
2013-08-26
gles-3.0: Add missing default precision qualifiers
Ian Romanick
1
-0
/
+1
2013-08-21
Make use of piglit_build_simple_program_unlinked() in some tests.
Paul Berry
2
-8
/
+2
2013-08-19
Basic test that transform feedback works with geometry shaders.
Paul Berry
2
-0
/
+172
2013-08-16
gs: Adapt xfb/intervening-read.c for geometry shaders.
Paul Berry
1
-10
/
+119
2013-08-16
Support both core and compat contexts in xfb/intervening-read.c.
Paul Berry
1
-3
/
+13
2013-08-16
gs: Adapt xfb/overflow-edge-cases.c for geometry shaders.
Paul Berry
1
-30
/
+121
2013-08-16
Support both core and compat contexts in xfb/overflow-edge-cases.c.
Paul Berry
1
-3
/
+12
2013-06-04
piglit: Always request GNU C extensions.
Eric Anholt
1
-1
/
+0
2013-04-16
Rework the PIGLIT_GL_VISUAL flags, fix RGB vs RGBA vs ALPHA confusion
Marek Olšák
19
-20
/
+19
2013-04-09
Test that transform feedback works with non-flat integers.
Paul Berry
2
-0
/
+138
2013-03-26
primgen: new test for PRIMITIVES_GENERATED query
Marek Olšák
2
-0
/
+102
2013-02-20
ext_transform_feedback: Do not use empty initializers.
Vinson Lee
1
-2
/
+2
2013-02-20
Test transform feedback of varying structs.
Paul Berry
3
-0
/
+1373
2013-01-23
ext_transform_feedback: remove explicit 100x100 window size
Brian Paul
2
-4
/
+0
2012-12-19
Transform feedback: test buffer size change after binding.
Paul Berry
2
-0
/
+321
2012-11-30
util/gl: Kill shader wrapper functions
Chad Versace
15
-100
/
+100
2012-10-09
util: Add fields to piglit_gl_test_config for listing supported GL flavors (v2)
Chad Versace
23
-0
/
+46
2012-10-09
util: Convert GL tests to use PIGLIT_GL_CONFIG_BEGIN/END
Chad Versace
23
-92
/
+161
2012-10-09
util,tests: Replace GLUT visual enums with PIGLTI_GL_VISUAL enums (v2)
Chad Versace
23
-23
/
+23
2012-10-07
Replace more if(piglit_get_gl_version() < N)...
Chris Forbes
4
-16
/
+4
2012-07-10
Add tests for ARB_transform_feedback3
Marek Olšák
1
-191
/
+439
2012-07-06
Transform feedback: Stop using wrapper functions.
Paul Berry
17
-97
/
+90
2012-06-28
cmake: Move piglitutil library to piglitutil_gl
Blaž Tomažič
1
-1
/
+1
2012-06-28
util: Move piglit-util to piglit-util-gl-common
Blaž Tomažič
23
-23
/
+23
2012-06-20
tests: Let each test define main()
Chad Versace
23
-68
/
+95
2012-05-23
cmake: Relocate all GLUT directives into single location
Chad Versace
1
-2
/
+0
2012-04-02
GL_EXT_transform_feedback/negative-prims: Remove unused variable.
Vinson Lee
1
-1
/
+0
2012-03-26
GL_EXT_transform_feedback/negative-prims: New test for error behavior.
Eric Anholt
2
-0
/
+181
2012-03-23
cmake: Replace calls to add_{executable,library} with wrappers
Chad Versace
1
-22
/
+22
2012-03-07
Stop using GLEW_VERSION_* macros
Paul Berry
4
-4
/
+4
2012-03-03
don't write generated header to the source directory
Dylan Noblesmith
1
-1
/
+0
2012-01-27
Move CLAMP, MIN2, and MAX2 macros to piglit-util.h.
Paul Berry
2
-4
/
+0
2012-01-20
Move EXT_transform_feedback check
Ian Romanick
1
-1
/
+2
2012-01-20
Make all transform feedback tests concurrent.
Paul Berry
5
-5
/
+5
2012-01-17
ext_transform_feedback/output-type: Ensure array initializers have at least o...
José Fonseca
1
-21
/
+21
2012-01-17
max-varyings: Move declarations before statements.
José Fonseca
1
-3
/
+3
2012-01-17
EXT_transform_feedback/buffer-usage: New test for i965 segfault.
Eric Anholt
2
-0
/
+141
2012-01-17
Transform feedback: Update builtin-varyings to test size and type.
Paul Berry
1
-17
/
+74
2012-01-17
Transform feedback: Add tests of arrays without subscripts.
Paul Berry
2
-0
/
+556
2012-01-17
Transform feedback: Test reading back buffer binding state.
Paul Berry
2
-0
/
+207
[next]