summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-28Add test to verify transform feedback values of few builtin variablesAnuj Phogat3-0/+169
2014-08-28Add test to verify blitting to multiple render targetsAnuj Phogat3-0/+177
2014-08-28piglit-fbo: Enable the tests to create FBO with multiple color attachmentsAnuj Phogat12-68/+83
2014-08-28piglit-fbo: Add new variables to track multiple color attachmentsAnuj Phogat2-0/+32
2014-08-28piglit-fbo: Move color buffer initialization code in to separate functionsAnuj Phogat2-41/+62
2014-08-27arb_tessellation_shader: add simple data passing testsIlia Mirkin5-0/+298
2014-08-27arb_tessellation_shader: add execution test for barrierIlia Mirkin2-0/+172
2014-08-27arb_tessellation_shader: add compiler tests for barrier()Ilia Mirkin7-0/+184
2014-08-26framework: Add support for setting default platform in piglit.confDylan Baker3-21/+148
2014-08-26run_parser_tests.py: Add tests for some options in the run parserDylan Baker1-0/+58
2014-08-26run.py: Split parser to parse config file firstDylan Baker1-9/+16
2014-08-26integration_tests.py: Skip on additional errorDylan Baker1-1/+1
2014-08-26framework: Merge programs_tests.py into core_tests.pyDylan Baker2-113/+82
2014-08-26programs_tests.py: move CONF_FILE into the TestGetConfig classDylan Baker1-10/+11
2014-08-26programs_tests.py: Put private methods that are always used in setupDylan Baker1-11/+3
2014-08-26programs_tests.py: Move additional code into a shared methodDylan Baker1-12/+10
2014-08-26programs_tests.py: Move more code into a shared methodDylan Baker1-12/+9
2014-08-26programs_tests.py: Remove duplicate teardown callDylan Baker1-1/+0
2014-08-26program_tests.py: refactor into a single classDylan Baker1-12/+5
2014-08-26core.py: Fix bug in get_configDylan Baker1-1/+1
2014-08-26programs_tests.py: Fix get_config() finds $HOME/.config/piglit.confDylan Baker1-1/+2
2014-08-26program_tests.py: fix bug reseting PIGILT_CONFIGDylan Baker1-4/+10
2014-08-26program_tests.py: remove unused importDylan Baker1-1/+0
2014-08-26python tests: Move helper from program_tests.py to utils.pyDylan Baker2-57/+55
2014-08-26run.py: Split command parser out of run()Dylan Baker1-2/+13
2014-08-26run.py: Remove stray newlinesDylan Baker1-2/+0
2014-08-27arb_tessellation_shader: Add tests covering handling of unsized arraysChris Forbes11-0/+158
2014-08-25arb_explicit_uniform_location: test explicit location for a samplerTapani Pälli1-0/+22
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-23arb_texture_view: Fix bogus probe rectsChris Forbes2-2/+2
2014-08-22spec/ARB_copy_image: Add an api_errors testJason Ekstrand2-0/+265
2014-08-22spec/ARB_copy_image: Test different combinations of texture formatsJason Ekstrand3-0/+895
2014-08-22util: Add a function for uploading multisample texturesJason Ekstrand2-0/+207
2014-08-22spec/ARB_copy_image: Add a test for testing different texture target combinat...Jason Ekstrand3-0/+489
2014-08-22spec/ARB_copy_image: Add a simple ARB_copy_image testJason Ekstrand5-0/+236
2014-08-21arb_texture_view: verify that 2d array can be sampled as cube arrayIlia Mirkin3-0/+120
2014-08-21arb_texture_view: verify that 2darray can be sampled as cubeIlia Mirkin3-0/+117
2014-08-20piglit: Fix tegra build break.Ilja H. Friedel1-4/+4
2014-08-20arb_explicit_attrib_location: Remove unnecessary dependence on GL_ARB_blend_f...Matt Turner7-7/+7
2014-08-20programs/run.py add file sync command line optionMatt Atwood4-7/+27
2014-08-20all_cl: Add ocl conformance tests to test listTom Stellard1-0/+2
2014-08-20oclconform: Add test class for ocl conformance tests v3Tom Stellard2-0/+126
2014-08-20core: Initialize ConfigParser with allow_no_value=TrueTom Stellard1-1/+1
2014-08-20clGetDeviceInfo: Check for minimum value of CL_DEVICE_MAX_CONSTANT_BUFFER_SIZETom Stellard1-0/+13
2014-08-20cl: Add minimal test for clCreateSamplerTom Stellard3-0/+88
2014-08-20cl: Add minimal tests for clCreateImage2D and clCreateImage3DTom Stellard3-0/+112
2014-08-19Bump python version requirement to 2.7.xDylan Baker2-2/+2
2014-08-19tex-miplevel-selection: test textureGrad with cubemapsMarek Olšák2-5/+23
2014-08-19cmake: WAFFLE_LIBRARIES -> WAFFLE_LDFLAGSJosé Fonseca1-1/+1