summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-04glsl-1.20: Print generated outerProduct test names.orthoMatt Turner2-0/+4
2013-11-04glsl-1.10 / glsl-1.20: Print generated variable-index test names.Matt Turner2-32/+96
2013-11-04glsl-1.20: Don't use ortho in outerProduct tests.Matt Turner2-21/+6
2013-11-04glsl-1.10 / glsl-1.20: Don't use ortho in variable indexing tests.Matt Turner2-29/+6
2013-11-04shaders: Stop using ortho in glsl-const tests.Matt Turner70-350/+140
2013-11-04shaders: Remove #version from glsl-const tests.Matt Turner70-76/+2
2013-11-04glsl-1.10: Delete bogus generated test.Matt Turner1-97/+0
2013-11-04Change INVALID_VALUE to INVALID_OPERATION in ARB_vertex_array_bgra test.Kenneth Graunke1-12/+6
2013-11-04hiz: Use default window sizeChad Versace8-24/+0
2013-11-04HACKING: Add note for python formattingDylan Baker1-0/+6
2013-11-04arb_separate_shader_objects: silence string format warningBrian Paul1-2/+2
2013-11-04arb_uniform_buffer_object: silence asprintf() warningBrian Paul1-2/+2
2013-11-04arb_occlusion_query: remove unused variableBrian Paul1-1/+1
2013-11-04update the HACKING file's Coding style sectionBrian Paul1-13/+44
2013-11-04arb_texture_view-getteximage-srgb: test sRGB texture viewsBrian Paul3-0/+121
2013-11-04cubemap-getteximage-pbo: Tests reading cube faces into a PBOBrian Paul3-0/+159
2013-11-04cmake: Restrict EGL usage to when PIGLIT_USE_WAFFLE is true.José Fonseca1-1/+1
2013-10-31cl: Fix build on systems where clock_gettime is only avaiable in librtTom Stellard1-0/+4
2013-10-31summary.py: Replace buildDictionary function with a much simpler methodDylan Baker2-111/+48
2013-10-31status.py: convert status object attributes from instance to classDylan Baker1-16/+35
2013-10-31cmake: Use pkg-config to find EGLChad Versace11-22/+22
2013-10-31cmake: Fail if PIGLIT_BUILD_GLES${N}_TESTS but cannot find EGLChad Versace1-0/+15
2013-10-31cmake: Remove unused PIGLIT_HAS_EGLChad Versace1-1/+0
2013-10-31cmake: Define PIGLIT_HAS_WAYLAND if using WaffleChad Versace1-1/+2
2013-10-31glean: Fix occlusion query test: expect Gen/DeleteQueries while active to workCarl Worth1-11/+13
2013-10-31ARB_texture_view: Test texture view format changes and lifetimesJon Ashburn3-0/+239
2013-10-31ARB_texture_view: Test for rendering various levels and layers in texture viewJon Ashburn3-0/+289
2013-10-31ARB_texture_view: Test for rendering various targets in texture viewJon Ashburn5-2/+344
2013-10-31ARB_texture_view: Add query tests for gl state effected by this extensionJon Ashburn3-0/+309
2013-10-31ARB_texture_view: Test valid and invalid targets for TextureViewJon Ashburn3-0/+236
2013-10-31arb_texture_view: Test valid and invalid formatsJon Ashburn5-0/+403
2013-10-31ARB_texture_view: Test for API coverage of subset of input paramsJon Ashburn3-0/+344
2013-10-31Revert "core.py: normalize testBinDir path"Dylan Baker1-3/+2
2013-10-31oglconform.tests: replace tabs with spacesDylan Baker1-20/+20
2013-10-31core.py: normalize testBinDir pathDylan Baker1-2/+3
2013-10-30util: Add function to get the set of subtests selected from the command-lineIan Romanick2-0/+20
2013-10-30util: Add a -list-subtests option that will list all the subtestsIan Romanick2-0/+25
2013-10-30util: Add common framework for command-line invoked subtestsIan Romanick2-3/+134
2013-10-30util: Move command-line parsing out of piglit_gl_test_config_initIan Romanick4-21/+33
2013-10-30fix r300.tests and r500.testsDylan Baker2-2/+2
2013-10-30gpu.tests: don't try to remove tests removed by quick.testsDylan Baker1-7/+0
2013-10-29Test MSAA-to-MSAA blits in GL_LINEAR filter mode.Paul Berry2-5/+21
2013-10-29Test upsampling blits in GL_LINEAR filter mode.Paul Berry2-5/+21
2013-10-29Test downsampling blits in GL_LINEAR filter mode.Paul Berry5-10/+26
2013-10-28GS: Test that max_vertices cannot be set to INT_MAXNicholas Mack1-0/+23
2013-10-28GS: Test geometry output layout qualifier rulesNicholas Mack3-0/+66
2013-10-28GS: Test geometry input layout qualifier rulesNicholas Mack1-0/+25
2013-10-28GS: Test that geometry shader input/output layout qualifiers only compile if ...Nicholas Mack4-0/+269
2013-10-28Add new test for calling glGenQueries/glDeleteQueries with an active query.Carl Worth3-0/+109
2013-10-28Interface Blocks: Test how interface block members are accessed from APINicholas Mack3-0/+175