summaryrefslogtreecommitdiff
path: root/tests/spec
AgeCommit message (Expand)AuthorFilesLines
2015-10-05khr_texture_compression_astc: Add miptree testsNanley Chery89-0/+406
2015-10-05arb_texture_compression/invalid-formats: Add ASTC to list of formatsNanley Chery1-1/+50
2015-10-05oes_compressed_paletted_texture: add missing BindTexture()Nanley Chery1-0/+1
2015-10-05arb_shader_storage_buffer_object: global scope binding qualifier testTapani Pälli1-0/+20
2015-10-04arb_shader_atomic_counters: add error output if uniform not foundTimothy Arceri1-2/+5
2015-10-03arb_shader_atomic_counters/max-counters: Run the combined atomic buffer test ...Francisco Jerez1-10/+12
2015-10-03arb_shader_atomic_counters/max-counters: Use different atomic counter offsets...Francisco Jerez1-1/+1
2015-10-03arb_shader_atomic_counters/max-counters: Init uint variable with unsigned lit...Francisco Jerez1-2/+2
2015-10-03arb_shader_atomic_counters: Make atomic_counters_generate_source local to max...Francisco Jerez3-60/+57
2015-10-03arb_direct_state_access-texunits: fix incorrect error testBrian Paul1-4/+6
2015-10-03arb_gpu_shader_fp64: expand getuniform double coverageDave Airlie1-6/+86
2015-10-02arb_shader_storage_buffer_object: invalid binding qualifier testTapani Pälli1-0/+22
2015-10-01tess/fp64: add some basic cross over testsDave Airlie3-0/+258
2015-10-01arb_shader_subroutine: add a vertex shader testDave Airlie1-0/+52
2015-09-30arb_compute_shader: A simple CS test with SSBOJordan Justen1-0/+74
2015-09-29polygon-offset: Replace gluProject to remove the dependency on libGLUIan Romanick2-16/+62
2015-09-29polygon-offset: Small bit of output refactoringIan Romanick1-11/+6
2015-09-29polygon-offset: Remove a layer of tabsIan Romanick1-16/+16
2015-09-29polygon-offset: Replace draw_2x2_quad with piglit_draw_rectIan Romanick1-14/+3
2015-09-29polygon-offset: Remove a lot of redundant state setupIan Romanick1-31/+4
2015-09-29polygon-offset: Assortment of coding standards fixesIan Romanick1-176/+142
2015-09-29Remove unnecessary linking with libGLUIan Romanick133-133/+0
2015-09-29arb_compute_shader: Fix missed varargs termination in cs-ids-common.cJordan Justen1-1/+2
2015-09-26glsl-1.50: test shader compiles with unused uniform blockTimothy Arceri1-0/+19
2015-09-25arb_program_interface_query: add linker test for querying varyingsTapani Pälli1-0/+33
2015-09-24arb_compute_shader: Add indirect compute dispatch testJordan Justen2-0/+89
2015-09-24arb_compute_shader: Add render + compute testJordan Justen2-0/+102
2015-09-24arb_compute_shader: Check local ids at various sizes using atomic countersJordan Justen2-0/+62
2015-09-24arb_compute_shader: Add common functions for checking invocation IDsJordan Justen3-1/+490
2015-09-24arb_compute_shader: Add common functions to generate a CS programJordan Justen3-0/+152
2015-09-24arb_arrays_of_arrays: allow for eliminated inactive uniformsTimothy Arceri1-15/+1
2015-09-23sso: Add a test that passes data using the legacy gl_TexCoord varyings.Kenneth Graunke2-0/+111
2015-09-23sso: Add a rendezvous_by_location-3-stages test.Kenneth Graunke2-0/+152
2015-09-22ext_framebuffer_multisample_blit_scaled: Add support for array texturesIan Romanick1-14/+49
2015-09-22ext_framebuffer_multisample_blit_scaled: Use piglit_build_simple_programIan Romanick1-16/+5
2015-09-22ext_framebuffer_multisample_blit_scaled: Fix minor whitespace issuesIan Romanick1-4/+5
2015-09-22ext_framebuffer_multisample_blit_scaled: Constify function parameterIan Romanick1-1/+1
2015-09-18Port arb occlusion query conformance tests from Glean to PiglitJuliet Fru2-0/+559
2015-09-18Port basic GL rendering test from Glean to PiglitJuliet Fru2-0/+308
2015-09-18arb_copy_image-formats: add code to test GL_DEPTH32F_STENCIL8Brian Paul1-5/+54
2015-09-18arb_copy_image-formats: exit loops upon pixel mismatchBrian Paul1-9/+8
2015-09-18arb_copy_image: alphabetize program listBrian Paul1-3/+3
2015-09-18arb_texture_view: alphabetize program listBrian Paul1-14/+14
2015-09-17sso: bind pipeline object in ValidateProgramPipelineTapani Pälli1-0/+1
2015-09-16arb_direct_state_access: Verify the side-effect-free operation of glGenerateT...Ian Romanick2-0/+168
2015-09-16arb_direct_state_access: Alphabetize list of build targetsIan Romanick1-20/+20
2015-09-16arb_direct_state_access: Port gettextureimage-formats to OpenGL 2.0Ian Romanick2-16/+9
2015-09-16arb_direct_state_access: Bump texture-errors requirement to OpenGL 2.0Ian Romanick1-1/+1
2015-09-16arb_direct_state_access: Don't pretend that texture-buffer can run on less th...Ian Romanick1-4/+0
2015-09-16arb_direct_state_access: Don't leak resources in texture-bufferIan Romanick1-27/+32