index
:
~suokko/piglit
egl_and_gles_dispatch
egl_and_gles_dispatch_v2
egl_and_gles_dispatch_v3
external_image
external_image2
external_image3
external_image4
master
shared_piglit_util
waffle_egl_and_gles_dispatch
Piglit updates
suokko
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-25
add r200-swtnl-material-fallback test case
HEAD
master
Pauli Nieminen
3
-0
/
+81
2010-03-23
glsl-orangebook-ch06-bump: New testcase for the Orange Book bumpmapping shader.
Eric Anholt
5
-0
/
+201
2010-03-22
fp-cmp: Simple vpfp test for CMP opcode.
Eric Anholt
2
-0
/
+12
2010-03-22
rg-draw-pixels.c: Fix up the file permissions.
Eric Anholt
1
-0
/
+0
2010-03-22
glsl-vs-functions: New test for Mesa function calls in the VS.
Eric Anholt
4
-0
/
+116
2010-03-22
glsl-fs-mix-constant: New test for a regression I introduced OPCODE_LRP.
Eric Anholt
4
-0
/
+88
2010-03-22
glsl-fs-mix: Simple test for mix() behavior in the FS.
Eric Anholt
4
-0
/
+98
2010-03-18
Change expected result of TextureRectangleSamplers.frag from 'fail' to 'pass'
Ian Romanick
1
-1
/
+1
2010-03-17
depth-level-clamp: Test for a miptree relayout failure in the 965 driver.
Eric Anholt
3
-0
/
+166
2010-03-16
scissor-depth-clear: Fix doxygen for what this test is about.
Eric Anholt
1
-1
/
+1
2010-03-16
fbo-pbo-readpixels-small: remove dead defines.
Eric Anholt
1
-2
/
+2
2010-03-14
glsl-fs-bug25902: Fix GLSL compilation errors on Mac OS X.
Vinson Lee
2
-2
/
+2
2010-03-14
glsl-fs-sqrt-branch: Fix GLSL compilation error on Mac OS X.
Vinson Lee
1
-1
/
+1
2010-03-14
Add fbo-copypix and fbo-readdrawpix to all.tests.
Vinson Lee
1
-0
/
+2
2010-03-13
add fbo-copypix and fbo-readdrawpix to CMakeLists.txt
Brian Paul
1
-0
/
+2
2010-03-13
fbo-readdrawpix: a varient of fbo-blit.c
Brian Paul
1
-0
/
+229
2010-03-13
fbo-copypixels: a varient of fbo-blit.c
Brian Paul
1
-0
/
+225
2010-03-13
fbo-blit: remove glCopy/Read/DrawPixels code
Brian Paul
1
-71
/
+10
2010-03-10
piglit: be smarter about finding/removing -auto from argv
Brian Paul
1
-8
/
+14
2010-03-10
piglit: ignore gallium debug messages
Brian Paul
1
-0
/
+1
2010-03-10
fbo-no(depth/stencil)test: use POT textures
Maciej Cencora
2
-4
/
+4
2010-03-10
fbo-blit: s/glBindFramebuffer/glBindFramebufferEXT/
Maciej Cencora
1
-6
/
+6
2010-03-10
glsl-fs-sqrt-branch: Add a new test for a 965 driver bug in Yo Frankie!
Eric Anholt
4
-0
/
+98
2010-03-10
glsl-fs-bug25902: Add a new test for fd.o bug #25902 (965 driver hang).
Eric Anholt
5
-0
/
+151
2010-03-10
fbo-blit: remove check for GL_ARB_texture_non_power_of_two
Brian Paul
1
-1
/
+0
2010-03-10
fbo-blit: enable the new tests, plus asst fixups
Brian Paul
1
-6
/
+4
2010-03-10
fbo-blit: also test glCopyPixels and glRead/DrawPixels()
Brian Paul
1
-18
/
+95
2010-03-10
fbo-blit: use POT texture size
Brian Paul
1
-11
/
+15
2010-03-10
fbo-blit: asst. clean-ups
Brian Paul
1
-21
/
+26
2010-03-09
glsl-fs-loop-nested: New test for nested loops in the fragment shader.
Eric Anholt
4
-0
/
+142
2010-03-09
glsl-fs-loop: New test for loops in the fragment shader.
Eric Anholt
4
-0
/
+136
2010-03-09
glsl-vs-loop-nested: Test for a failure in the i965 VS with nested loop.
Eric Anholt
4
-0
/
+140
2010-03-09
fbo-generatemipmap: Only complain once per mipmap level.
Eric Anholt
1
-3
/
+3
2010-03-06
fbo-blit: this currently requires texture npot.
Dave Airlie
1
-0
/
+1
2010-03-05
fbo-blit: s/glBindFramebuffer/glBindFramebufferEXT/
Vinson Lee
1
-9
/
+9
2010-03-05
object_purgeable: Document test cases with verbage from the spec.
Ian Romanick
1
-0
/
+46
2010-03-05
object_purgeable: Check the operations on object 0 generate errors
Ian Romanick
1
-0
/
+38
2010-03-05
object_purgeable: Check that setting redundant state generates an error
Ian Romanick
1
-0
/
+17
2010-03-05
object_purgeable: Move state checks into state setting tests
Ian Romanick
1
-24
/
+12
2010-03-05
object_purgeable: Fix errors in previous commits
Ian Romanick
1
-2
/
+2
2010-03-05
object_purgeable: Misc. whitespace and trivial code clean-ups.
Ian Romanick
1
-48
/
+50
2010-03-05
object_purgeable: Clean-up error messages and logging
Ian Romanick
1
-28
/
+38
2010-03-05
object_purgeable: Refactor main test body into text_Purgeable
Ian Romanick
5
-168
/
+87
2010-03-05
object_purgeable: Use piglit test framework
Ian Romanick
3
-167
/
+43
2010-03-05
object_purgeable: Refector common code to object_purgeable.c
Ian Romanick
6
-366
/
+226
2010-03-05
object_purgeable-api-pbo: New testcase to simply exercise API
Shuang He
3
-0
/
+284
2010-03-05
object_purgeable-api-vbo: New testcase to simply exercise API
Shuang He
3
-0
/
+284
2010-03-05
object_purgeable-api-texture: New testcase to simply exercise API
Shuang He
3
-0
/
+252
2010-02-25
array-texture: new test for GL_EXT_texture_array
Brian Paul
3
-0
/
+350
2010-02-25
util: allow single shader in piglit_link_simple_program()
Brian Paul
1
-2
/
+4
[next]