index
:
piglit
dither
glean-master
glsl2
main
ppgtt
shader_runner
piglit is an OpenGL test suite (mirrored from https://gitlab.freedesktop.org/mesa/piglit)
anholt
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-05-14
glsl-unused-varying: Add a testcase for a 965 GLSL bug.
Eric Anholt
5
-0
/
+183
2009-05-14
Add glean tests shaderAPI and stencil2.
Vinson Lee
2
-0
/
+4
2009-05-14
Remove Mac OS function pointer code from piglit-util.c.
Vinson Lee
1
-24
/
+0
2009-05-13
glsl-uniform-update: Add to all.tests after fixing up shader paths.
Eric Anholt
3
-2
/
+5
2009-05-13
clear-varray-2.0: New testcase for fd.o bug #21638.
Eric Anholt
5
-0
/
+206
2009-05-13
Re-add glew.h include.
Eric Anholt
2
-0
/
+8
2009-05-12
cubemap: Make the failure printout a little more informative.
Eric Anholt
1
-2
/
+4
2009-05-12
cubemap: Do visualization of all the mipmap levels at once.
Eric Anholt
1
-49
/
+42
2009-05-11
ix piglit-util.c compile error.
Vinson Lee
1
-1
/
+0
2009-05-07
fbo-generatemipmap: New test for glGenerateMipmapEXT on a 2D texture.
Eric Anholt
3
-0
/
+231
2009-05-07
Oops, include GLEW in other directories as well now that util uses it.
Eric Anholt
2
-0
/
+4
2009-05-05
Add a test for uniform updates getting reflected in GLSL drawing.
Eric Anholt
6
-0
/
+287
2009-05-05
Replace a copy of piglit_probe_pixel_rgb with the function call.
Eric Anholt
1
-36
/
+5
2009-04-30
Warnings cleanup, resulting in a number of actual bugfixes.
Eric Anholt
28
-141
/
+51
2009-04-30
Add the 3DLabs GLSLParserTest tests to all.tests.
Eric Anholt
3
-196
/
+189
2009-04-30
Remove the old GLSL parser test code that I decided not to use for piglit.
Eric Anholt
11
-895
/
+0
2009-04-30
Add a GLSL parser test runner.
Eric Anholt
3
-0
/
+204
2009-04-30
Enable compiler warnings.
Eric Anholt
1
-0
/
+6
2009-04-30
glslparsertest: Remove windows build infrastructure.
Eric Anholt
8
-268
/
+0
2009-04-30
Initial add of glslparsertest-src-1.8.zip's glslparsertest/
Eric Anholt
208
-0
/
+5017
2009-04-24
Mac OS fixes for fbo tests
Vinson Lee
3
-0
/
+12
2009-04-24
Mac OS fixes for texturing tests
Vinson Lee
10
-0
/
+40
2009-04-23
check for GL_EXT_texture_mirror_clamp before testing mirror clamp modes
Brian Paul
1
-3
/
+5
2009-04-23
fbo-cubemap: More colors in the test to avoid between-level ambiguity.
Eric Anholt
1
-3
/
+4
2009-04-23
fbo-cubemap: Also test mipmapping (triggers minor bugs on 965).
Eric Anholt
1
-42
/
+72
2009-04-23
Add a test for drawing to 3D texture FBOs.
Eric Anholt
3
-0
/
+239
2009-04-23
Add a simple test for drawing to the faces of a cube map FBO.
Eric Anholt
6
-68
/
+311
2009-04-23
Add a test for drawing to and glReadPixels()ing from FBOs of various formats.
Eric Anholt
4
-0
/
+284
2009-04-23
Mac OS fixes for shaders tests
Vinson Lee
9
-0
/
+48
2009-04-23
Add fp-fog to all.tests.
Vinson Lee
1
-0
/
+1
2009-04-22
Fix printf in tex1d-2dborder
Vinson Lee
1
-1
/
+1
2009-04-22
Mac OS fixes for general tests.
Vinson Lee
5
-0
/
+20
2009-04-21
Assorted fixes for Mac OS.
Vinson Lee
8
-0
/
+32
2009-04-20
Add occlusion_query to all.tests
Brian Paul
1
-0
/
+1
2009-04-20
function pointer changes for MacOS
Brian Paul
2
-0
/
+40
2009-04-16
Use Python universal newline support
Vinson Lee
2
-2
/
+3
2009-04-15
use os.path.join() so we can run on Windows
Vinson Lee
1
-3
/
+3
2009-04-15
Use os.path.join() for directory/file paths.
Vinson Lee
1
-20
/
+20
2009-04-14
fixes for non-Linux use
Vinson Lee
1
-2
/
+4
2009-03-23
fp-fog: Just move swapbuffers instead of reading out of GL_FRONT.
Eric Anholt
1
-3
/
+2
2009-03-23
fp-fog: Use the probe util routine so the fail output is more obvious.
Eric Anholt
1
-19
/
+10
2009-03-23
Actually add tfp to all.tests.
Eric Anholt
1
-0
/
+1
2009-03-23
fix capitalization of some glean test names
Vinson Lee
1
-4
/
+4
2009-03-23
glean: make build with newer gcc
Dave Airlie
1
-1
/
+2
2009-03-18
Make sure there are query bits available
Ian Romanick
1
-0
/
+19
2009-03-18
Add a test for GL_ARB_occlusion_query
Ian Romanick
2
-0
/
+237
2009-03-18
Remove unnecessary cruft from previous commit
Ian Romanick
1
-7
/
+0
2009-03-18
Add simple test for fd.o bug #20701
Ian Romanick
2
-0
/
+142
2009-03-18
Add infrastructure for tests to use GLEW
Ian Romanick
1
-0
/
+8
2009-03-18
Add a test for GLX_EXT_texture_from_pixmap and bug #19910.
Eric Anholt
2
-0
/
+457
[next]