index
:
~tpohjola/piglit
91926_dirty_but_simple
dbg
df_scalar_test
external_objects
fast_lod_dbg
fp16
lossless_65x65
msaa_wide
oes_egl_image_ext
stenci_texture_new
stencil-texture
stencil_texture
vf_packing_dbg
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-05
unittests: make error messages for generator tests better
Dylan Baker
1
-9
/
+11
2016-05-05
python: Make mako template dirs robust
Dylan Baker
2
-9
/
+16
2016-05-05
tests/all.py: simplify some strings using formatters for no reason
Dylan Baker
1
-4
/
+3
2016-05-05
tests/all.py: Use TESTS_DIR for functions that don't have it
Dylan Baker
1
-23
/
+28
2016-05-04
arb_query_buffer_object: Update and add more test scenarios
Jordan Justen
1
-119
/
+232
2016-05-04
util: Wrappers to load hex values for floats
Andres Gomez
3
-34
/
+58
2016-05-04
shader_runner: Same method to get u/int based type uniforms
Andres Gomez
1
-5
/
+4
2016-05-04
builtin_function*py: more test data for "trunc"
Andres Gomez
2
-2
/
+14
2016-05-03
framework: Make testlist option impose ordering
Dylan Baker
2
-6
/
+21
2016-05-03
framework: Make JSON backend test ordering deterministic
Dylan Baker
2
-5
/
+6
2016-05-03
framework/profile: Make test run order deterministic
Dylan Baker
1
-2
/
+3
2016-05-03
framework/profile: don't replace TestDict instance with regular dict
Dylan Baker
2
-22
/
+42
2016-05-03
framework/profile: Convert TestDict to a collections.MutableMapping
Dylan Baker
2
-18
/
+43
2016-05-03
arb_internalformat_query2: use PRIi64 instead of PRIu64 macro
Alejandro Piñeiro
3
-8
/
+8
2016-05-02
framework: update the rest of the piglit-* commands to be py3
Dylan Baker
4
-12
/
+32
2016-05-02
framework: change the chbang to python in piglit-print-commands
Dylan Baker
1
-1
/
+1
2016-05-02
framework: use six to make python2 and 3 work in piglit-print-commands
Dylan Baker
1
-2
/
+8
2016-05-02
framework: cleanup a bunch of style problems in piglit-print-commands
Dylan Baker
1
-1
/
+3
2016-05-02
framework: split a function out of main piglit-print-command.py
Dylan Baker
1
-14
/
+16
2016-05-02
framework: simplify imports in piglit-print-commands.py
Dylan Baker
1
-5
/
+4
2016-05-02
framework: sort imports in piglit-print-commands.py
Dylan Baker
1
-2
/
+2
2016-05-02
framework: remove os.path as path import from piglit-print-commands.
Dylan Baker
1
-3
/
+2
2016-05-02
cl: skip get image info test if there's no image support
Jan Vesely
1
-2
/
+23
2016-05-01
Test that glShaderSource does not change compile status.
Jamey Sharp
3
-0
/
+100
2016-04-29
Add a test that reproduces a problem in GLideN64.
Kenneth Graunke
1
-0
/
+12
2016-04-29
shader_runner: allow GL_MAX_VERTEX_ATTRIBS in requirements (v2)
Andres Gomez
1
-0
/
+13
2016-04-29
cl: Initialize result variable.
Jan Vesely
1
-1
/
+1
2016-04-29
gen_flat_interpolation_qualifier.py: Adds non-flat interpolation tests generator
Andres Gomez
16
-303
/
+325
2016-04-29
arb_gpu_shader_fp64: add more tests for this spec
Juan A. Suarez Romero
13
-0
/
+937
2016-04-29
arb_gpu_shader_fp64: add tests for UBOs
Juan A. Suarez Romero
26
-0
/
+1416
2016-04-29
arb_gpu_shader_fp64: use generator to test in/out attributes
Juan A. Suarez Romero
8
-100
/
+242
2016-04-29
arb_gpu_shader_fp64: add tests for SSBO
Juan A. Suarez Romero
8
-0
/
+1163
2016-04-29
arb_gpu_shader_fp64: gl_FragColor is deprecated in glsl >= 1.30
Juan A. Suarez Romero
4
-23
/
+61
2016-04-29
arb_gpu_shader_fp64: test glGetUniformdv interface
Juan A. Suarez Romero
6
-304
/
+1081
2016-04-29
arb_gpu_shader_fp64: Adds uniform buffers VS tests
Andres Gomez
11
-0
/
+582
2016-04-29
arb_gpu_shader_fp64: Adds GS preprocessor define test
Andres Gomez
1
-0
/
+19
2016-04-28
util/dma_buf: Use rendernode if available
Chad Versace
1
-43
/
+65
2016-04-28
util: Fix crash when xcb_get_setup() fails
Chad Versace
1
-1
/
+8
2016-04-28
ext_image_dma_buf_import: Use piglit-dispatch
Chad Versace
1
-23
/
+3
2016-04-28
glsl-1.10/execution: Extend tests for early returns
Lars Hamre
5
-0
/
+43
2016-04-26
cl: Fix image support when built on CL<1.2
Jan Vesely
3
-16
/
+40
2016-04-25
piglit_integer_texture: return the texture object
Nicolai Hähnle
2
-1
/
+3
2016-04-25
glx_arb_sync_control/wait_for_msc: Add a missing timeout
Marta Lofstedt
1
-0
/
+2
2016-04-21
glx-query-drawable: Build fix
Adam Jackson
1
-9
/
+9
2016-04-21
glx-query-drawable: Relax a check about bare windows
Adam Jackson
1
-3
/
+5
2016-04-20
util: probe pixel rectangles as ubyte if possible (v2)
Marek Olšák
1
-0
/
+94
2016-04-20
arb_program_interface_query: test stage ref for buffer blocks
Timothy Arceri
2
-1
/
+92
2016-04-19
Strengthen arb_shader_image_load_store-shader-mem-barrier test
Nicolai Hähnle
1
-17
/
+15
2016-04-19
dir-locals.el: Added emacs setup based (v2)
Andres Gomez
1
-0
/
+11
2016-04-16
unittests: Fix spelling mistakes
Eric Engestrom
14
-28
/
+28
[prev]
[next]