| Commit message (Expand) | Author | Age | Files | Lines |
* | bin/git_sha1_gen.py: remove execute bit/shebang | Emil Velikov | 2018-08-23 | 1 | -2/+0 |
* | bin/install_megadrivers.py: Remove shebang and executable bit | Mathieu Bridon | 2018-08-23 | 1 | -1/+0 |
* | bin: always define MESA_GIT_SHA1 to make it directly usable in code | Eric Engestrom | 2018-08-16 | 1 | -2/+2 |
* | git_sha1: simplify logic | Eric Engestrom | 2018-08-16 | 1 | -5/+1 |
* | bin: split `write_if_different()` out | Eric Engestrom | 2018-08-16 | 1 | -7/+14 |
* | bin: whitespace cleanup | Eric Engestrom | 2018-08-16 | 1 | -3/+3 |
* | meson, install_megadrivers: Also remove stale symlinks | Gert Wollny | 2018-08-06 | 1 | -2/+4 |
* | bin/get-pick-listh.sh: force git --pretty=medium | Dylan Baker | 2018-05-23 | 1 | -1/+1 |
* | bin/bugzilla_mesa.sh: explicitly set the --pretty argument | Dylan Baker | 2018-05-23 | 1 | -1/+1 |
* | bin: force git show to use default pretty setting | Dylan Baker | 2018-04-27 | 1 | -2/+2 |
* | bin/install_megadrivers: rename a few variables to make things clearer | Dylan Baker | 2018-04-23 | 1 | -8/+8 |
* | bin/install_megadrivers: fix DESTDIR and -D*-path | Dylan Baker | 2018-04-23 | 1 | -2/+6 |
* | meson: fix megadriver symlinking | Dylan Baker | 2018-04-05 | 1 | -1/+1 |
* | meson: extend install_megadrivers script to handle symmlinking | Dylan Baker | 2017-12-04 | 1 | -0/+14 |
* | meson: Add script to use VERSION file for getting version | Dylan Baker | 2017-11-09 | 1 | -0/+35 |
* | git_sha1_gen: create empty file in fallback path | Eric Engestrom | 2017-10-30 | 1 | -0/+2 |
* | meson: bring MESA_GIT_SHA1 in line with other build systems | Eric Engestrom | 2017-10-27 | 1 | -0/+21 |
* | buildsys: move file regeneration logic to the script itself | Eric Engestrom | 2017-10-27 | 1 | -1/+12 |
* | install_megadrivers: print the full path with driver name | Dylan Baker | 2017-10-26 | 1 | -1/+1 |
* | git_sha1_gen: use git_sha1.h.in on all build systems | Eric Engestrom | 2017-10-16 | 1 | -1/+4 |
* | git_sha1_gen: accept MESA_GIT_SHA1_OVERRIDE env var | Brian Paul | 2017-10-10 | 1 | -13/+26 |
* | meson: Build i965 and dri stack | Dylan Baker | 2017-10-09 | 1 | -0/+55 |
* | git_sha1_gen: fix output on python3 | Eric Engestrom | 2017-09-25 | 1 | -1/+1 |
* | git_sha1_gen: catch any error the same way | Eric Engestrom | 2017-08-02 | 1 | -5/+2 |
* | build: Don't bail on OSError in git_sha1_gen.py | Tobias Klausmann | 2017-08-02 | 1 | -0/+3 |
* | build: Convert git_sha1_gen script to Python. | Jose Fonseca | 2017-08-01 | 2 | -12/+20 |
* | build systems: move git_sha1_gen.sh to bin/ | Eric Engestrom | 2017-07-06 | 1 | -0/+12 |
* | bin/get-fixes-pick-list.sh: better identify multiple "fixes:" tags | Andres Gomez | 2017-06-15 | 1 | -4/+7 |
* | bin/get-fixes-pick-list.sh: parse just the commit message | Andres Gomez | 2017-06-15 | 1 | -2/+2 |
* | bin/get-fixes-pick-list.sh: bring back the warning | Andres Gomez | 2017-05-13 | 1 | -7/+13 |
* | bin/*py: honor editorconfig formatting | Andres Gomez | 2017-05-09 | 1 | -2/+2 |
* | bin: use tabs for coding style on *.sh files | Andres Gomez | 2017-05-09 | 1 | -2/+1 |
* | bin/get-fixes-pick-list.sh: don't warn if more than one, go over them | Andres Gomez | 2017-05-08 | 1 | -25/+26 |
* | bin/get-{extra,fixes}-pick-list.sh: improve output | Juan A. Suarez Romero | 2017-04-20 | 2 | -3/+8 |
* | bin/get-{extra,fixes}-pick-list.sh: add support for ignore list | Juan A. Suarez Romero | 2017-04-20 | 2 | -0/+13 |
* | bin/get-fixes-pick-list.sh: fix typo | Juan A. Suarez Romero | 2017-04-04 | 1 | -1/+1 |
* | bin/get-fixes-pick-list.sh: do not mandate bash | Emil Velikov | 2017-03-10 | 1 | -1/+1 |
* | bin/shortlog_mesa.sh: remove the final bashism | Emil Velikov | 2017-03-10 | 1 | -2/+2 |
* | bin/bugzilla_mesa.sh: rework the looping method | Emil Velikov | 2017-03-10 | 1 | -26/+12 |
* | bin/perf-annotate-jit: add .py suffix | Emil Velikov | 2017-03-10 | 1 | -0/+0 |
* | bin/get-fixes-pick-list.sh: add new script | Emil Velikov | 2017-02-16 | 1 | -0/+61 |
* | bin/get-pick-list.sh: remove ancient way of nominating patches | Emil Velikov | 2017-02-16 | 1 | -1/+1 |
* | bin/get-pick-list.sh: limit `git grep ...' only as needed | Emil Velikov | 2017-02-16 | 1 | -2/+5 |
* | bin/get-typod-pick-list.sh: limit `git grep ...' to only as needed | Emil Velikov | 2017-02-16 | 1 | -2/+5 |
* | bin/get-extra-pick-list: rework to use already_picked list | Emil Velikov | 2017-02-16 | 1 | -8/+11 |
* | bin/get-extra-pick-list: use git merge-base to get the branchpoint | Emil Velikov | 2017-02-16 | 1 | -2/+1 |
* | get-typod-pick-list.sh: add new script | Emil Velikov | 2017-01-13 | 1 | -0/+39 |
* | Introduce .editorconfig | Eric Engestrom | 2016-08-31 | 1 | -0/+3 |
* | bugzilla_mesa.sh: Drop "Bug " from sed command | Emil Velikov | 2016-07-07 | 1 | -1/+1 |
* | mesa; add get-extra-pick-list.sh script into bin/ | Emil Velikov | 2016-02-29 | 1 | -0/+35 |