summaryrefslogtreecommitdiff
path: root/tests/shaders
AgeCommit message (Expand)AuthorFilesLines
2018-04-12glsl-1.20: move the parameter out tests to glsl-1.20Timothy Arceri11-393/+0
2018-04-12glsl-1.10: rename function chain test and better test the inout paramTimothy Arceri1-60/+0
2018-04-04fs-inout-index-two-level: remove unnecessary and incorrect varyingNicolai Hähnle1-1/+0
2018-04-04shader_tests: move input/output declarations above functionsNicolai Hähnle1-2/+2
2018-04-04add new indexing test with dynamic indexing of integer vectorTapani Pälli1-0/+20
2018-02-26glsl-fs-pointcoord: add additional FS inputsIago Toral Quiroga2-1/+14
2018-01-09built-in-constants: check required GLSL versions for #extensionsJuan A. Suarez Romero1-1/+4
2018-01-03Remove old ATI_fs testMiklós Máté2-59/+0
2018-01-03Remove GLenum string literals.Fabian Bieler1-7/+3
2017-12-02glsl: Fix Normalscale test.Fabian Bieler1-1/+1
2017-12-02shader_runner: Add color command.Fabian Bieler1-0/+6
2017-12-02shader_runner: Add simple 1D and 3D texture creation commands.Fabian Bieler1-0/+16
2017-11-09shaders: Test using a bound program after an unsuccessful relinkNeil Roberts2-0/+204
2017-10-31util,shader_runner: random fixes for compatibility profileMarek Olšák1-1/+1
2017-10-31fp-fragment-position: use glGenTextures()Brian Paul1-2/+4
2017-10-31trinity-fp1: use glGenTextures() instead of hard-coded texture IDsBrian Paul1-4/+9
2017-10-24mingw: build shader_runner with 2MB stackBrian Paul1-0/+5
2017-10-18shader_runner: don't use glMapNamedBufferRangeNicolai Hähnle1-5/+6
2017-07-31Remove MSVC build support.Jose Fonseca1-8/+2
2017-05-22shaders: set missing blue color to glsl-const-builtin-distance.shader_testSamuel Pitoiset1-1/+1
2017-05-22shaders/ssa: fix wrong syntax in fs-swap-problem.shader_testSamuel Pitoiset1-1/+1
2017-05-22parser_utils: do not overwrite value when no digits are foundSamuel Pitoiset1-6/+12
2017-05-22shader_runner: only clear handles that are residentSamuel Pitoiset1-4/+7
2017-05-22shader_runner: clear resident handles before texture bindingsSamuel Pitoiset1-3/+3
2017-05-19shader_runner: add support for setting resident handles to UBOSamuel Pitoiset1-0/+6
2017-05-18tests: mark KHR_no_error compatible testsTimothy Arceri8-0/+8
2017-05-18tests: mark KHR_no_error incompatible testsTimothy Arceri1-0/+1
2017-05-18shader_runner: mark as compatible with KHR_no_error testingTimothy Arceri1-0/+1
2017-05-10shader_runner: add "relative probe rect rgba" commandNicolai Hähnle1-0/+12
2017-05-10shader_runner: add "draw arrays instanced" commandNicolai Hähnle1-20/+34
2017-05-05shader_runner: add "draw instanced rect ortho" commandsMarek Olšák1-0/+24
2017-05-05util: support instancing with piglit_draw_rect_customMarek Olšák1-2/+2
2017-04-28shader_runner: clean up resident handles at exit timeSamuel Pitoiset1-0/+3
2017-04-11shader_runner: add support for ARB_bindless_textureSamuel Pitoiset1-0/+92
2017-03-31shader_runner: Add support for "polygon mode"Lyude1-0/+14
2017-03-06shader_runner: make buffer large enough to fit any GL enumSandra Koroniewska1-1/+1
2017-02-18glsl-shaders: test correct shader source is use on cache fallbackTimothy Arceri2-0/+184
2017-01-20Test multiple inout parameters with arrays of arraysJuan A. Suarez Romero1-1/+1
2017-01-20Test multiple inout parameters with indirect array indexingJuan A. Suarez Romero2-0/+71
2017-01-12shader_runner: Fix MSVC build error.Jose Fonseca1-1/+1
2016-12-19Add a test for FDO bug #99154Niels Ole Salscheider1-0/+22
2016-11-17shaders/out-parameter-indexing: add a more complex indexing caseNicolai Hähnle1-0/+49
2016-11-11shader_runner: Check sscanf return value.Vinson Lee1-1/+6
2016-11-11shader_runner: Release FBOs at the end of every subtest run.Francisco Jerez1-0/+17
2016-11-07shader_runner: Fix texture rgbw on GLES.Francisco Jerez1-1/+2
2016-11-07shader_runner: Add integer relative probe rect rgba command.Francisco Jerez1-0/+14
2016-11-07shader_runner: Add blend barrier command.Francisco Jerez1-0/+2
2016-11-07shader_runner: Add texture storage command.Francisco Jerez1-0/+35
2016-11-07shader_runner: Add framebuffer blit command.Francisco Jerez1-0/+28
2016-11-07shader_runner: Add winsys framebuffer binding command.Francisco Jerez1-0/+13