summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-09util: Rename piglit_gl_test_info -> piglit_gl_test_configChad Versace6-46/+46
2012-10-09cmake: Define cmake flags and feature macros for X11, GLX, EGLChad Versace1-0/+11
2012-10-09util: Add Waffle utility functionsChad Versace3-0/+214
2012-10-09cmake: Prefix cmake options and feature macros with PIGLITChad Versace28-106/+106
2012-10-09util: Rename piglit-framework.[ch] -> piglit-framework-gl.[ch]Chad Versace6-5/+5
2012-10-09tests: Remove direct includes of piglit-framework.hChad Versace86-86/+0
2012-10-09framework: Report 'skip' if test executable not foundChad Versace1-14/+31
2012-10-09util,tests: Replace GLUT visual enums with PIGLTI_GL_VISUAL enums (v2)Chad Versace690-690/+711
2012-10-09tests,util: Wrap glutReshapeFunc with piglit_set_reshape_funcChad Versace2-0/+8
2012-10-09tests,util: Wrap glutSwapBuffers with piglit_swap_buffersChad Versace8-2/+35
2012-10-09tests,util: Wrap glutKeyboardFunc with piglit_set_keyboard_funcChad Versace9-7/+15
2012-10-09tests,util: Wrap glutPostRedisplay with piglit_post_redisplayChad Versace7-4/+15
2012-10-09texline: Remove testChad Versace11-858/+0
2012-10-09tests: Remove all uses of glutBitmapCharacterChad Versace4-139/+9
2012-10-10Generate a html summary of skipped testsMarek Olšák2-1/+8
2012-10-10depth-cube-map: remove useless glFinish and piglit_report_resultMarek Olšák1-3/+0
2012-10-08fbo-missing-attachment-clear: remove unused err varBrian Paul1-1/+0
2012-10-08tests/fbo: remove unused err, error varsBrian Paul8-8/+1
2012-10-07Use piglit_check_gl_error() instead of block with [f]printf.Chris Forbes9-60/+15
2012-10-07Replace more if(piglit_get_gl_version() < N)...Chris Forbes5-20/+5
2012-10-05egl_khr_create_context: profile attributes are never invalid for Desktop GLMatt Turner1-43/+0
2012-10-05egl_khr_create_context: Clarify why attributes are rejected in GLESMatt Turner1-2/+2
2012-10-03piglit: put 'void' in piglit_is_gles() and piglit_get_gl_version() declsBrian Paul2-4/+4
2012-10-03piglit: rename FindLine() to piglit_find_line()Brian Paul3-3/+3
2012-10-03piglit: add const qualifier for filename param for piglit_compile_shader()Brian Paul2-2/+2
2012-10-03s3tc-errors: add additional texture size checksBrian Paul1-0/+38
2012-10-03compressedteximage: use new piglit compressed texture helpersBrian Paul1-30/+22
2012-10-03s3tc-errors: use new piglit compressed texture helpersBrian Paul1-75/+15
2012-10-03piglit: add compressed texture helper functionsBrian Paul2-0/+98
2012-10-02egl-nok-swap-region: probe front not back bufferRobert Bragg1-6/+31
2012-10-02egl-util: Adds probe_front_pixel_rgb functionRobert Bragg2-0/+35
2012-10-01piglit gl: use glGetStringi for GL >= 3.0Jordan Justen1-0/+30
2012-10-01piglit gl: convert gl extension checking to use an array of stringsJordan Justen3-9/+70
2012-09-29teximage-errors: fix a couple mistakes, add two new test casesBrian Paul1-2/+13
2012-09-29teximage-errors: use piglit_check_gl_error() helperBrian Paul1-38/+22
2012-09-29util: add a comment to explain piglit_depth_texture()Brian Paul1-0/+14
2012-09-25s3tc-errors: test GL error checking with s3tc texturesBrian Paul3-0/+399
2012-09-25piglit: add piglit_rgbw_image() helperBrian Paul2-55/+91
2012-09-24Clean up depth-tex-modes-glsl a bit.Kenneth Graunke1-25/+4
2012-09-24glsl-fs-shadow2D-clamp-z: test clamping of Z in shadow2DMarek Olšák1-0/+37
2012-09-23Add a test for EXT_texture_swizzle and DEPTH_TEXTURE_MODE together.Kenneth Graunke5-0/+209
2012-09-23arb_texture_cube_map_array: add a bunch of compiler tests for new functionsDave Airlie10-0/+184
2012-09-23arb_texture_cube_map_array: fix assorted compiler warningsBrian Paul2-10/+8
2012-09-22arb_texture_cube_map_array: add to all.tests.Dave Airlie1-0/+14
2012-09-22arb_texture_cube_map_array: add fbo testDave Airlie2-0/+259
2012-09-22arb_texture_cube_map_array: add cube array shadow samplerDave Airlie2-0/+268
2012-09-22arb_texture_cube_map_array: test getting binding.Dave Airlie2-0/+62
2012-09-22arb_texture_cube_map_array: check for teximage3d invalid values.Dave Airlie2-0/+76
2012-09-22arb_texture_cube_map_array: basic cubemap test (v2)Dave Airlie4-0/+369
2012-09-22textureSize: add GL_ARB_texture_cube_map_array support.Dave Airlie2-11/+20