index
:
~nh/piglit
arb_gl_spirv
deqp-run-multi
master
Unnamed repository; edit this file 'description' to name the repository.
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-17
glapi: Add parsing of GLES2/gl2ext.h.
Eric Anholt
1
-0
/
+4
2013-06-17
glapi: Add dispatch generation support for GLES APIs.
Eric Anholt
2
-13
/
+29
2013-06-17
glapi: Allow one function name to be in multiple categories.
Eric Anholt
1
-5
/
+5
2013-06-17
gen_dispatch: Convert tabs to spaces here, too.
Eric Anholt
1
-165
/
+165
2013-06-17
piglit: Prefer waffle's getprocaddress/dlsym() support to our own.
Eric Anholt
3
-2
/
+69
2013-06-17
util: Remove PIGLIT_DISPATCH_GL_FWD.
Eric Anholt
1
-1
/
+0
2013-06-17
piglit: Make callers of piglit_dispatch_default_init() specify the API.
Eric Anholt
44
-46
/
+46
2013-06-14
glsl-1.10: Test that returning void from a void function is illegal.
Matt Turner
1
-3
/
+15
2013-06-14
arb_shading_language_420pack: Add to all.tests.
Matt Turner
1
-0
/
+10
2013-06-14
arb_shading_language_420pack: Test that global const vars cannot be non-const...
Matt Turner
1
-0
/
+26
2013-06-14
arb_shading_language_420pack: Test non-const expr initializer of const var.
Matt Turner
1
-0
/
+47
2013-06-14
arb_shading_language_420pack: Add test for implicit conversion of return types.
Matt Turner
1
-0
/
+42
2013-06-14
arb_shading_language_420pack: Add scalar swizzle test.
Matt Turner
1
-0
/
+46
2013-06-14
arb_shading_language_420pack: Add negative scalar.length test.
Matt Turner
1
-0
/
+20
2013-06-14
arb_shading_language_420pack: Add mat.length() test.
Matt Turner
1
-0
/
+66
2013-06-14
arb_shading_language_420pack: Add vec.length() test.
Matt Turner
1
-0
/
+54
2013-06-14
arb_shading_language_420pack: Add UTF-8 test.
Matt Turner
1
-0
/
+33
2013-06-14
arb_shading_language_420pack: Add line continuation test.
Matt Turner
1
-0
/
+33
2013-06-14
cl: Add a test for the phatk kernel used for bitcoin mining
Tom Stellard
3
-1
/
+545
2013-06-12
glslparsertest: Fix handling of GL_GEOMETRY_VERTICES_OUT_ARB.
Paul Berry
1
-1
/
+1
2013-06-12
all.tests: enable testing of MSAA visuals for a few selected tests
Marek Olšák
1
-24
/
+40
2013-06-12
glx-copy-sub-buffer: accept -samples=n
Marek Olšák
1
-2
/
+33
2013-06-12
Add -samples=n command-line argument forcing MSAA visuals
Marek Olšák
5
-5
/
+33
2013-06-12
read-front: modify the test to reproduce an MSAA front buffer bug in st/dri
Marek Olšák
2
-1
/
+21
2013-06-12
Always print what is being probed
Marek Olšák
8
-22
/
+22
2013-06-10
Add new tests for GLSL 1.50 #version directives.
Kenneth Graunke
5
-0
/
+35
2013-06-10
Add a parser test for "#version 110 es".
Kenneth Graunke
1
-0
/
+11
2013-06-07
util/x11: Wait for expose event in manual mode or with front buffer tests.
Paul Berry
2
-10
/
+10
2013-06-07
Set config.requires_displayed_window in tests that use front buffers.
Paul Berry
4
-0
/
+4
2013-06-07
glean: Disable on MacOSX.
José Fonseca
1
-1
/
+5
2013-06-07
glean: Don't link X11 on MacOSX.
José Fonseca
1
-7
/
+16
2013-06-06
oes_fixed_point: Add ES1 test for fixed-point attribute arrays (v2)
Chad Versace
5
-0
/
+138
2013-06-05
Include enum.spec along with enumext.spec for piglit-dispatch.
Eric Anholt
1
-4
/
+10
2013-06-05
util: Fix rgb9e5's big-endian test
Adam Jackson
1
-2
/
+2
2013-06-04
fbo-integer: Reuse piglit_require_GLSL_version().
Eric Anholt
1
-9
/
+1
2013-06-04
util: Print shader source and exit in the compile failure case.
Eric Anholt
6
-49
/
+5
2013-06-04
piglit: Always request GNU C extensions.
Eric Anholt
16
-21
/
+0
2013-06-04
piglit: Switch a bunch of tests over to piglit_build_simple_program.
Eric Anholt
66
-506
/
+114
2013-06-04
copyteximage: Enable test vector printfs even when running in -auto mode.
Paul Berry
1
-8
/
+5
2013-06-04
cl: Test get_work_dim function
Aaron Watry
1
-0
/
+33
2013-06-03
Test that ReadPixels into a PBO properly resolves fast clears.
Paul Berry
3
-0
/
+183
2013-06-03
Test that fast color clears work properly after a blit.
Paul Berry
3
-0
/
+119
2013-06-03
Test reading from a buffer after fast clearing it.
Paul Berry
5
-0
/
+333
2013-06-03
Basic tests of fast color clear functionality on i965/gen7+.
Paul Berry
5
-0
/
+280
2013-06-03
sparse-samplers: Increase tolerance when sampling from linear filterd texture.
Fabian Bieler
1
-0
/
+21
2013-05-31
util/x11: Don't spin when waiting for X events
Chad Versace
1
-3
/
+0
2013-05-31
glsl-1.30: Split test switch-default-notlast in two.
Fabian Bieler
2
-6
/
+56
2013-05-31
glsl-1.30: Test conditional breaks in switch statements.
Fabian Bieler
1
-0
/
+48
2013-05-31
glsl-1.10: Test if samplers in nested structs can be passed as function param...
Fabian Bieler
1
-0
/
+44
2013-05-31
glsl-1.10: Test if arrays of samplers can be passed as function parameters.
Fabian Bieler
1
-0
/
+39
[next]