index
:
~airlied/piglit
ARB_blend_func_extended
arb-blend-func
arb_bindless_texture
arb_gpu_shader_fp64
arb_gpu_shader_fp64_2
arb_gpu_shader_int64
arb_gpu_shader_int64-2
arb_shader_subroutine
arb_tcma
arb_texture_cube_map_array
arb_texture_query_lod
arb_texture_rgb10_a2ui
arb_texture_stencil8
arb_vertex_attrib_64bit
cubemap-shader
ext-t-i
glean-master
glsl2
hacks
i-cant-believe-its-not-arb_shader_subroutine
master
rgtc
shader_runner
test
texture-al
texture_gather_offsets
ti-hack
tmp
xts5-wrapper
zink-wip
Unnamed repository; edit this file to name it for gitweb.
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-02
piglit/x11: add wrapper to run xts5 tests inside piglit (v2)
xts5-wrapper
Dave Airlie
2
-0
/
+181
2013-01-21
tbo/formats: fix test to disconnect program
Dave Airlie
1
-0
/
+1
2013-01-18
glsl-fs-color-matrix: Check result of piglit_link_check_status.
Vinson Lee
1
-1
/
+4
2013-01-18
attribute0: Check result of piglit_link_check_status.
Vinson Lee
1
-1
/
+4
2013-01-18
fbo-drawbuffers2-color: test masked clear
Marek Olšák
2
-2
/
+18
2013-01-18
fbo-drawbuffers: test masked clear
Marek Olšák
2
-7
/
+34
2013-01-18
all.tests: split a plain test name into an array of arguments
Marek Olšák
1
-2
/
+2
2013-01-17
glsl-mat-attribute: Use result of link status check.
Vinson Lee
1
-1
/
+4
2013-01-16
Accept array uniform names with or without [0] from glGetActiveUniform
Ian Romanick
2
-6
/
+23
2013-01-16
shader_runner: Alter GL/GLSL ES version requirement syntax.
Stuart Abercrombie
3
-24
/
+15
2013-01-15
texelFetch: Fix incorrect sizeof.
Vinson Lee
1
-1
/
+1
2013-01-15
MSAA tests: only require GL2.1 with ARB_fbo and ARB_vao
Marek Olšák
28
-33
/
+92
2013-01-15
ext_framebuffer_multisample/formats: don't try invalid renderbuffer formats
Marek Olšák
1
-0
/
+5
2013-01-15
ext_framebuffer_multisample/formats: only create GLSL 1.30 shaders with GL3
Marek Olšák
1
-4
/
+8
2013-01-15
MSAA tests: don't use glClearBuffer
Marek Olšák
1
-2
/
+2
2013-01-15
MSAA tests: port all GLSL shaders to GLSL 1.20
Marek Olšák
5
-90
/
+132
2013-01-15
all.tests: test 6x MSAA
Marek Olšák
1
-1
/
+1
2013-01-15
generated_tests: generate determinant tests for GLSL 1.50
Dave Airlie
1
-0
/
+2
2013-01-15
tests: add glsl-1.50 to test list
Dave Airlie
1
-0
/
+8
2013-01-15
glsl-1.50: add simple sanity test
Dave Airlie
1
-0
/
+44
2013-01-15
glsl-1.50: add no statement before first case compiler test
Dave Airlie
1
-0
/
+24
2013-01-14
ext_framebuffer_multisample-negative-readpixels: Remove unused variable.
Vinson Lee
1
-2
/
+1
2013-01-14
arb_es2_compatibility: remove explicit 100x100 window size
Brian Paul
3
-6
/
+0
2013-01-14
glsl: remove explicit 100x100 window size
Brian Paul
4
-8
/
+0
2013-01-14
arb_map_buffer_alignment: remove explicit 100x100 window size
Brian Paul
1
-2
/
+0
2013-01-14
arb_debug_output: remove explicit 100x100 window size
Brian Paul
1
-2
/
+0
2013-01-14
arb_uniform_buffer_object: remove explicit 100x100 window size
Brian Paul
5
-10
/
+0
2013-01-14
test/shaders: remove explicit 100x100 window sizes
Brian Paul
4
-8
/
+0
2013-01-14
Add occlusion-query tests for various meta operations.
Carl Worth
4
-0
/
+374
2013-01-14
Add new test: occlusion_query_order
Carl Worth
3
-0
/
+155
2013-01-14
Add new test: ext_timer_query-lifetime
Carl Worth
3
-0
/
+104
2013-01-14
Add new test: occlusion_query_lifetime
Carl Worth
3
-1
/
+107
2013-01-14
Cleanup occlusion-query test to not require function pointers.
Carl Worth
1
-31
/
+9
2013-01-14
Make new tests/spec/arb_occlusion_query directory
Carl Worth
5
-1
/
+14
2013-01-14
util/gl: squash "incompatible pointer type" warning
Tom Gall
1
-2
/
+2
2013-01-14
shader_runner_gles2: Remove cast warning
Chad Versace
1
-1
/
+1
2013-01-14
shader_runner_gles2: Remove unused variable warnings
Chad Versace
1
-52
/
+37
2013-01-14
masked-clear: port of Glean's maskedClear test to piglit
Brian Paul
3
-0
/
+238
2013-01-11
Remove commen-continuation test.
Carl Worth
1
-15
/
+0
2013-01-10
stencil-wrap: Check and use results of all probed pixels.
Vinson Lee
1
-5
/
+5
2013-01-09
stencil-twoside: Check and use results of all probed pixels.
Vinson Lee
1
-6
/
+6
2013-01-09
shader_runner: add glsl-es-1.00 sanity test
Tom Gall
1
-0
/
+42
2013-01-09
shader_runner: add gles2 support
Tom Gall
4
-4
/
+60
2013-01-09
shader_runner.py: fix gles2 support
Tom Gall
1
-3
/
+1
2013-01-09
gles2: add minmax testcase
Tom Gall
6
-4
/
+94
2013-01-09
gles2: add invalid-es3-queries_gles2 to all.tests
Tom Gall
2
-1
/
+5
2013-01-09
bindfragdata-link-error: Fix WARN report for a PIGLIT_PASS result.
Eric Anholt
1
-3
/
+3
2013-01-09
depth-cube-map: Fix for airlied's reordering of cube_face_texcoords.
Eric Anholt
1
-11
/
+11
2013-01-09
arb_uniform_buffer_object: Add new tests for GL_MAX_UNIFORM_BLOCK_SIZE.
Eric Anholt
3
-0
/
+242
2013-01-09
Add tests for glCompressedTex{Image,SubImage}3D().
Paul Berry
4
-0
/
+322
[next]