summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2011-07-25getuniform-0[12]: Remove the unused fragment shaders.Eric Anholt2-21/+1
2011-07-25shader_runner: add cases for other shadow compare funcsBrian Paul1-0/+30
2011-07-23pos-array: use shader object wrapper functionsBrian Paul1-11/+11
2011-07-23Add ARB_shader_objects wrapper for glGetAttribLocation()Brian Paul2-0/+5
2011-07-22fbo: Remove Enable/Disable GL_TEXTURE_2D_ARRAY_EXT calls.Vinson Lee2-4/+0
2011-07-21glsl-max-varyings: Increase buffer sizes from 1024 to 2048.Vinson Lee1-2/+2
2011-07-21Update some commets in the swap event test.Jian Zhao1-4/+4
2011-07-21The initial value for interval should be 0 to get the correct value.Jian Zhao1-1/+1
2011-07-20Remove texture-buffer-object from texturing/CMakeLists.gl.txt.Vinson Lee1-1/+0
2011-07-19copyteximage-clipping: test clipping of glCopyTexImage2D()Brian Paul3-0/+77
2011-07-19fbo-bind-renderbuffer: test error detection for renderbuffer bindingBrian Paul3-0/+92
2011-07-19gtf: Don't look for GTF tests if the gtf symlink does not exist.Vinson Lee2-1/+8
2011-07-19all.tests: Add strings to ignore from Windows drivers.Vinson Lee1-0/+4
2011-07-18Test that shaders are not allowed to declare non-uniform samplers.Paul Berry13-3/+296
2011-07-17Fix recursion in add_shader_test_dir().Paul Berry1-5/+4
2011-07-13getuniform-02: Fix when using ARB_shader_objectsEric Anholt1-18/+19
2011-07-13Add ARB_shader_objects wrapper for glGetActiveUniform().Eric Anholt2-0/+5
2011-07-13fbo-depth-sample-compare: Convert for ARB_shader_objects.Eric Anholt1-12/+11
2011-07-13Add ARB_shader_objects wrappers for glUniform[1234]f().Eric Anholt2-0/+20
2011-07-13ARB_color_buffer_float/mixed-mrt: Skip if <2 draw buffers available.Eric Anholt1-0/+8
2011-07-13Fix setup of glUniform*iv function pointers for ARB_shader_objects.Eric Anholt1-0/+3
2011-07-13attribute0: Fix segfault when using ARB_shader_objects.Eric Anholt1-1/+1
2011-07-13Convert the compile/link utility functions to using the ARB/core wrappers.Eric Anholt1-15/+21
2011-07-12fbo-depth: use LEQUAL+GEQUAL instead of EQUAL to account for precision issuesMarek Olšák1-2/+4
2011-07-12texunits: Fix the texture env tests.Henri Verbeet1-26/+11
2011-07-12nv_conditional_render-bitmap: set raster positionVadim Girlin1-0/+1
2011-07-12arb_color_buffer_float-render: fix fog with vpVadim Girlin1-0/+2
2011-07-12glsl-fs-shadow2DGradARB-*: require ARB_shader_texture_lodMarek Olšák10-0/+10
2011-07-11fbo-depthstencil: fix the drawpixels testMarek Olšák1-7/+3
2011-07-11fbo-depth: fix the drawpixels testMarek Olšák1-0/+3
2011-07-11readpixels-24_8: use 1-bit tolerance for depthMarek Olšák1-1/+3
2011-07-11glsl-1.10: Add some tests for over-riding built-in functionsIan Romanick17-0/+569
2011-07-10fp-dst-aliasing-*: Tests for DST with a src = dstEric Anholt3-0/+34
2011-07-10fp-lit-src-equals-dst: Convert to readback before glutSwapBuffers().Eric Anholt1-4/+2
2011-07-10fp-lit-src-equals-dst: Convert to using piglit_probe_pixel_rgba().Eric Anholt1-23/+10
2011-07-11fbo-depth: test clear, blit, read/draw/copypixels with depth buffersMarek Olšák3-8/+360
2011-07-11Rename fbo-depth to fbo-depth-tex1dMarek Olšák3-10/+10
2011-07-11fbo-depthstencil: test clear, blit, read/draw/copypixels with depth & stencilMarek Olšák4-1/+538
2011-07-10fbo-stencil: test BlitFramebuffer with stencilMarek Olšák2-7/+21
2011-07-09fbo-maxsize: Add GL_NO_ERROR case in switch statement.Vinson Lee1-0/+2
2011-07-08gtf: Organize tests into subcategories.Kenneth Graunke1-11/+59
2011-07-08fbo-maxsize: pass when getting GL_OUT_OF_MEMORYMarek Olšák1-4/+14
2011-07-08arb_color_buffer_float-render fix for RGBA8_SNORMVadim Girlin1-1/+1
2011-07-06fbo-stencil: assorted fixes to account for rasterization varianceBrian Paul1-2/+12
2011-07-06getlocal4d-with-error: New test for a bug in glGetProgramLocalParameter4dARB()Eric Anholt3-0/+90
2011-07-06getenv4d-with-error: New test for a bug in glGetProgramEnvParameter4dARB().Eric Anholt5-0/+110
2011-06-30readpixels-24_8: s/glGenTexturesEXT/glGenTextures/Vinson Lee1-1/+1
2011-06-30glx-close-display: Correctly check the return value of glXChooseFBConfig.Vinson Lee1-1/+1
2011-06-29Add a test for function overloads with inexact type matches.Kenneth Graunke1-0/+34
2011-06-28instanced_arrays: Require GLSL.Vinson Lee1-0/+1