summaryrefslogtreecommitdiff
path: root/tests/spec/arb_program_interface_query
AgeCommit message (Expand)AuthorFilesLines
2018-01-03Remove GLenum stringification macros.Fabian Bieler2-53/+43
2017-08-21arb_program_interface_query: set KHR_no_error statusSamuel Pitoiset7-1/+9
2016-10-04arb_program_interface_query: Silence return-type warning.Vinson Lee1-0/+1
2016-08-24arb_program_interface_query: add compare-with-shader-subroutine testAlejandro Piñeiro2-0/+369
2016-05-31arb_program_interface_query: Fix TCS input expectationsIan Romanick1-16/+7
2016-05-31arb_program_interface_query: Expect array suffixes on array inputs / outputsIan Romanick1-4/+4
2016-05-31arb_program_interface_query: Expect certain built-ins be prefixed with gl_Per...Ian Romanick1-16/+23
2016-04-20arb_program_interface_query: test stage ref for buffer blocksTimothy Arceri2-1/+92
2016-02-11program_interface_query: use format layout qualifiers instead of size* layout...Alejandro Piñeiro2-2/+2
2016-02-11program_interface_query: no need to check link status when using piglit_build...Alejandro Piñeiro1-16/+0
2015-12-24arb_program_interface_query: fix crashTimothy Arceri1-0/+3
2015-12-03arb_program_interface_query: Silence uninitialized variable warning.Vinson Lee1-0/+6
2015-11-23arb_program_interface_query: fix uppercase s in printfTimothy Arceri1-1/+1
2015-11-23arb_program_interface_query: output variable name in error messageTimothy Arceri1-2/+2
2015-11-23arb_program_interface_query: add support for querying subroutine indexTimothy Arceri2-28/+52
2015-10-31piq: declare an accurate output array sizeIlia Mirkin1-1/+1
2015-10-07arb_program_interface_query: revert linker test for querying varyingsTapani Pälli1-33/+0
2015-09-29Remove unnecessary linking with libGLUIan Romanick1-1/+0
2015-09-25arb_program_interface_query: add linker test for querying varyingsTapani Pälli1-0/+33
2015-09-07arb_program_interface_query: fix resource-query test errorsTapani Pälli1-2/+2
2015-08-13arb_program_interface_query: fix getprogramresourceiv errorsTapani Pälli1-5/+4
2015-07-26arb_program_interface_query: add missing space to error messageTimothy Arceri1-1/+1
2015-07-23arb_program_resource: don't try compute enum for tess testsDave Airlie1-1/+0
2015-07-23arb_program_resource: add vs output to sub test for gsDave Airlie1-0/+2
2015-07-08arb_program_interface_query/resource-query: tess tests need subroutinesMarek Olšák1-1/+2
2015-05-20program_interface_query: add new subtest for getprogramresourceivSamuel Iglesias Gonsalvez3-7/+40
2015-04-07program_interface_query: add tests for getprogramresourceivMartin Peres2-0/+1133
2015-04-07program_interface_query: move some shaders to common.hMartin Peres2-27/+27
2015-04-07program_interface_query: add tests for getprogramresourcenameMartin Peres2-0/+184
2015-04-07program_interface_query: add tests for getprogramresourceindexMartin Peres4-285/+361
2015-04-07program_interface_query: add tests for getprograminterfaceivMartin Peres3-21/+203
2015-04-07program_interface_query: add tests for querying the resourcesMartin Peres3-0/+1020
2015-03-11arb_program_interface_query: report subtest pass + minor cleanupTapani Pälli1-3/+11
2015-03-05arb_program_interface_query: Remove unused variable.Vinson Lee1-1/+1
2015-03-04arb_program_interface_query: GetProgramResourceIndex testTapani Pälli2-0/+285
2015-03-02arb_program_interface_query: add array to location testTapani Pälli1-7/+29
2015-02-26arb_program_interface_query: GetProgramResourceLocation testTapani Pälli3-0/+447