summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)AuthorFilesLines
2018-11-15bin/get-pick-list.sh: handle reverts prior to the branchpointEmil Velikov1-1/+8
2018-11-15bin/get-pick-list.sh: use test instead of [ ]Emil Velikov1-4/+4
2018-11-15bin/get-pick-list.sh: handle unofficial "broken by" tagEmil Velikov1-1/+8
2018-11-15bin/get-pick-list.sh: handle fixes tag with missing colonEmil Velikov1-1/+5
2018-11-15bin/get-pick-list.sh: flesh out is_sha_nominationEmil Velikov1-2/+9
2018-11-15bin/get-pick-list.sh: tweak the commit sha matching patternEmil Velikov1-1/+1
2018-11-15bin/get-pick-list.sh: handle the fixes tagEmil Velikov2-84/+43
2018-11-15bin/get-pick-list.sh: handle "typod" usecase.Emil Velikov2-43/+8
2018-11-15bin/get-pick-list.sh: prefix output with "[stable] "Emil Velikov1-0/+15
2018-11-15bin/get-pick-list.sh: simplify git oneline printingEmil Velikov1-1/+1
2018-08-23bin/git_sha1_gen.py: remove execute bit/shebangEmil Velikov1-2/+0
2018-08-23bin/install_megadrivers.py: Remove shebang and executable bitMathieu Bridon1-1/+0
2018-08-16bin: always define MESA_GIT_SHA1 to make it directly usable in codeEric Engestrom1-2/+2
2018-08-16git_sha1: simplify logicEric Engestrom1-5/+1
2018-08-16bin: split `write_if_different()` outEric Engestrom1-7/+14
2018-08-16bin: whitespace cleanupEric Engestrom1-3/+3
2018-08-06meson, install_megadrivers: Also remove stale symlinksGert Wollny1-2/+4
2018-05-23bin/get-pick-listh.sh: force git --pretty=mediumDylan Baker1-1/+1
2018-05-23bin/bugzilla_mesa.sh: explicitly set the --pretty argumentDylan Baker1-1/+1
2018-04-27bin: force git show to use default pretty settingDylan Baker1-2/+2
2018-04-23bin/install_megadrivers: rename a few variables to make things clearerDylan Baker1-8/+8
2018-04-23bin/install_megadrivers: fix DESTDIR and -D*-pathDylan Baker1-2/+6
2018-04-05meson: fix megadriver symlinkingDylan Baker1-1/+1
2017-12-04meson: extend install_megadrivers script to handle symmlinkingDylan Baker1-0/+14
2017-11-09meson: Add script to use VERSION file for getting versionDylan Baker1-0/+35
2017-10-30git_sha1_gen: create empty file in fallback pathEric Engestrom1-0/+2
2017-10-27meson: bring MESA_GIT_SHA1 in line with other build systemsEric Engestrom1-0/+21
2017-10-27buildsys: move file regeneration logic to the script itselfEric Engestrom1-1/+12
2017-10-26install_megadrivers: print the full path with driver nameDylan Baker1-1/+1
2017-10-16git_sha1_gen: use git_sha1.h.in on all build systemsEric Engestrom1-1/+4
2017-10-10git_sha1_gen: accept MESA_GIT_SHA1_OVERRIDE env varBrian Paul1-13/+26
2017-10-09meson: Build i965 and dri stackDylan Baker1-0/+55
2017-09-25git_sha1_gen: fix output on python3Eric Engestrom1-1/+1
2017-08-02git_sha1_gen: catch any error the same wayEric Engestrom1-5/+2
2017-08-02build: Don't bail on OSError in git_sha1_gen.pyTobias Klausmann1-0/+3
2017-08-01build: Convert git_sha1_gen script to Python.Jose Fonseca2-12/+20
2017-07-06build systems: move git_sha1_gen.sh to bin/Eric Engestrom1-0/+12
2017-06-15bin/get-fixes-pick-list.sh: better identify multiple "fixes:" tagsAndres Gomez1-4/+7
2017-06-15bin/get-fixes-pick-list.sh: parse just the commit messageAndres Gomez1-2/+2
2017-05-13bin/get-fixes-pick-list.sh: bring back the warningAndres Gomez1-7/+13
2017-05-09bin/*py: honor editorconfig formattingAndres Gomez1-2/+2
2017-05-09bin: use tabs for coding style on *.sh filesAndres Gomez1-2/+1
2017-05-08bin/get-fixes-pick-list.sh: don't warn if more than one, go over themAndres Gomez1-25/+26
2017-04-20bin/get-{extra,fixes}-pick-list.sh: improve outputJuan A. Suarez Romero2-3/+8
2017-04-20bin/get-{extra,fixes}-pick-list.sh: add support for ignore listJuan A. Suarez Romero2-0/+13
2017-04-04bin/get-fixes-pick-list.sh: fix typoJuan A. Suarez Romero1-1/+1
2017-03-10bin/get-fixes-pick-list.sh: do not mandate bashEmil Velikov1-1/+1
2017-03-10bin/shortlog_mesa.sh: remove the final bashismEmil Velikov1-2/+2
2017-03-10bin/bugzilla_mesa.sh: rework the looping methodEmil Velikov1-26/+12
2017-03-10bin/perf-annotate-jit: add .py suffixEmil Velikov1-0/+0