summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2015-07-27arb_shader_image_load_store/host-mem-barrier: Skip UBO/RaW test if the requir...Francisco Jerez1-1/+10
2015-07-27arb_tessellation_shader/invalid-primitive: fix the test (missing TCS or TES)Marek Olšák1-16/+4
2015-07-27arb_tessellation_shader/invalid-get-program-params: fix it (missing TCS or TES)Marek Olšák1-8/+7
2015-07-27arb_tessellation_shader/get-tcs-params: fix the testMarek Olšák1-0/+9
2015-07-27arb_tessellation_shader: Add tests for gl_out[] redeclarationChris Forbes4-0/+49
2015-07-27arb_tessellation_shader: split barrier-switch testChris Forbes2-0/+45
2015-07-27arb_tessellation_shader: test that redeclared barrier() is unrestrictedChris Forbes1-0/+44
2015-07-27arb_tessellation_shader: Test array requirements for inputs and outputsChris Forbes10-0/+141
2015-07-27arb_tessellation_shader: Add tests for TCS output l-value indexingChris Forbes7-0/+159
2015-07-27arb_tessellation_shader: Test global layout qualifiers.Fabian Bieler3-0/+262
2015-07-27arb_blend_func_extended: output-location api testTapani Pälli3-0/+94
2015-07-27arb_gpu_shader_fp64: add test for aligning doubles in transform feedbackDave Airlie3-0/+196
2015-07-27arb_gpu_shader_fp64: test interleaved transform feedback for doublesDave Airlie3-0/+219
2015-07-27arb_gpu_shader_fp64: check GetTransformFeedbackVaryings returns the correct t...Dave Airlie3-0/+135
2015-07-27arb_gpu_shader_fp64: add separate transform feedback test.Dave Airlie5-0/+194
2015-07-27piglit/util: add support for probing doubles in a buffer.Dave Airlie2-1/+26
2015-07-26arb_program_interface_query: add missing space to error messageTimothy Arceri1-1/+1
2015-07-23arb_get_texture_sub_image: new tests for GL_ARB_get_texture_sub_imageBrian Paul8-0/+1322
2015-07-23Test that interpolateAtSample returns different resultsNeil Roberts3-0/+262
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-22arb_direct_state_access: allow tests to run with core profileBrian Paul5-0/+5
2015-07-22ext_packed_float: fix getteximage-invalid-format-for-packed-type testBrian Paul1-1/+14
2015-07-22glsl-1.10: exercise variable-indexed arraysBrian Paul1-0/+57
2015-07-22tex3d-maxsize: print max 3D texture size that's found/testedBrian Paul1-0/+4
2015-07-22ARB_sample_shading: Add test for gl_SampleMask in combination with MRTs and a...Francisco Jerez3-0/+196
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-21arb_sample_shading-builtin-gl-sample-position: Fix VS 2015 build.Vinson Lee1-1/+1
2015-07-22arb_separate_shader_objects: extend active sampler conflict to test AoATimothy Arceri1-44/+123
2015-07-21egl_khr_fence_sync: Remove unused variable.Vinson Lee1-1/+0
2015-07-21Test sampling functions with constant zero argumentsNeil Roberts3-0/+267
2015-07-20texwrap: skip if integers or offset used with non-2DDave Airlie1-0/+8
2015-07-18arb_separate_shader_objects: enable tess extension in tess stagesChris Forbes1-0/+2
2015-07-18built-in-constants: Fix shader template for TCS.Chris Forbes1-1/+1
2015-07-14arb_shader_image_load_store: Use GL_RGBA8 for image internal formatJordan Justen1-2/+2
2015-07-14arb_compute_shader: Use GL_RGBA8 for image_load_store internal formatJordan Justen4-6/+6
2015-07-14shader_runner: Support optional internal format for 'texture rgbw'Jordan Justen1-4/+18
2015-07-14shader_runner: Use strndup to get a null-terminated string for 'line'Jordan Justen1-8/+17
2015-07-14shader_runner: Check return value on sscanf (clip plane / draw arrays)Jordan Justen1-2/+2
2015-07-13egl-util: Define EGL_KHR_gl_colorspace symbols for older distros.Vinson Lee1-0/+7
2015-07-13GL_MESA_pack_invert: Add a test for a few glReadPixels() cases.Eric Anholt5-0/+221
2015-07-13glsl-1.10 Adds tests on how void functions are handledRenaud Gaubert23-1/+338
2015-07-13arb_shader_storage_buffer_object/maxblocks: fail test if glGetIntegerv() give...Samuel Iglesias Gonsalvez1-0/+3
2015-07-09arb_framebuffer_no_attachments: Fix GCC format-security warning.Vinson Lee1-1/+1
2015-07-08xts: Add a set of rendercheck tests to run.Eric Anholt2-4/+60
2015-07-08xts: Add a profile for just the rendering tests.Eric Anholt1-0/+34
2015-07-09arb_gpu_shader_fp64: add some tests for indirect double accessesDave Airlie3-0/+143
2015-07-09arb_shader_subroutine: add a bunch of shader testsDave Airlie7-0/+389
2015-07-09shader_runner: add ARB_shader_subroutine support (v3)Dave Airlie1-0/+156