summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-04-02registry: Update gl.xml to Revision 29762.adsa-buffer-objectsLaura Ekstrand1-42/+840
2015-04-02all.py: Change format for arb_direct_state_access-compressedtextureimage.Laura Ekstrand1-2/+2
2015-04-02arb_direct_state_access: Test errors thrown by CopyTex[ture]SubImage*D.Laura Ekstrand1-0/+48
2015-04-02arb_direct_state_access: Test errors thrown by CompressedTex[ture]SubImage*D.Laura Ekstrand1-0/+80
2015-04-02texturing: New test for GetCompressedTexImage.Laura Ekstrand3-0/+234
2015-04-02texturing: New test for GetTexImage targets.Laura Ekstrand3-0/+231
2015-04-02texturing: Remove over-complicated getteximage-targets test.Laura Ekstrand3-306/+0
2015-04-02arb_direct_state_access: New test for glGetTextureImage.Laura Ekstrand3-0/+231
2015-04-02arb_direct_state_access: Remove over-complicated test gettextureimage-targets.Laura Ekstrand3-368/+0
2015-04-02arb_direct_state_access: New test for glCompressedTextureSubImage*D.Laura Ekstrand3-0/+258
2015-04-02arb_direct_state_access: New test for GetCompressedTextureImage.Laura Ekstrand3-0/+232
2015-04-02arb_direct_state_access: Remove over-complicated getcompressedtextureimage test.Laura Ekstrand3-450/+0
2015-04-02arb_map_buffer_range: Fix for bug in map_buffer_range_test?Laura Ekstrand1-1/+2
2015-04-02arb_direct_state_access: Fix gettextureimage-targets fall through.Laura Ekstrand1-4/+2
2015-04-02arb_direct_state_access: gettextureimage-targets.c has display.Laura Ekstrand1-2/+63
2015-04-02arb_direct_state_access: getcompressedtextureimage now has distinct layers.Laura Ekstrand1-6/+17
2015-04-02arb_direct_state_access: Testing glGetNamedBufferSubData.Laura Ekstrand3-0/+114
2015-04-02arb_direct_state_access: Testing glGetNamedBufferParameteri[64]v andLaura Ekstrand3-0/+225
2015-04-02arb_direct_state_access: Testing FlushMappedNamedBufferRange.Laura Ekstrand3-0/+148
2015-04-02arb_direct_state_access: Testing UnmapNamedBuffer.Laura Ekstrand3-0/+117
2015-04-02arb_direct_state_access: Testing MapNamedBuffer.Laura Ekstrand3-0/+130
2015-04-02arb_direct_state_access: Testing glClearNamedBufferSubData.Laura Ekstrand3-0/+102
2015-04-02arb_direct_state_access: Testing glClearNamedBufferData.Laura Ekstrand3-0/+167
2015-04-02arb_direct_state_access: Testing NamedBufferSubData.Laura Ekstrand3-0/+108
2015-04-02arb_direct_state_access: Testing NamedBufferStorage.Laura Ekstrand3-0/+269
2015-04-02arb_direct_state_access: Testing glTextureBufferRange.Laura Ekstrand3-0/+146
2015-04-02arb_direct_state_access: Test for CreateBuffers.Laura Ekstrand3-0/+78
2015-04-02arb_sync: Test to demonstrate ClientWaitSync bug.Laura Ekstrand3-0/+205
2015-03-09deqp_gles3.py: Fix PEP 8 issues.Vinson Lee1-8/+11
2015-03-09all.py: Fix PEP 8 issues.Vinson Lee1-83/+105
2015-03-09es3conform.py: Fix PEP 8 issues.Vinson Lee1-6/+9
2015-03-09cl.py: Fix PEP 8 issues.Vinson Lee1-2/+4
2015-03-09profile.py: Support automatic naming of tests with string argumentsDylan Baker2-4/+24
2015-03-09igt.py: Use subprocess.check_output instead of subprocess.PopenDylan Baker1-18/+15
2015-03-09igt.py: Use __future__ functions, mainly print_functionDylan Baker1-6/+7
2015-03-09igt.py: add docstrings.Dylan Baker1-9/+20
2015-03-09igt.py: Use PEP8 specified whitespaceDylan Baker1-0/+5
2015-03-09igt.py: fix invalid name errorsDylan Baker1-10/+14
2015-03-09igt.py: Replace igtTestRoot with PEP8 compliant IGT_TEST_ROOTDylan Baker1-9/+9
2015-03-09igt.py: Change an empty string to a listDylan Baker1-4/+2
2015-03-09igt.py: Fix whitepace warnings for pylintDylan Baker1-11/+9
2015-03-08Delete redundant condition-07.vert test.Kenneth Graunke1-26/+0
2015-03-08framework: Try to fix the exclusions of llvmpipe test list.Jose Fonseca2-1/+7
2015-03-06tests/all.py: Fix typo that switched arb with extDylan Baker1-1/+1
2015-03-05all.py: Fix copy and paste errorDylan Baker1-1/+1
2015-03-05all.py: disable pylint's bad-continuation errorDylan Baker2-0/+9
2015-03-05all.py: use __future__ functionsDylan Baker1-3/+4
2015-03-05all.py: Remove run_concurrent=True flagDylan Baker2-1642/+1224
2015-03-05piglit_test.py: Change run_concurrent to True by defaultDylan Baker2-4/+4
2015-03-05all.py: Set run_concurrent=False explicitlyDylan Baker1-506/+588