1. 5a78cfb piglit: Add header <piglit/gl_wrap.h> by Chad Versace · 13 years ago
  2. fc493b4 cmake: Prepare CMake for GL and GLES2 builds by Chad Versace · 13 years ago
  3. c55e20f cmake: Temporarily disable building GLES2 targets by Chad Versace · 13 years ago
  4. 961e2f3 egl: Add test for creating two surfaces from the same window by Kristian Høgsberg · 13 years ago
  5. a704f41 egl: NULL terminate list of required extensions by Kristian Høgsberg · 13 years ago
  6. c5bd55e cmake: Don't add source dirs as link dirs by Chad Versace · 13 years ago
  7. 486a811 cmake: Move output paths from piglit_SOURCE_DIR to piglit_BINARY_DIR by Chad Versace · 13 years ago
  8. 2875e8a cmake: Replace awkward package inclusions with the natural CMake idiom by Chad Versace · 13 years ago
  9. 0f03cdc cmake: Find GLES2 library by Chad Versace · 13 years ago
  10. e37d67f util: Place include guards in headers by Chad Versace · 13 years ago
  11. 2e1972f Add gles2parsertest to ease OpenGL ES 2.0 test case development by Shuang He · 13 years ago
  12. 259809a Add gles2_shader_runner to ease OpenGL ES 2.0 test case development by Shuang He · 13 years ago
  13. 5bf6514 Add utility for EGL OpenGL ES 2.0 and desktop OpenGL by Shuang He · 13 years ago
  14. c846376 Add utility for EGL, with a subset of glut implemented by Shuang He · 13 years ago
  15. 182f174 Move some common uilities to piglit-shared-util.c by Shuang He · 13 years ago
  16. a8ce75d piglitutil: Link with math library. by Vinson Lee · 13 years ago
  17. db93db5 fbo-generatemipmap-array: add 1D array texture support. by Dave Airlie · 13 years ago
  18. 76851f8 fbo-genereatemipmap-array: test mipmap generation on 2d array texture by Dave Airlie · 13 years ago
  19. e4970ce fbo-array: test FBO array textures. by Dave Airlie · 13 years ago
  20. 670c71b rgtc: test for the signed types as well by Dave Airlie · 13 years ago
  21. 8a5152c rgtc: Add tests to all.tests. by Vinson Lee · 13 years ago
  22. 7fff670 rgtc: use a large epsilon for compressed textures. by Dave Airlie · 13 years ago
  23. 58435a0 rgtc: update test info by Dave Airlie · 13 years ago
  24. 480966a rgtc: add two simple tests based on the RG tests by Dave Airlie · 13 years ago
  25. 96e4332 draw-vertices: use the same stride for mixed buffers by Marek Olšák · 13 years ago
  26. d265ad1 draw-vertices: test mixed user and vbo buffers by Marek Olšák · 13 years ago
  27. 7e88eb1 vbo-buffer-unmap: Add to all.tests. by Vinson Lee · 13 years ago
  28. 394a01e vbo-buffer-unmap: exercise a VBO buffer unmap issue by Brian Paul · 13 years ago
  29. c880d60 glew: fix inclusion of glew.h in glxew.h by Marek Olšák · 13 years ago
  30. d2d9318 array-texture: make this a useful debugging tool also. by Dave Airlie · 13 years ago
  31. 9da8e27 arb_shader_texture_lod-texgrad: update authors by Marek Olšák · 13 years ago
  32. 5d512b2 arb_shader_texture_lod-texgrad: new test for texture2DGradARB GLSL function by Marek Olšák · 13 years ago
  33. da8de42 util: add function for checking whether 2 halves of window are equal by Marek Olšák · 13 years ago
  34. 2865919 all.tests: do not test EXT_texture_integer with fbo-generatemipmap-formats by Marek Olšák · 13 years ago
  35. bf0eb5c texwrap: allow lower precision for GL_R11F_G11F_B10F by Marek Olšák · 13 years ago
  36. 2041cf8 fbo-generatemipmap-formats: fix testing GL_DEPTH_STENCIL by Marek Olšák · 13 years ago
  37. 87cef38 fbo-generatemipmap-formats: fix testing GL_DEPTH32F_STENCIL8 by Marek Olšák · 13 years ago
  38. b237ad7 util: fix piglit_depth_texture for GL_DEPTH32F_STENCIL8 by Marek Olšák · 13 years ago
  39. 4731058 texwrap: fix testing GL_DEPTH32F_STENCIL8 by Marek Olšák · 13 years ago
  40. df2ce55 fbo-depth-sample-compare: compare depth texture sampling vs. fragment.z by Brian Paul · 13 years ago
  41. 209f3d6 Replace poolName in Test constructor with boolean option. by U. Artie Eoff · 13 years ago
  42. bc66671 Remove ThreadPools by U. Artie Eoff · 13 years ago
  43. 7b95d52 Move gpu tests to main thread and cpu-only tests to threadpool. by U. Artie Eoff · 13 years ago
  44. f7bb43f Add ConcurrentTestPool singleton. by U. Artie Eoff · 13 years ago
  45. e8c39dc fbo-drawbuffers-arbfp: test ARB_draw_buffers with ARB_fragment_program by Marek Olšák · 13 years ago
  46. 99c1633 texwrap: test EXT_texture_snorm by Marek Olšák · 13 years ago
  47. 2c841b3 fbo-clear-formats: test EXT_texture_snorm by Marek Olšák · 13 years ago
  48. f7b7592 fbo-generatemipmap-formats: test EXT_texture_snorm by Marek Olšák · 13 years ago
  49. 63a7039 fbo-generatemipmap-formats: test EXT_texture_compression_latc by Marek Olšák · 13 years ago
  50. d1921ee texwrap: test EXT_packed_depth_stencil by Marek Olšák · 13 years ago
  51. 8ff3051 fbo-generatemipmap-formats: test ATI_texture_compression_3dc by Marek Olšák · 13 years ago
  52. 2844ce8 texwrap: test ARB_texture_compression by Marek Olšák · 13 years ago
  53. 8618443 texwrap: test ARB_depth_buffer_float by Marek Olšák · 13 years ago
  54. da61d9a glew: define GLEW_STATIC for MSVC by Marek Olšák · 13 years ago
  55. 52a51e4 Remove unnecessary OpenGL extension defines by Marek Olšák · 13 years ago
  56. 9ecf09a Import GLEW by Marek Olšák · 13 years ago
  57. ddbe7e2 fbo-clear-formats: add float format tests to all.tests by Marek Olšák · 13 years ago
  58. cd9d546 texCombine: test GL_ATI_texture_env_combine3 by Marek Olšák · 14 years ago
  59. e193b55 texwrap: remove the RGBA DXT1 workaround for Mesa by Marek Olšák · 13 years ago
  60. 925ecc2 fbo-generatemipmap-formats: also test mipmap generation of NPOT textures by Marek Olšák · 13 years ago
  61. 4424375 util: allow non-square dimensions in piglit_{rgbw|depth}_texture by Marek Olšák · 13 years ago
  62. abd7d09 Test implicitly sized arrays where only element 0 is accessed by Gordon Jin · 13 years ago
  63. 8c11f56 r600.tests: update the list of hardlocking tests by Marek Olšák · 13 years ago
  64. 479e6cc draw-vertices: Move declaration before code. by Vinson Lee · 13 years ago
  65. 4196b52 draw-vertices: Add a few vbo tests with vertex and color data in one buffer. by Fabian Bieler · 13 years ago
  66. c624c2c draw-elements-base-vertex-neg: Link with math library. by Vinson Lee · 13 years ago
  67. f726379 draw-elements-base-vertex-neg: new test for a negative index bias by Marek Olšák · 13 years ago
  68. 3c2b79f draw-batch: also test immediate mode and display lists by Marek Olšák · 13 years ago
  69. c52f186 Remove tests which where copied from mesa/demos and were unchanged since then by Marek Olšák · 13 years ago
  70. 3d5b8b3 glsl_parser_test: Add test instances to thread pool 'gpu-not-used' by Chad Versace · 13 years ago
  71. 59a63ce Respond to KeyboardInterrupt exception. by U. Artie Eoff · 13 years ago
  72. 4d87ef4 Add SyncFileWriter for write/close synchronization on results file. by U. Artie Eoff · 13 years ago
  73. ccdef31 Move asmparsertests to a separate ThreadPool group. by U. Artie Eoff · 13 years ago
  74. b1b56d9 Modify the Test class in core.py to use ThreadPools. by U. Artie Eoff · 13 years ago
  75. 05a710b Add synchronization to Logger functions. by U. Artie Eoff · 13 years ago
  76. 6388cf7 Add threads.py by U. Artie Eoff · 13 years ago
  77. b044b27 Add threadpool.py by U. Artie Eoff · 13 years ago
  78. a376b8e Added a simple logging class. Updated Test::doRun to use the new log. by U. Artie Eoff · 13 years ago
  79. 203e3f8 Modify arb_es2_compatibility-releaseshadercompiler to only use ES2 interfaces by Ian Romanick · 13 years ago
  80. 8596c10 glsl-1.xx: Test that operator '%=' is reserved by Chad Versace · 13 years ago
  81. 942b979 glsl-1.xx: Test that operator '%' is reserved by Chad Versace · 13 years ago
  82. 3000cba glsl-1.xx: Add more division-by-zero tests for float and int by Chad Versace · 13 years ago
  83. ab7ea2f glsl-1.xx: Move some tests from glslparsertest into spec directory by Chad Versace · 13 years ago
  84. dbdf182 glslparsertest: Fix #version directive in modulus-zero-01.frag by Chad Versace · 13 years ago
  85. 75f92ff glsl-fs-swizzle-1: New test for a non-existent 965 bug. by Eric Anholt · 13 years ago
  86. 88b8916 glsl-fs-pointcoord: Remove redundant code. by Eric Anholt · 13 years ago
  87. dfada60 glsl-fs-texture2d-dependent-*: Try to improve coverage of texturing issues. by Eric Anholt · 13 years ago
  88. 2180434 glsl-fs-texture2d-branching: New test for a bug in i965's compute-to-MRF. by Eric Anholt · 13 years ago
  89. 7d8c09c Fixup post-increment test names in all.tests. by Eric Anholt · 13 years ago
  90. b0eeb38 fbo-storage-formats: Remove unused variable. by Vinson Lee · 13 years ago
  91. d1b6f4a fbo-draw-buffers-blend: Remove unused variable. by Vinson Lee · 13 years ago
  92. bc89e1d glslparsertest: Add tests for division by zero by Chad Versace · 13 years ago
  93. 9411a4d all.tests: Update regex that ignores glslparsertest output. by Vinson Lee · 13 years ago
  94. 05dab7e Add another depth texturing test. by Henri Verbeet · 13 years ago
  95. 9d7842b Add some extra filter types to the mipmap_limits demo. by Henri Verbeet · 13 years ago
  96. 0b38828 Use a non-identity color matrix by Ian Romanick · 13 years ago
  97. 62d2509 Transform color read from texture by a matrix, keep alpha by Ian Romanick · 13 years ago
  98. fd424ad Add vertex attribute pointer related functions to piglit wrapper by Ian Romanick · 13 years ago
  99. 2fdf2d6 r600.tests: document hardlocks on evergreen by Marek Olšák · 13 years ago
  100. 8252eda draw-vertices: also test a non-zero start parameter in glDrawArrays by Marek Olšák · 13 years ago