Age | Commit message (Expand) | Author | Files | Lines |
2014-07-13 | run.py: Handle ARB programs as well.HEADmaster | Kenneth Graunke | 1 | -1/+1 |
2014-07-13 | split-to-files.py: Also parse ARB program output | Kenneth Graunke | 1 | -8/+43 |
2014-07-13 | split-to-files.py: Complain about duplicates instead of aborting. | Kenneth Graunke | 1 | -2/+2 |
2014-07-13 | Import "Tesseract" shaders. | Kenneth Graunke | 215 | -0/+28487 |
2014-07-13 | run.py: don't support .frag or .vert files | Dylan Baker | 1 | -13/+2 |
2014-07-13 | Remove all .frag and .vert files. | Dylan Baker | 56 | -3676/+0 |
2014-07-13 | run.py: Use shader counts provided by mesa | Dylan Baker | 1 | -30/+18 |
2014-07-13 | run.py: Stop counting ignored lines | Dylan Baker | 1 | -3/+1 |
2014-07-13 | run.py: Replace process_directories with a generator | Dylan Baker | 1 | -13/+12 |
2014-07-13 | split-to-files.py: cleanup pylint warnings | Dylan Baker | 1 | -17/+20 |
2014-07-13 | run.py: Cleanup pylint warnings | Dylan Baker | 1 | -16/+16 |
2014-07-13 | report.py: Fix PEP8 issues | Dylan Baker | 1 | -11/+17 |
2014-07-13 | split-to-files.py: Replace getopt with argparse | Dylan Baker | 1 | -30/+8 |
2014-07-13 | report.py: use argparse instead of getopt | Dylan Baker | 1 | -38/+13 |
2014-07-13 | run.py: use argparse instead of getopt | Dylan Baker | 1 | -27/+10 |
2014-07-13 | python: 2 blanks between toplevel functions and classes | Dylan Baker | 3 | -0/+19 |
2014-07-13 | python: cleanup imports | Dylan Baker | 3 | -7/+6 |
2014-07-13 | python: Replace tabs with spaces | Dylan Baker | 3 | -3/+3 |
2014-07-13 | shaders/yofrankie/120.shader_test: fix compiliation | Dylan Baker | 1 | -397/+0 |
2014-07-13 | shaders/sauerbraten/2.shader_test: fix compilation | Dylan Baker | 1 | -3/+0 |
2014-07-13 | shaders/sauerbraten/11.shader_test: fix compilation | Dylan Baker | 1 | -7/+0 |
2014-07-13 | shaders/nexuiz/115.shader_test: Fix compilation | Dylan Baker | 1 | -5/+0 |
2014-07-13 | shaders/anholt/18.shader_test: fix shader to compile | Dylan Baker | 1 | -4/+0 |
2014-07-13 | shaders/0ad/12.shader_test: fix shader to compile | Dylan Baker | 1 | -14/+0 |
2014-07-13 | Update Warsow shaders to 1.5.0. | Kenneth Graunke | 91 | -8676/+155342 |
2014-02-21 | Update the parsing for a mesa patch I'm sending out for review. | Eric Anholt | 1 | -4/+4 |
2014-02-14 | Fetch timeafter when the compilation is done. | Markus Wick | 1 | -6/+2 |
2014-02-14 | Add layout in dolphin fragment shader to use GL_ARB_blend_func_extended. | Markus Wick | 1 | -2/+3 |
2014-02-14 | Add dolphin-emu shaders. | Markus Wick | 12 | -0/+1487 |
2014-02-14 | Show off a "new" feature of ./run.py in the readme. | Eric Anholt | 1 | -1/+4 |
2014-02-14 | Update the README to use the current utils syntax. | Markus Wick | 1 | -3/+3 |
2013-11-20 | Add the orbital-explorer shaders that Paul sent me. | Eric Anholt | 1 | -0/+636 |
2013-11-20 | Add support for counting geometry shader instructions. | Eric Anholt | 1 | -1/+5 |
2013-11-15 | Add parsing support for a change I'm planning on proposing to Mesa. | Eric Anholt | 1 | -2/+2 |
2013-11-01 | Skip counting the second pair of an instruction in 16-wide mode. | Eric Anholt | 1 | -1/+7 |
2013-10-14 | Summarize the count of shaders lost/gained. | Eric Anholt | 1 | -1/+2 |
2013-04-09 | Add shaders from sauerbraten. | Eric Anholt | 5 | -0/+85 |
2013-04-09 | Add shaders from warzone2100. | Eric Anholt | 3 | -0/+155 |
2013-04-09 | Add the shaders dumped in my supertuxkart runs. | Eric Anholt | 3 | -0/+101 |
2013-04-09 | Convert yofrankie to shader_tests. | Eric Anholt | 88 | -865/+1517 |
2013-04-09 | Convert warsow to .shader_tests. | Eric Anholt | 86 | -13201/+13343 |
2013-04-09 | Update 0 A.D. shaders. | Eric Anholt | 6 | -90/+479 |
2013-04-08 | Fix output when a shader fails to compile. | Eric Anholt | 1 | -1/+1 |
2013-04-08 | Default to testing all of shaders/. | Eric Anholt | 1 | -1/+1 |
2013-04-08 | Allow whole directories to be passed to run.py | Eric Anholt | 1 | -2/+15 |
2013-04-08 | Fix up formatting a bit | Eric Anholt | 1 | -3/+3 |
2013-03-25 | report.py: Also port to Python 3. | Kenneth Graunke | 1 | -19/+12 |
2013-03-25 | run.py: Use RE object methods directly. | Kenneth Graunke | 1 | -5/+5 |
2013-03-25 | Remove debug code that slipped into the report. | Eric Anholt | 1 | -1/+0 |
2013-03-25 | Report a time for the execution of each shader test. | Eric Anholt | 1 | -1/+7 |