summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-20test-stride0HEADmasterMarek Olšák1-0/+77
2011-11-18gl-3.0: Test clearing depth and stencil buffers with glClearBufferfiIan Romanick3-0/+164
2011-11-18gl-3.0: Test clearing stencil buffers with glClearBufferivIan Romanick3-0/+160
2011-11-18gl-3.0: Test clearing depth buffers with glClearBufferfvIan Romanick5-0/+373
2011-11-18all.tests: Fix typo of bindfragdata-invalid-parameters.Vinson Lee1-1/+1
2011-11-17Verify that built-in shader inputs are read-only.Paul Berry22-0/+444
2011-11-17Verify that vertex shader "in" parameters are read-only.Paul Berry2-0/+39
2011-11-17Add an infinite spot light test caseYuanhan Liu3-0/+103
2011-11-16gl-3.0: Verify that BindFragDataLocation and GetFragDataLocation give correct...Ian Romanick3-0/+174
2011-11-16gl-3.0: Verify errors generated for invalid parameters to glBindFragDataLocationIan Romanick3-0/+106
2011-11-15glew: add missing BindBufferBase and BindBufferRange for GL 3.0Paul Berry1-0/+2
2011-11-15Add a test to reproduce an exact/inexact built-in matching bug in Mesa.Kenneth Graunke1-0/+35
2011-11-14arb_framebuffer_object: add missing return statementBrian Paul1-0/+1
2011-11-14glx-swap-pixmap-bad: add missing return statement, remove unused varBrian Paul1-1/+1
2011-11-14glx-query-drawable: fix bad string declarationsBrian Paul1-2/+2
2011-11-14(vp)fpgeneric: Don't use testBinDir to define paths to shader sourcesMorgan Armand1-2/+2
2011-11-12Fix redundant static-write-varying-01.frag tests.Paul Berry3-15/+3
2011-11-11glsl-1.30/execution/vertexid-*: New tests for using gl_VertexID.Eric Anholt5-0/+325
2011-11-11bit-not-09: Add new test case for bitwise complement of a boolean.Vinson Lee1-0/+11
2011-11-10arb_framebuffer_object: Add tests to check GL_DEPTH_STENCIL_ATTACHMENTChad Versace6-0/+294
2011-11-09glx: Test behavior of glXQueryDrawable()Chad Versace3-0/+215
2011-11-09egl: Test behavior of eglQuerySurface()Chad Versace3-0/+207
2011-11-09util: Add piglit_expect_egl_error()Chad Versace3-0/+138
2011-11-09egl: Add fields egl_test::window_width,window_heightChad Versace2-3/+9
2011-11-09egl: Change each test to initialize egl_test with common functionChad Versace5-50/+44
2011-11-09egl: Add all EGL tests to all_egl.testsChad Versace1-0/+53
2011-11-08Don't set array members that are not usedIan Romanick2-4/+6
2011-11-08glsl-1.10: Don't set array members that are not usedIan Romanick25-25/+8
2011-11-08arb_shader_objects: Test glGetUniformLocation on an array of struct of arrayIan Romanick3-0/+114
2011-11-08Transform feedback: test order of recorded vertices.Paul Berry3-0/+321
2011-11-08Modify EXT_transform_feedback tests to test GL 3.0 core.Paul Berry14-32/+188
2011-11-08Test multiplication of ivec4/uvec4 by a constant.Paul Berry8-0/+256
2011-11-08Test precision and implied components of integer vertex attribsPaul Berry4-0/+186
2011-11-04Fix link error detection in glsl-link-initializer-03, and make more robustPaul Berry1-7/+11
2011-11-04Modify shader attachment order in piglit_link_simple_program()Paul Berry1-2/+2
2011-11-04glew: fix broken GL_ARB_draw_instanced setup codeBrian Paul1-2/+14
2011-11-03glsl-1.20: More array-of-array testsIan Romanick6-0/+124
2011-11-03gl-3.0: Add test for invalid buffer parameter to glClearBufferIan Romanick3-0/+139
2011-11-03gl-3.0: Add test for invalid drawbuffer parameter to glClearBufferIan Romanick6-0/+227
2011-11-03README: Add build instructions for Windows.Vinson Lee1-0/+59
2011-11-02glean: Fix handling of PIXELFORMATDESCRIPTORs.Morgan Armand4-27/+24
2011-11-02copyteximage-border: New test for glCopyTexImage2D() vs texture borders.Eric Anholt3-0/+111
2011-11-02Fix all.tests line for ARB_texture_storage test.Eric Anholt1-1/+1
2011-11-02Test proper operation of ++ and -- on integers.Paul Berry8-0/+232
2011-11-02ext_transform_feedback-output-type: test more array typesMarek Olšák2-0/+168
2011-11-02all.tests: Add draw-copypixels-sync.Vinson Lee1-0/+1
2011-11-02all.tests: Fix typo of nv_conditional_render-bitmap.Vinson Lee1-1/+1
2011-11-02all.tests: Add copypixels-draw-sync.Vinson Lee1-0/+1
2011-11-02output-type: use malloc() instead of alloca() to fix MSVC buildBrian Paul1-1/+3
2011-11-02ext_transform_feedback-output-type: test various types of TFB outputsMarek Olšák3-0/+488