summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-06cl: Update integer/long limit tests to detect incorrect storage sizesHEADmasterAaron Watry1-6/+6
2015-10-06arb_shader_atomic_counters/array-indexing: properly close comment blockBrian Paul1-1/+1
2015-10-06arb_direct_state_access/texture-storage: include dsa_util.h headerBrian Paul1-0/+1
2015-10-06Remove the two sided stencil extension Glean testJuliet Fru4-954/+0
2015-10-06Port the two sided stencil extension tests from Glean to Piglit.Juliet Fru3-0/+753
2015-10-06arb_direct_state_access/create-textures: also check invalid zero targetBrian Paul1-0/+4
2015-10-06texelFetch: Fix the divisors when testing MSAA with > 10 samplesNeil Roberts1-3/+1
2015-10-06varying-packing: add arrays of arrays supportTimothy Arceri2-41/+100
2015-10-05khr_texture_compression_astc: Add array testsNanley Chery10-0/+304
2015-10-05khr_texture_compression_astc: Add API testsNanley Chery4-0/+389
2015-10-05khr_texture_compression_astc: Add miptree testsNanley Chery90-0/+408
2015-10-05arb_texture_compression/invalid-formats: Add ASTC to list of formatsNanley Chery2-1/+55
2015-10-05util: Add a piglit_probe_rects_equal_rgba() functionNanley Chery2-0/+112
2015-10-05oes_compressed_paletted_texture: add missing BindTexture()Nanley Chery1-0/+1
2015-10-05texsubimage: use piglit utility block dimension functionNanley Chery2-45/+4
2015-10-05arb_shader_storage_buffer_object: global scope binding qualifier testTapani Pälli1-0/+20
2015-10-04cl: add printf builtinSerge Martin1-0/+9
2015-10-04cl: add popcount builtinSerge Martin1-4/+14
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-01framework: add exception back to TestResult classDylan Baker2-2/+15
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-30framework: add clinfo to system informationDylan Baker5-2/+17
2015-09-30arb_compute_shader: A simple CS test with SSBOJordan Justen1-0/+74
2015-09-30shader_runner: Add SSBO buffer initialization commandJordan Justen1-0/+8
2015-09-30cl: fix get-kernel-arg-info indentationSerge Martin1-208/+208
2015-09-30cl: add clEnqueueFillImageSerge Martin3-0/+336
2015-09-30cl: add clEnqueueMigrateMemObjectsSerge Martin3-0/+246
2015-09-29Remove dangling references to GLUIan Romanick2-2/+1
2015-09-29fbo-depth-sample-compare: Eliminate dependency on gluSphereIan Romanick2-17/+129
2015-09-29fbo-depth-sample-compare: Use piglit_draw_rect_texIan Romanick1-10/+1
2015-09-29fbo-depth-sample-compare: Use piglit_build_simple_programIan Romanick1-9/+3
2015-09-29glean: Remove dependency on libGLUIan Romanick2-4/+0
2015-09-29glean: Just use glTexImage2D in ttexgenIan Romanick1-1/+3
2015-09-29glean: Remove unused method Image::makeMipmapsIan Romanick2-16/+0
2015-09-29glean: Replace gluOrtho2D with plain glOrthoIan Romanick1-1/+1
2015-09-29glean: Replace gluErrorString with piglit_get_gl_error_nameIan Romanick5-12/+16
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