build: Build etnaviv drm tests
[mesa.git] / bin / git_sha1_gen.py
2018-08-23 Emil Velikovbin/git_sha1_gen.py: remove execute bit/shebang
2018-08-16 Eric Engestrombin: always define MESA_GIT_SHA1 to make it directly...
2018-08-16 Eric Engestromgit_sha1: simplify logic
2018-08-16 Eric Engestrombin: split `write_if_different()` out
2018-08-16 Eric Engestrombin: whitespace cleanup
2017-10-30 Eric Engestromgit_sha1_gen: create empty file in fallback path
2017-10-27 Eric Engestrombuildsys: move file regeneration logic to the script...
2017-10-16 Eric Engestromgit_sha1_gen: use git_sha1.h.in on all build systems
2017-10-10 Brian Paulgit_sha1_gen: accept MESA_GIT_SHA1_OVERRIDE env var
2017-09-25 Eric Engestromgit_sha1_gen: fix output on python3
2017-08-02 Eric Engestromgit_sha1_gen: catch any error the same way
2017-08-02 Tobias Klausmannbuild: Don't bail on OSError in git_sha1_gen.py
2017-08-01 Jose Fonsecabuild: Convert git_sha1_gen script to Python.