index
:
~jljusten/piglit
arb_get_program_binary
atomic-fs
attributeless
bash-install-path
cs
cs-master
debian-unstable
depth-clear-timing
depthstencil-different-lod
dmabuf-prefer-gbm-over-libdrm-intel
dynamic-buffer-index
fabian-tess
fbo-5-varyings
gbm
get-prog-bin
gl_Layer
gs-inv-id
gs-streams
image-load-store
instanced_arrays-vbo
intel-rectlist
interface-blocks
layered-jkp
libcaca
main
master
piglit-cmd
piglit/master
pipe_stats
pipe_stats+cs
primitive-restart+instanced_arrays+vbo
primitive-restart-vbo
primitive-restart-xfb
python-piglit-util
qbo
rgb10_a2-precision
sanity
save-ci-shader-runner
shader_runner-time
small-size
textureLod-on-array
texture_rgb10_a2ui
tmp-dir-predicable-path
ts
ts-1
web-py3-pip
website
wflinfo-sys-info
jljusten's piglit repo
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
framework
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-14
Fix 'piglit resume'
Kenneth Graunke
1
-1
/
+1
2018-11-09
framework: Add support for serializing VkRunner tests
Neil Roberts
1
-1
/
+3
2018-11-09
framework/test: Use relative paths in the filename for VkRunnerTest
Neil Roberts
1
-4
/
+4
2018-11-09
framework/test: Set the filename property on VkRunnerTest
Neil Roberts
1
-0
/
+2
2018-11-08
python: add explicit utf-8 encoding
Eric Engestrom
39
-0
/
+39
2018-11-08
framework: fix python2
Eric Engestrom
1
-1
/
+1
2018-11-07
framework: Add a vulkan tests profile
Neil Roberts
1
-0
/
+23
2018-09-20
framework/wflinfo: delete deprecated interface
Dylan Baker
2
-52
/
+0
2018-09-20
framework/test: Convert tests to new fast-skip interface
Dylan Baker
3
-173
/
+150
2018-09-20
wflinfo: Reimplement wflinfo separating the various API's
Dylan Baker
1
-139
/
+181
2018-09-20
framework/shader_test: GL_NUM_PROGRAM_BINARY_FORMATS >= 1 is not an extension
Dylan Baker
1
-2
/
+4
2018-09-20
framework/test: Fix whitespace
Dylan Baker
1
-0
/
+1
2018-08-21
framework: add --glsl option
Alejandro Piñeiro
3
-2
/
+15
2018-08-07
framework/test/shader_test.py: Remove redundant workaround for python 3.3 mock
Rhys Kidd
1
-3
/
+1
2018-07-24
summary/html: generalize info output
Dylan Baker
1
-4
/
+1
2018-07-24
JSON: move info utilities out of root
Dylan Baker
4
-14
/
+23
2018-07-20
framework: deepcopy TestProfile's filters when copying it
Andres Gomez
1
-1
/
+4
2018-07-18
framework: Make error about mixed GLES and GL more imformative
Dylan Baker
1
-1
/
+2
2018-06-29
framework: add a --timeout parameter
Dylan Baker
1
-0
/
+11
2018-06-22
deqp: Add Mesa version overrides for khr_gl* testlist generation.
Eric Anholt
1
-1
/
+5
2018-05-30
framework/resume: properly parse the no_retry option
Nicolai Hähnle
1
-1
/
+4
2018-05-30
framework: allow specifying the number of jobs for concurrency
Nicolai Hähnle
3
-4
/
+25
2018-05-30
framework/html: guard against errors writing individual test results
Nicolai Hähnle
1
-7
/
+14
2018-05-24
glslparsertest: support compatibility profile tests
Marek Olšák
1
-0
/
+5
2018-05-16
profile: add the idea of process-isolated xml file
Dylan Baker
1
-1
/
+16
2018-05-09
framework: make use of Filter.run in Profile classes
Dylan Baker
1
-16
/
+21
2018-05-09
framework: Add filters class
Dylan Baker
1
-3
/
+39
2018-05-09
framework: ensure that all tests are run before exiting
Dylan Baker
1
-2
/
+2
2018-05-09
framework: fix running with mixed concurrency (neither -c or -1)
Dylan Baker
1
-2
/
+5
2018-05-02
framework: handle UnicodeDecodeError
Marek Olšák
1
-0
/
+3
2018-05-02
framework: fix grouptools.commonprefix when len(args) == 1
Nicolai Hähnle
1
-1
/
+1
2018-05-01
profile: use gz to compress profiles
Dylan Baker
1
-5
/
+5
2018-05-01
fix glslparser test for out of tree builds
Dylan Baker
1
-6
/
+13
2018-05-01
tests/glsl_parser_test.py: fix is_skip for serialized profiles
Dylan Baker
1
-10
/
+10
2018-05-01
shader_tests: correctly generate xml during out of tree builds
Dylan Baker
1
-4
/
+10
2018-05-01
framework/profile: Add support for meta profiles
Dylan Baker
1
-2
/
+62
2018-05-01
profile: allow forcing python or xml loading
Dylan Baker
1
-6
/
+15
2018-05-01
profile: Add support for loading xml based profiles
Dylan Baker
1
-0
/
+108
2018-05-01
framework/test: make CLProgramTester take relative paths
Dylan Baker
1
-1
/
+1
2018-05-01
framework/test: make BuiltInConstantTest files relative
Dylan Baker
1
-0
/
+5
2018-05-01
framework/test: use relative paths for GLSLParser tests
Dylan Baker
1
-3
/
+10
2018-05-01
framework/test: Make shader paths relative
Dylan Baker
1
-6
/
+10
2018-05-01
framework/test: Add class for cl-program-tester
Dylan Baker
1
-10
/
+25
2018-05-01
framework/test/piglit_test: make cl_concurrency always a boolean
Dylan Baker
1
-2
/
+2
2018-05-01
framework/test: Split multishader too
Dylan Baker
1
-20
/
+43
2018-05-01
framework: do the same for shader test
Dylan Baker
1
-20
/
+26
2018-05-01
framework: use a class method for building test via parsing
Dylan Baker
1
-3
/
+9
2018-05-01
framework/test: add a test class for built-in constants
Dylan Baker
1
-0
/
+5
2018-05-01
framework: Use custom class for ASM parser tests
Dylan Baker
1
-0
/
+14
2018-05-01
framework/profile: Add a __len__ method to TestProfile
Dylan Baker
1
-7
/
+7
[next]