summaryrefslogtreecommitdiff
path: root/tests/spec/arb_gpu_shader5
AgeCommit message (Expand)AuthorFilesLines
2016-10-18arb_gpu_shader5: add execution test for textureGatherOffsetNicolai Hähnle1-0/+49
2016-07-20Add a test for instanced GS inputs.Kenneth Graunke1-0/+61
2016-07-19Try all negative powers of two with findMSBIan Romanick3-0/+100
2016-07-05arb_gpu_shader5: Use 'piglit_vertex' and 'vertex shader passthrough'Ian Romanick26-411/+143
2016-06-06arb_gpu_shader5: Remove out of spec ldexp() test case.Matt Turner1-10/+0
2016-06-06arb_gpu_shader5: Test ldexp(0.0f, non-zero-exp).Matt Turner1-0/+7
2016-05-09Fix asprintf warningsMarek Olšák5-6/+6
2016-04-14arb_gpu_shader5: Remove out of spec ldexp() test case.Matt Turner1-10/+0
2016-04-14arb_gpu_shader5: Test ldexp(0.0f, non-zero-exp).Matt Turner1-0/+7
2016-04-12Add a copy of samplemaskin-basic that uses a non-const array index.Kenneth Graunke1-0/+27
2016-02-08arb_gpu_shader5: Test corner cases of bitfieldInsert/bitfieldExtract.Matt Turner4-5/+73
2015-11-01arb_gpu_shader5: add output varying to stream compile testTimothy Arceri1-0/+3
2015-11-01arb_gpu_shader5: update stream test with interface block subtestTimothy Arceri1-17/+88
2015-10-20arb_gpu_shader5: test member stream qualifiers match a named blocks qualifierTimothy Arceri1-0/+32
2015-09-29Remove unnecessary linking with libGLUIan Romanick5-5/+0
2015-09-07arb_gpu_shader5: adding an const-nonconst struct-sampler indexingAlejandro Piñeiro3-0/+247
2015-09-07arb_gpu_shader5: add more complex structs with samplers indexing testsTimothy Arceri2-0/+173
2015-07-31Test interpolateAtSample with dynamically nonuniform valuesNeil Roberts2-0/+278
2015-07-23Test that interpolateAtSample returns different resultsNeil Roberts2-0/+260
2015-07-22arb_gpu_shader5: Fix rounding instability in UBO and sampler indexing vs-nonu...Francisco Jerez2-48/+58
2015-07-22arb_gpu_shader5: Reorder probes in UBO and sampler indexing vs-nonuniform-con...Francisco Jerez2-42/+42
2015-07-09arb_gpu_shader5: add textureSize sampler indexing testsDave Airlie1-0/+68
2015-06-19arb_gpu_shader5: test indexing of samplers inside structsTimothy Arceri6-0/+535
2015-06-19sampler_array_indexing: also check that texture coordinates workTimothy Arceri3-15/+15
2015-06-16arb_gpu_shader5: Test variable UBO indexing under non-uniform control flow.Francisco Jerez2-0/+256
2015-06-16arb_gpu_shader5: Test variable sampler indexing under non-uniform control flow.Francisco Jerez2-0/+278
2015-06-15sampler_array_indexing: Check that the texture coordinates workNeil Roberts10-50/+50
2015-06-04arb_gpu_shader5: test indexing of samplers inside structsTimothy Arceri3-0/+221
2015-04-27arb_gpu_shader5: Fix signed int constants in imulExtended tests.Matt Turner12-16/+16
2015-01-14gpu_shader5: Fix the GLSL version in indirect-projGradOffset-shadowJason Ekstrand1-2/+2
2015-01-12gpu_shader5: Add a require_extensions section to indirect-progGradOffset-shadowJason Ekstrand1-0/+1
2015-01-10gpu_shader5: Add a test that uses an absurd number of texture argumentsJason Ekstrand1-0/+17
2014-12-11arb_gpu_shader5: add tests for interpolateAtCentroid with qualified varyingChris Forbes4-0/+496
2014-12-11arb_gpu_shader5: add tests for interpolateAtOffsetChris Forbes3-0/+344
2014-12-11arb_gpu_shader5: add interpolateAtSample-nonconst testChris Forbes2-0/+187
2014-12-11arb_gpu_shader5: add interpolateAtSample testChris Forbes2-0/+183
2014-12-11arb_gpu_shader5: add variant of interpolateAtCentroid test for packing intera...Chris Forbes2-0/+172
2014-12-11arb_gpu_shader5: add execution test for interpolateAtCentroidChris Forbes2-0/+166
2014-12-03Add imulExtended/umulExtended tests with non-uniform parameters.Kenneth Graunke12-0/+568
2014-09-18arb_gs5: add nonconst sampler access testsIlia Mirkin4-0/+208
2014-09-17arb_gpu_shader5: Remove unused vars in tf-wrong-stream-valueChris Forbes1-4/+0
2014-09-15arb_gpu_shader5: fix output message in xfb-streams.cSamuel Iglesias Gonsalvez1-2/+2
2014-09-15arb_gpu_shader5: Add new test emitstreamvertex_nodrawSamuel Iglesias Gonsalvez2-0/+172
2014-09-15arb_gpu_shader5: Add execution test to verify 'stream' layout qualifierSamuel Iglesias Gonsalvez2-0/+251
2014-09-15arb_gpu_shader5: Add linker tests to verify 'stream' layout qualifierSamuel Iglesias Gonsalvez8-1/+407
2014-09-15arb_gpu_shader5: add some compiler tests for stream qualifierSamuel Iglesias Gonsalvez8-1/+322
2014-08-12arb_gpu_shader5: Add meaner test for dynamically uniform UBO accessChris Forbes1-0/+66
2014-08-12arb_gpu_shader5: Add more tests for sampler array indexingChris Forbes7-0/+540
2014-08-12arb_gpu_shader5: Add some initial tests for d/u sampler array indexingChris Forbes3-0/+235
2014-07-20arb_gpu_shader5: Add meaner d/u ubo array tests using two arraysChris Forbes3-0/+629