summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-08Added new glean todo list. Open with csv reader of choice.gl-1.0-gleanLaura Ekstrand1-0/+37
2015-01-08gl-2.1: Fix pbo test.Laura Ekstrand1-16/+14
2015-01-08glean: Remove Glean pbo test.Laura Ekstrand4-1179/+0
2015-01-08gl-2.1: Port pbo test from Glean to Piglit.Laura Ekstrand3-0/+1058
2015-01-08util: Expose piglit_compare_images_ubyte in piglit-util-gl.h.Laura Ekstrand1-0/+3
2015-01-08fbo-integer-precision-clear: Use value that would be an invalid floatNeil Roberts1-1/+6
2015-01-08texsubimage: Add tests for array texturesNeil Roberts2-25/+113
2015-01-08shaders: Test using an int vertex attrib value that looks like NaNNeil Roberts3-0/+117
2015-01-08arb_direct_state_access: Remove unnecessary piglit-glx-util.h include.José Fonseca1-1/+0
2015-01-07arb_direct_state_access: texture-errors now correctly checks for texture mult...Laura Ekstrand1-7/+11
2015-01-07arb_direct_state_access: Removed NVIDIA-specific code from dsa-textures.cLaura Ekstrand1-27/+6
2015-01-07ext_packed_float: Refactored the getteximage-invalid-format-for-packed-type.c...Laura Ekstrand1-41/+64
2015-01-07arb_texture_storage_multisample: Updated error conditions to match the OpenGL...Laura Ekstrand1-31/+55
2015-01-07arb_texture_rectangle: Updated error conditions to match the OpenGL 4.5 and E...Laura Ekstrand1-4/+31
2015-01-07general: Testing really basic texture errors.Laura Ekstrand3-0/+76
2015-01-07arb_direct_state_access: Added test for glTextureBuffer.Laura Ekstrand3-0/+108
2015-01-07arb_direct_state_access: Added test for glCompressedTextureSubImage1D.Laura Ekstrand1-0/+15
2015-01-07arb_direct_state_access: Testing glTextureStorage3DMultisample.Laura Ekstrand1-0/+59
2015-01-07arb_direct_state_access: Using glTextureStorage2DMultisample for something no...Laura Ekstrand1-5/+93
2015-01-07arb_direct_state_access: Added a test for glTextureStorage2DMultisample.Laura Ekstrand3-0/+336
2015-01-07arb_direct_state_access: Most error checking for TextureParameter functionsDylan Baker1-4/+231
2015-01-07arb_direct_state_access: Add additional error checking for *TextureParameterDylan Baker1-85/+159
2015-01-07arb_direct_state_access: Modified gettexture-image-formats.c to test glGenera...Laura Ekstrand2-2/+2
2015-01-07arb_direct_state_access: Add tests for non-generated texture object namesDylan Baker1-1/+41
2015-01-07arb_direct_state_access: Added tests for glGetCompressedTextureImage.Laura Ekstrand6-2/+713
2015-01-07arb_direct_state_access: Tests for glGetTextureImage.Laura Ekstrand7-0/+1338
2015-01-07arb_direct_state_access: Added tests for CopyTextureSubImage*D.Laura Ekstrand4-0/+431
2015-01-07arb_direct_state_access: Added tests for glGetTexLevelParameterfv to texture-...Laura Ekstrand1-0/+22
2015-01-07arb_direct_state_access: Added test for TextureParameter* and GetTextureParam...Laura Ekstrand3-0/+206
2015-01-07arb_direct_state_access: DSA texunits test (adapted from tests/general)Laura Ekstrand3-0/+385
2015-01-07arb_direct_state_access: Added glTextureStorage*D test.Laura Ekstrand3-0/+604
2015-01-07arb_direct_state_access: Added glCreateTextures test.Laura Ekstrand3-0/+82
2015-01-07arb_direct_state_access: Testing glBindTextureUnit.Laura Ekstrand3-0/+80
2015-01-07arb_direct_state_access: glTextureSubImage*D test.Laura Ekstrand3-0/+160
2015-01-07arb_direct_state_access: DSA 2D Textures "hello world" test.Laura Ekstrand7-0/+271
2015-01-07ext_framebuffer_multisample: Add an option to run formats test for all sample...Anuj Phogat2-7/+34
2015-01-07ext_framebuffer_multisample_blit_scaled: Rewrite the fragment shaderAnuj Phogat1-84/+110
2015-01-07ext_framebuffer_multisample: Use glDrawArrays in place of glDrawElementsAnuj Phogat1-26/+6
2015-01-07ext_framebuffer_multisample: Add an option to run accuracy tests for all samp...Anuj Phogat2-14/+43
2015-01-07gl-2.0-vertexattribpointer: Fix GCC maybe-uninitialized warning.Vinson Lee1-0/+1
2015-01-07gl-1.0-readpixsanity: Fix GCC maybe-uninitialized warnings.Vinson Lee1-2/+2
2015-01-07gl-1.0-blend-func: Fix GCC maybe-uninitialized warnings.Vinson Lee1-1/+2
2015-01-07grouptools.py: Don't allow non-string argumentsDylan Baker1-0/+4
2015-01-07grouptools.py: Make error messages more helpfulDylan Baker1-14/+20
2015-01-07xts.py: Simplify generator statementDylan Baker1-1/+1
2015-01-07xts.py: Fix grouptools bugsDylan Baker1-3/+4
2015-01-07Change placment of the orientation of sys.pathMatěj Cepl1-2/+2
2015-01-07CMakeList.txt: Fix error message for missing pythonDylan Baker1-2/+2
2015-01-07Test doing a meta operation while there is an occlusion queryNeil Roberts3-0/+104
2015-01-07run.py: add an option to load a test list from a fileThomas Wood1-0/+8