summaryrefslogtreecommitdiff
path: root/tests/spec/arb_gpu_shader_fp64
AgeCommit message (Expand)AuthorFilesLines
2017-05-22arb_gpu_shader_fp64: set missing 'w' component to glsl-uniform-initializer-4Samuel Pitoiset1-1/+1
2017-03-01arb_gpu_shader_fp64: add non-uniform control flow test for indirect addressingSamuel Iglesias Gonsálvez2-0/+118
2017-02-24arb_gpu_shader_fp64: fix vs-double-uniform-array-direct-indirectSamuel Iglesias Gonsálvez1-1/+1
2016-12-21arb_gpu_shader_fp64: add packDouble2x32 and unpackDouble2x32 tests for vertex...Samuel Iglesias Gonsálvez3-0/+170
2016-10-24arb_gpu_shader_fp64: add some inout function argument testsNicolai Hähnle1-0/+43
2016-10-18arb_gpu_shader_fp64: Add tests to check float to double conversion under non-...Samuel Iglesias Gonsálvez2-0/+90
2016-07-01arb_gpu_shader_fp64: emit GS output for every vertexAndres Gomez1-5/+6
2016-06-14arb_gpu_shader_fp64: emit GS output for every vertexSamuel Pitoiset11-30/+30
2016-05-31arb_gpu_shader_fp64: add simple explicit location execution testSamuel Iglesias Gonsálvez1-0/+78
2016-05-25arb_gpu_shader_fp64: add simple explicit location execution testTimothy Arceri1-0/+51
2016-05-15arb_gpu_shader_fp64: Fix "undeclared identifier 'uint'" build error.Vinson Lee2-4/+4
2016-05-14arb_gpu_shader_fp64: Add tests to check non-uniform-control-flow writesSamuel Iglesias Gonsálvez11-0/+1600
2016-05-11arb_gpu_shader_fp64: Adds conversion tests generatorAndres Gomez5-195/+0
2016-05-10tests: Silence unused variable warningDylan Baker1-1/+1
2016-04-29arb_gpu_shader_fp64: add more tests for this specJuan A. Suarez Romero12-0/+936
2016-04-29arb_gpu_shader_fp64: add tests for UBOsJuan A. Suarez Romero26-0/+1416
2016-04-29arb_gpu_shader_fp64: use generator to test in/out attributesJuan A. Suarez Romero4-136/+0
2016-04-29arb_gpu_shader_fp64: add tests for SSBOJuan A. Suarez Romero7-0/+1155
2016-04-29arb_gpu_shader_fp64: gl_FragColor is deprecated in glsl >= 1.30Juan A. Suarez Romero4-23/+61
2016-04-29arb_gpu_shader_fp64: test glGetUniformdv interfaceJuan A. Suarez Romero5-303/+1078
2016-04-29arb_gpu_shader_fp64: Adds uniform buffers VS testsAndres Gomez11-0/+582
2016-04-29arb_gpu_shader_fp64: Adds GS preprocessor define testAndres Gomez1-0/+19
2016-04-13generators: Add a simple generator for enabled and disabled definesDylan Baker2-38/+0
2016-02-25arb_gpu_shader_fp64: Explicit conversion from double to floatAndres Gomez6-32/+82
2015-12-23arb_gpu_shader_fp64: test for varying location overlapTimothy Arceri1-0/+52
2015-11-17arb_gpu_shader_fp64: fix wrong use of GLSL versionSamuel Pitoiset1-1/+1
2015-10-12arb_gpu_shader_fp64: expand get uniform even further.Dave Airlie1-4/+27
2015-10-03arb_gpu_shader_fp64: expand getuniform double coverageDave Airlie1-6/+86
2015-09-29Remove unnecessary linking with libGLUIan Romanick2-2/+0
2015-09-02arb_gpu_shader_fp64: Verify that setting a double with glUniform*fv is an errorIan Romanick2-0/+199
2015-07-29arb_gpu_shader_fp64: test glGetUniformdv interfaceDave Airlie2-0/+200
2015-07-27arb_gpu_shader_fp64: add test for aligning doubles in transform feedbackDave Airlie2-0/+195
2015-07-27arb_gpu_shader_fp64: test interleaved transform feedback for doublesDave Airlie2-0/+218
2015-07-27arb_gpu_shader_fp64: check GetTransformFeedbackVaryings returns the correct t...Dave Airlie2-0/+134
2015-07-27arb_gpu_shader_fp64: add separate transform feedback test.Dave Airlie4-0/+189
2015-07-09arb_gpu_shader_fp64: add some tests for indirect double accessesDave Airlie3-0/+143
2015-05-11arb_gpu_shader_fp64: make sure implicit double->float doesnt' happenDave Airlie1-0/+30
2015-02-23fp64: test passing a double from vs->fs (v2)Dave Airlie1-0/+46
2015-02-05arb_gpu_shader_fp64: make fs-modf-double require GLSL 1.50Ilia Mirkin1-6/+13
2014-12-08arb_gpu_shader_fp64: test Uniform*d can't be used for bool uniformsDave Airlie3-0/+100
2014-09-23arb_gpu_shader_fp64: cleanup glsl-uniform-initializer-2 testTapani Pälli1-2/+2
2014-09-19arb_gpu_shader_fp64: vs-out-fs-in-double.shader_test fixTapani Pälli1-3/+2
2014-09-10arb_gpu_shader_fp64: 420pack uniform initializer tests for doubleTapani Pälli4-0/+113
2014-09-05arb_gpu_shader_fp64: uniform initializer tests for doubleTapani Pälli4-0/+102
2014-08-25arb_gpu_shader_fp64: test constructor conversions with matrixTapani Pälli2-0/+44
2014-08-25arb_gpu_shader_fp64: test vector insert and extract operationsTapani Pälli2-0/+40
2014-08-14arb_gpu_shader_fp64: add test for using double as loop iteratorTapani Pälli1-0/+22
2014-08-14arb_gpu_shader_fp64: add implicit conversion testTapani Pälli1-0/+115
2014-08-11arb_gpu_shader_fp64: add vs input and fs output testsTapani Pälli2-0/+47
2014-08-11arb_gpu_shader_fp64: add preprocessor define testsTapani Pälli2-0/+38