summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-23gen_dispatch.py: PEP 8 fixesVinson Lee1-2/+1
2015-01-23cl-api-create-sampler: Fix memory leak.Vinson Lee1-0/+1
2015-01-23cl: add atanpi testsZhu Bingbing1-0/+10
2015-01-21oclconform: Test commands should be passed as a listTom Stellard1-2/+2
2015-01-20arb_copy_image-targets: Add comments to silence Coverity defects.Vinson Lee1-0/+2
2015-01-20gl-3.0-bound-resource-limits: Fix potential strncat overflow.Vinson Lee1-1/+1
2015-01-20arb_sample_shading-builtin-gl-sample-id: Use const reference.Vinson Lee1-1/+1
2015-01-20gles2: bind default fbo in GL_EXT_draw_buffersTapani Pälli1-0/+2
2015-01-19cmake: Fix ee8579b452f0 regressionDylan Baker2-4/+4
2015-01-19cmake: Alwats link Waffle_LIBRARIES.José Fonseca1-2/+5
2015-01-19arb_shader_precision: Add positional argument specifiers.Vinson Lee3-6/+6
2015-01-19cmake: Require numpy >= 1.6.2Dylan Baker1-1/+1
2015-01-19cmake: Simplify finding python modulesDylan Baker5-105/+84
2015-01-19cmake: use cmake builtin python moduleDylan Baker4-22/+6
2015-01-19cmake: use more standard cmake namesDylan Baker2-18/+15
2015-01-19cl.py: Hide pylint warningsDylan Baker1-0/+5
2015-01-19cl.py: fix PEP8 warningsDylan Baker1-30/+49
2015-01-19cl.py: Use the more standard sys.platform.startswith for linux detectionDylan Baker1-2/+3
2015-01-19cl.py: Use TESTS_DIR and GENERATED_TESTS_DIRDylan Baker1-11/+13
2015-01-19cl.py: use os.path.join for pathsDylan Baker1-9/+21
2015-01-19python: move TESTS_DIR and GENERATED_TESTS_DIR into shared moduleDylan Baker3-12/+38
2015-01-19all.py: repalce testsDir and generatedTestDir with PEP8 compliant namesDylan Baker1-94/+94
2015-01-19gles2: add a test for GL_EXT_draw_buffersTapani Pälli3-0/+223
2015-01-19arb_shader_precision: add tests for floating point precisionMicah Fedke5-0/+556
2015-01-16Add missing extension requirements to ARB_cull_distance shaders.Kenneth Graunke6-0/+6
2015-01-16fbo: Changing mrt binding with same shader sourceMike Stroyan2-0/+245
2015-01-16arb_get_program_binary: Check piglit_check_gl_error results.Vinson Lee1-4/+4
2015-01-17Add tests for arb_cull_distanceTobias Klausmann11-0/+479
2015-01-15all.py: enclose new primitive restart test names with []Marek Olšák1-2/+2
2015-01-15arb_draw_indirect: test glDrawArraysIndirect with GL_PRIMITIVE_RESTARTMarek Olšák3-0/+117
2015-01-15arb_es3_compatibility: add basic test for GL_PRIMITIVE_RESTART_FIXED_INDEXMarek Olšák3-0/+112
2015-01-15arb_es3_compatibility: add a test for PRIMITIVE_RESTART_FIXED_INDEX corner caseMarek Olšák5-2/+123
2015-01-15glean/pixelformats: restrict GL_ABGR_EXT format test to the types in the specSamuel Iglesias Gonsalvez1-0/+8
2015-01-14gpu_shader5: Fix the GLSL version in indirect-projGradOffset-shadowJason Ekstrand1-2/+2
2015-01-13arb-provoking-vertex-render: a new test that actually checks all prim typesBrian Paul3-0/+348
2015-01-13cubemap-mismatch: new test of mismatched cube map facesBrian Paul3-0/+100
2015-01-13texture-packed-formats: Don't try bother with ABGR_EXT formatsJason Ekstrand1-13/+0
2015-01-13texsubimage: Optionally use a PBO for the subimage uploadNeil Roberts2-12/+39
2015-01-12gpu_shader5: Add a require_extensions section to indirect-progGradOffset-shadowJason Ekstrand1-0/+1
2015-01-13glsl-1.50: fix some linker testsTimothy Arceri4-30/+20
2015-01-10piglit-print-commands.py: PEP8 fixes.Vinson Lee1-5/+6
2015-01-10glx-query-drawable: Initialize variable.Vinson Lee1-0/+3
2015-01-10ext_framebuffer_multisample_blit_scaled: Use const reference.Vinson Lee1-1/+1
2015-01-10arb_direct_state_access: Fix memory leak.Vinson Lee1-2/+4
2015-01-10gpu_shader5: Add a test that uses an absurd number of texture argumentsJason Ekstrand1-0/+17
2015-01-09tests/all.py: fix typo in recent list conversionDylan Baker1-1/+1
2015-01-09gl-2.1: Fix pbo test.Laura Ekstrand1-16/+14
2015-01-09texsubimage: Test GL_ARB_texture_cube_map_arrayNeil Roberts2-4/+68
2015-01-09Test: don't accept strings for command arguments.Dylan Baker5-25/+19
2015-01-09sanity.py: use grouptools.join instead of hardcoded '/' for groupsDylan Baker1-1/+2