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
2024-01-17
ext_transform_feedback: document missing mode in usage
Erik Faye-Lund
1
-1
/
+2
2023-08-11
ext_transform_feedback/api-errors: stop xfb before shutdown
Mike Blumenkrantz
1
-0
/
+1
2023-06-05
ext_transform_feedback: Test multiple consecutive draw calls, with a pause/re...
Zebediah Figura
1
-8
/
+15
2022-12-08
ext_transform_feedback: prevent possible overflow
David Heidelberg
1
-1
/
+1
2022-08-29
fix the spelling in whole piglit
David Heidelberg
9
-10
/
+10
2022-08-29
ext_transform_feedback: test gl_CullDistance builtin
Timothy Arceri
1
-0
/
+29
2022-05-31
Fix many incorrect GLSL checks
Ian Romanick
13
-13
/
+22
2022-05-31
Delete spurious version checks
Ian Romanick
4
-4
/
+0
2021-03-27
ext_transform_feedback: add a test for the second-half of gl_ClipDistance
Erik Faye-Lund
1
-0
/
+23
2018-12-10
tests/ext_transform_feedback-max-varyings: use subtest framework
Dylan Baker
1
-53
/
+94
2018-12-10
tests/ext_transform_feedback-max-varyings: remove duplicate configs
Dylan Baker
1
-2
/
+1
2018-12-10
tests/ext_transform_feedback-max-varyings: fix result reporting
Dylan Baker
1
-10
/
+4
2018-12-10
tests/ext_transform_feedback-max-varyings: Always report subtests
Dylan Baker
1
-0
/
+3
2018-01-03
EXT_transform_feedback: Remove GLenum stringification macros.
Fabian Bieler
1
-19
/
+27
2018-01-03
Remove GLenum primitive string literals.
Fabian Bieler
2
-23
/
+21
2017-12-18
ext_transform_feedback-max-varyings: reduce output upon failures
Brian Paul
1
-4
/
+15
2017-12-18
ext_transform_feedback-interleaved: disable unneeded printfs()
Brian Paul
1
-1
/
+2
2017-08-08
ext_transform_feedback: set KHR_no_error status
Timothy Arceri
26
-0
/
+26
2017-05-18
tests: mark KHR_no_error compatible tests
Timothy Arceri
6
-0
/
+6
2016-06-16
ext_transform_feedback-overflow-edge-cases: unmap readback buffer
Sebastian Olender
1
-0
/
+1
2016-05-09
Fix asprintf warnings
Marek Olšák
3
-5
/
+5
2015-10-17
ext_transform_feedback/max-varyings: fix buffer overflow crash
Marek Olšák
1
-1
/
+1
2015-10-16
ext_transform_feedback: output better information about which varying has inc...
Timothy Arceri
1
-5
/
+6
2015-10-16
ext_transform_feedback: add arrays of arrays test to max-varying
Timothy Arceri
1
-38
/
+175
2015-09-29
Remove unnecessary linking with libGLU
Ian Romanick
1
-1
/
+0
2015-04-13
arb_transform_feedback3: test another skip/next buffer combo
Dave Airlie
1
-0
/
+18
2015-03-04
max-varyings: Use logical-OR instead of if statement to set failed.
Matt Turner
1
-6
/
+4
2015-01-03
ext_transform_feedback: test immediate uniform buffer reuse
Marek Olšák
2
-0
/
+139
2015-01-03
ext_transform_feedback: test immediate index buffer reuse
Marek Olšák
2
-0
/
+136
2014-12-03
Add a very basic version of the "primgen" test.
Kenneth Graunke
2
-0
/
+91
2014-11-14
ext_transform_feedback: Silence GCC -Wmaybe-uninitialized warning.
Vinson Lee
1
-0
/
+1
2014-11-14
ext_transform_feedback: Silence GCC maybe-uninitialized warning.
Vinson Lee
1
-1
/
+1
2014-11-03
ext_transform_feedback-points: a new, simple xfb test
Brian Paul
2
-0
/
+178
2014-10-21
Replaced assert(glGetError()) with gl_check_gl_error()
Juliet fru
4
-14
/
+28
2014-07-15
util/gl: Rename piglit-util-gl-common.h
Chad Versace
28
-28
/
+28
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
[next]