index
:
~fredrik/piglit
arb-direct-state-access
arb-multi-bind
master
Unnamed repository; edit this file to name it for gitweb.
fredrik
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-29
polygon-offset: Replace gluProject to remove the dependency on libGLU
Ian Romanick
2
-16
/
+62
2015-09-29
polygon-offset: Small bit of output refactoring
Ian Romanick
1
-11
/
+6
2015-09-29
polygon-offset: Remove a layer of tabs
Ian Romanick
1
-16
/
+16
2015-09-29
polygon-offset: Replace draw_2x2_quad with piglit_draw_rect
Ian Romanick
1
-14
/
+3
2015-09-29
polygon-offset: Remove a lot of redundant state setup
Ian Romanick
1
-31
/
+4
2015-09-29
polygon-offset: Assortment of coding standards fixes
Ian Romanick
1
-176
/
+142
2015-09-29
Remove unnecessary linking with libGLU
Ian Romanick
145
-145
/
+0
2015-09-29
arb_compute_shader: Fix missed varargs termination in cs-ids-common.c
Jordan Justen
1
-1
/
+2
2015-09-29
tests: Add integration for khronos CTS runner.
Dylan Baker
2
-0
/
+86
2015-09-26
glsl-1.50: test shader compiles with unused uniform block
Timothy Arceri
1
-0
/
+19
2015-09-25
framework/summary: Fix regressions and fixes list to not include skip
Dylan Baker
1
-2
/
+6
2015-09-25
cmake: Link libpiglitutil_gl to libGL
Chad Versace
1
-0
/
+1
2015-09-25
arb_program_interface_query: add linker test for querying varyings
Tapani Pälli
1
-0
/
+33
2015-09-24
framework/results.py: write command to json
Dylan Baker
1
-4
/
+5
2015-09-24
templates/index.mako: handle missing subtests correctly
Dylan Baker
1
-2
/
+3
2015-09-24
framework/results.py: Fix Subtests class
Dylan Baker
3
-8
/
+29
2015-09-24
framework/tests/results_tests.py: fix copy and paste error in test
Dylan Baker
1
-2
/
+2
2015-09-24
arb_compute_shader: Add indirect compute dispatch test
Jordan Justen
3
-0
/
+90
2015-09-24
arb_compute_shader: Add render + compute test
Jordan Justen
3
-0
/
+103
2015-09-24
arb_compute_shader: Check local ids at various sizes using atomic counters
Jordan Justen
3
-0
/
+63
2015-09-24
arb_compute_shader: Add common functions for checking invocation IDs
Jordan Justen
3
-1
/
+490
2015-09-24
arb_compute_shader: Add common functions to generate a CS program
Jordan Justen
3
-0
/
+152
2015-09-24
shader_runner: Add ARB_program_interface_query support
Samuel Iglesias Gonsalvez
1
-0
/
+166
2015-09-24
shader_runner: make active_uniforms's all_types variable be global
Samuel Iglesias Gonsalvez
1
-78
/
+78
2015-09-24
arb_arrays_of_arrays: allow for eliminated inactive uniforms
Timothy Arceri
1
-15
/
+1
2015-09-23
all.py: s/occlusion_query_conformance/occlusion_query_conform/
Brian Paul
1
-1
/
+1
2015-09-23
framework/core: add fallback to PiglitConfig.safe_get
Dylan Baker
2
-3
/
+7
2015-09-23
sso: Add a test that passes data using the legacy gl_TexCoord varyings.
Kenneth Graunke
2
-0
/
+111
2015-09-23
sso: Add a rendezvous_by_location-3-stages test.
Kenneth Graunke
2
-0
/
+152
2015-09-22
framework/backends.json.py: use TestrunResult.from_dict for resume
Dylan Baker
1
-12
/
+3
2015-09-22
framework/backends/json.py: don't resume if results.json.<comp> exists
Dylan Baker
1
-12
/
+6
2015-09-22
framework/summary/html_.py: split the html function
Dylan Baker
2
-42
/
+86
2015-09-22
framework/summary/console_.py: split the code print tests out
Dylan Baker
2
-23
/
+55
2015-09-22
framework/summary/console_.py: split summary printer out
Dylan Baker
2
-53
/
+186
2015-09-22
framework/summary.py: split summary module into a package
Dylan Baker
5
-219
/
+307
2015-09-22
framework/tests/summary_tests.py: Add a few additional tests
Dylan Baker
1
-0
/
+16
2015-09-22
framework/status.py: Speed up status_lookup
Dylan Baker
1
-15
/
+15
2015-09-22
framework/summary.py: update copyright header
Dylan Baker
1
-20
/
+21
2015-09-22
framework/summary.py: add a module docstring
Dylan Baker
1
-0
/
+7
2015-09-22
framework/summary.py: drop HTMLIndex class
Dylan Baker
3
-448
/
+314
2015-09-22
framework/summary.py: add helper to turn times into time deltas
Dylan Baker
2
-7
/
+23
2015-09-22
framework/summary.py: remove the Summary object.
Dylan Baker
3
-146
/
+118
2015-09-22
framework/summary.py: simplify templates by using a TemplateLookup
Dylan Baker
1
-37
/
+19
2015-09-22
framework/summary.py: calculate fractions and colors for html on the fly
Dylan Baker
2
-211
/
+43
2015-09-22
framework/summary.py: sort tests in console output
Dylan Baker
1
-1
/
+1
2015-09-22
framework/summary.py: split console generator from Summary object
Dylan Baker
3
-99
/
+123
2015-09-22
framework/summary.py: Add a class to summary for calculating categories
Dylan Baker
4
-37
/
+542
2015-09-22
framework/summary.py: split diff generating code into toplevel function
Dylan Baker
2
-10
/
+37
2015-09-22
framework/summary.py: make text columns width variable
Dylan Baker
1
-7
/
+15
2015-09-22
framework/summary.py: Make the text mode less weird
Dylan Baker
1
-18
/
+57
[next]