index
:
~ldeks/piglit
adsa-buffer-objects
adsa-framebuffers
adsa-textures
arb_direct_state_access
bitmap
dsa
gl-1.0-glean
glsl1
jenkins
ldeks
master
master-xml
Personal branch of piglit.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
spec
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-26
add new texture swizzle API test
Brian Paul
2
-0
/
+128
2014-04-26
implement new texture swizzle test
Brian Paul
2
-0
/
+173
2014-04-26
swapbuffers-behavior: check if swapbuffers swaps or copies
Brian Paul
2
-0
/
+122
2014-04-26
normal3b3s-invariance: test GLbyte[3] and GLshort[3] normal vec invariance
Brian Paul
4
-0
/
+282
2014-04-25
sso: Verify results of program pipeline validation when a conflicting sampler...
Ian Romanick
2
-0
/
+209
2014-04-25
gl-2.0: Verify results of program validation when a conflicting sampler confi...
Ian Romanick
2
-0
/
+208
2014-04-21
arb_gpu_shader5: skip layout qualifier tests if extension not supported
Chris Forbes
3
-0
/
+3
2014-04-17
util/egl: Add EGLDisplay parameter to piglit_require_egl_extension()
Chad Versace
8
-11
/
+19
2014-04-17
util/gl: Rename struct piglit_gl_subtest -> piglit_subtest
Chad Versace
1
-1
/
+1
2014-04-15
cmake: Use piglit_add_executable instead of add_executable
Dylan Baker
6
-47
/
+47
2014-04-15
remove executable bits from C files.
Dave Airlie
2
-0
/
+0
2014-04-14
ext_image_dma_buf_import/intel_external_sampler_only: fix link error
Jordan Justen
1
-3
/
+23
2014-04-13
gl-3.0: Fix required-sized-texture-formats for depth formats
Chia-I Wu
1
-1
/
+11
2014-04-12
arb_gpu_shader5: Test some more `sample` qualifier cases.
Chris Forbes
6
-0
/
+121
2014-04-07
arb_shader_atomic_counters: Add a test for unused atomic op results.
Eric Anholt
2
-0
/
+349
2014-04-07
arb_shader_atomic_counters: Bind a VAO in the points case.
Eric Anholt
1
-0
/
+7
2014-04-06
arb_gpu_shader5: add some compiler/linker tests for sample qualifier
Chris Forbes
9
-0
/
+192
2014-04-04
arb_clear_texture: add a trivial test
Ilia Mirkin
4
-0
/
+154
2014-04-03
Replace end_config with 'end config' in glsl parser tests
Dylan Baker
5
-5
/
+5
2014-04-03
ext_timer_query/time-elapsed: Prevent infinite loop.
José Fonseca
1
-0
/
+4
2014-04-01
dlist-multidrawarrays: test that glMultiDrawArrays works in a display list
Brian Paul
4
-0
/
+225
2014-04-01
ARB_explicit_uniform_location: test inactive uniform interaction
Tapani Pälli
2
-0
/
+94
2014-04-01
arb_gpu_shader5: Rename `signed` to `test_signed`.
Chris Forbes
6
-52
/
+52
2014-03-30
arb_shader_atomic_counters: Test the atomicity of atomic built-in functions.
Francisco Jerez
2
-0
/
+221
2014-03-30
arb_shader_atomic_counters: Test that atomic built-ins execute the expected o...
Francisco Jerez
2
-0
/
+382
2014-03-30
arb_shader_atomic_counters: Test linking with conflicting locations.
Francisco Jerez
2
-0
/
+211
2014-03-30
arb_shader_atomic_counters: Test the minimum maximums defined by the spec.
Francisco Jerez
2
-0
/
+87
2014-03-30
arb_shader_atomic_counters: Test shaders at and beyond the limits.
Francisco Jerez
2
-0
/
+438
2014-03-30
arb_shader_atomic_counters: Test atomic counters as function arguments.
Francisco Jerez
2
-0
/
+112
2014-03-30
arb_shader_atomic_counters: Test atomic ops vs discard.
Francisco Jerez
2
-0
/
+111
2014-03-30
arb_shader_atomic_counters: Test that atomics vs default uniform block.
Francisco Jerez
2
-0
/
+121
2014-03-30
arb_shader_atomic_counters: Test the buffer binding API functions.
Francisco Jerez
2
-0
/
+158
2014-03-30
arb_shader_atomic_counters: Test dynamic indexing of atomic counter arrays.
Francisco Jerez
2
-0
/
+174
2014-03-30
arb_shader_atomic_counters: Test the atomic counter query functions.
Francisco Jerez
2
-0
/
+405
2014-03-30
arb_shader_atomic_counters: Import GLSL parser tests.
Francisco Jerez
22
-0
/
+427
2014-03-30
arb_shader_atomic_counters: Import common helper functions.
Francisco Jerez
5
-0
/
+407
2014-03-25
arb_texture_view: Move declarations to beginning of block.
José Fonseca
1
-2
/
+3
2014-03-25
arb_texture_view: add test for glCopyTexSubImage with MinLayer
Chris Forbes
2
-0
/
+142
2014-03-25
arb_draw_indirect: add instances test
Chris Forbes
2
-0
/
+124
2014-03-25
arb_draw_indirect: add ugly primitive restart case
Chris Forbes
2
-0
/
+135
2014-03-25
arb_draw_indirect: add test for glDrawElementsIndirect with primitive restart
Chris Forbes
2
-0
/
+134
2014-03-25
arb_draw_indirect: add test for DrawElementsIndirect with base instance
Chris Forbes
2
-0
/
+153
2014-03-25
arb_draw_indirect: add test for DrawArraysIndirect with base instance
Chris Forbes
2
-0
/
+143
2014-03-25
arb_draw_indirect: add test for DrawElementsIndirect
Chris Forbes
2
-0
/
+130
2014-03-25
arb_draw_indirect: add new test for glDrawArraysIndirect
Chris Forbes
2
-0
/
+120
2014-03-25
arb_draw_indirect: add test for api errors
Chris Forbes
4
-0
/
+251
2014-03-24
arb_clear_buffer_object: fix various deprecated formats
Chris Forbes
1
-6
/
+6
2014-03-23
arb_texture_view: Add test for rendering with format change
Chris Forbes
2
-0
/
+126
2014-03-23
arb_texture_view: split rendering-levels and rendering-layers tests
Chris Forbes
3
-115
/
+184
2014-03-23
arb_texture_view: Add test for layered framebuffer / MinLayer.
Chris Forbes
2
-0
/
+134
[next]