summaryrefslogtreecommitdiff
path: root/tests/spec/ext_transform_feedback
AgeCommit message (Expand)AuthorFilesLines
2024-01-17ext_transform_feedback: document missing mode in usageErik Faye-Lund1-1/+2
2023-08-11ext_transform_feedback/api-errors: stop xfb before shutdownMike Blumenkrantz1-0/+1
2023-06-05ext_transform_feedback: Test multiple consecutive draw calls, with a pause/re...Zebediah Figura1-8/+15
2022-12-08ext_transform_feedback: prevent possible overflowDavid Heidelberg1-1/+1
2022-08-29fix the spelling in whole piglitDavid Heidelberg9-10/+10
2022-08-29ext_transform_feedback: test gl_CullDistance builtinTimothy Arceri1-0/+29
2022-05-31Fix many incorrect GLSL checksIan Romanick13-13/+22
2022-05-31Delete spurious version checksIan Romanick4-4/+0
2021-03-27ext_transform_feedback: add a test for the second-half of gl_ClipDistanceErik Faye-Lund1-0/+23
2018-12-10tests/ext_transform_feedback-max-varyings: use subtest frameworkDylan Baker1-53/+94
2018-12-10tests/ext_transform_feedback-max-varyings: remove duplicate configsDylan Baker1-2/+1
2018-12-10tests/ext_transform_feedback-max-varyings: fix result reportingDylan Baker1-10/+4
2018-12-10tests/ext_transform_feedback-max-varyings: Always report subtestsDylan Baker1-0/+3
2018-01-03EXT_transform_feedback: Remove GLenum stringification macros.Fabian Bieler1-19/+27
2018-01-03Remove GLenum primitive string literals.Fabian Bieler2-23/+21
2017-12-18ext_transform_feedback-max-varyings: reduce output upon failuresBrian Paul1-4/+15
2017-12-18ext_transform_feedback-interleaved: disable unneeded printfs()Brian Paul1-1/+2
2017-08-08ext_transform_feedback: set KHR_no_error statusTimothy Arceri26-0/+26
2017-05-18tests: mark KHR_no_error compatible testsTimothy Arceri6-0/+6
2016-06-16ext_transform_feedback-overflow-edge-cases: unmap readback bufferSebastian Olender1-0/+1
2016-05-09Fix asprintf warningsMarek Olšák3-5/+5
2015-10-17ext_transform_feedback/max-varyings: fix buffer overflow crashMarek Olšák1-1/+1
2015-10-16ext_transform_feedback: output better information about which varying has inc...Timothy Arceri1-5/+6
2015-10-16ext_transform_feedback: add arrays of arrays test to max-varyingTimothy Arceri1-38/+175
2015-09-29Remove unnecessary linking with libGLUIan Romanick1-1/+0
2015-04-13arb_transform_feedback3: test another skip/next buffer comboDave Airlie1-0/+18
2015-03-04max-varyings: Use logical-OR instead of if statement to set failed.Matt Turner1-6/+4
2015-01-03ext_transform_feedback: test immediate uniform buffer reuseMarek Olšák2-0/+139
2015-01-03ext_transform_feedback: test immediate index buffer reuseMarek Olšák2-0/+136
2014-12-03Add a very basic version of the "primgen" test.Kenneth Graunke2-0/+91
2014-11-14ext_transform_feedback: Silence GCC -Wmaybe-uninitialized warning.Vinson Lee1-0/+1
2014-11-14ext_transform_feedback: Silence GCC maybe-uninitialized warning.Vinson Lee1-1/+1
2014-11-03ext_transform_feedback-points: a new, simple xfb testBrian Paul2-0/+178
2014-10-21Replaced assert(glGetError()) with gl_check_gl_error()Juliet fru4-14/+28
2014-07-15util/gl: Rename piglit-util-gl-common.hChad Versace28-28/+28
2014-06-05ext_transform_feedback: use default window sizeBrian Paul8-21/+0
2014-06-05ext_transform_feeback: use default window size for position testBrian Paul1-4/+12
2014-06-05ext_transform_feedback: use default window size for interleaved testBrian Paul1-4/+11
2014-05-13ext_transform_feedback: use default window sizeBrian Paul8-16/+0
2014-02-22Drop defines of _GNU_SOURCE in tests.Eric Anholt1-3/+0
2014-02-19ext_transform_feedback-alignment: Fix undefined multiplication.Vinson Lee1-2/+2
2013-12-21ext_transform_feedback-api-errors: Silence _GNU_SOURCE redefined warning.Vinson Lee1-0/+2
2013-11-25util: buffer object probeTopi Pohjolainen1-26/+9
2013-09-30update EXT_transform_feedback error detectionGregory Hainaut1-2/+87
2013-09-05xfb: Fix max_varyings/max_xfb_varyings mix-up.Paul Berry1-2/+2
2013-08-26gles-3.0: Add missing default precision qualifiersIan Romanick1-0/+1
2013-08-21Make use of piglit_build_simple_program_unlinked() in some tests.Paul Berry2-8/+2
2013-08-19Basic test that transform feedback works with geometry shaders.Paul Berry2-0/+172
2013-08-16gs: Adapt xfb/intervening-read.c for geometry shaders.Paul Berry1-10/+119
2013-08-16Support both core and compat contexts in xfb/intervening-read.c.Paul Berry1-3/+13