Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
mesa3d
/
c89e8470e58066637c4bfd5c76a2247eb3608b8b
/
bin
9e989b8
bin/meson-cmd-extract: Also handle cross and native files
by Dylan Baker
· 6 years ago
4a131a1
meson: Add a script to extract the cmd line used for meson
by Dylan Baker
· 6 years ago
3ec9ab8
bin/get-pick-list.sh: fix redirection in sh
by Andres Gomez
· 6 years ago
716ed41
bin/get-pick-list.sh: fix the oneline printing
by Andres Gomez
· 6 years ago
e0dbfc9
bin/get-pick-list.sh: warn when commit lists invalid sha
by Emil Velikov
· 6 years ago
6b296f6
bin/get-pick-list.sh: rework handing of sha nominations
by Emil Velikov
· 6 years ago
adbdfc6
bin/get-pick-list.sh: handle reverts prior to the branchpoint
by Emil Velikov
· 6 years ago
c0012a0
bin/get-pick-list.sh: use test instead of [ ]
by Emil Velikov
· 6 years ago
77ff0bf
bin/get-pick-list.sh: handle unofficial "broken by" tag
by Emil Velikov
· 6 years ago
209525a
bin/get-pick-list.sh: handle fixes tag with missing colon
by Emil Velikov
· 6 years ago
b7418d1
bin/get-pick-list.sh: flesh out is_sha_nomination
by Emil Velikov
· 6 years ago
533fead
bin/get-pick-list.sh: tweak the commit sha matching pattern
by Emil Velikov
· 6 years ago
181203f
bin/get-pick-list.sh: handle the fixes tag
by Emil Velikov
· 6 years ago
e6b3a3b
bin/get-pick-list.sh: handle "typod" usecase.
by Emil Velikov
· 6 years ago
fac1016
bin/get-pick-list.sh: prefix output with "[stable] "
by Emil Velikov
· 6 years ago
559c32d
bin/get-pick-list.sh: simplify git oneline printing
by Emil Velikov
· 6 years ago
c51e748
bin/git_sha1_gen.py: remove execute bit/shebang
by Emil Velikov
· 7 years ago
6027d35
bin/install_megadrivers.py: Remove shebang and executable bit
by Mathieu Bridon
· 7 years ago
bc8abc1
bin: always define MESA_GIT_SHA1 to make it directly usable in code
by Eric Engestrom
· 7 years ago
471f708
git_sha1: simplify logic
by Eric Engestrom
· 7 years ago
c5dd022
bin: split `write_if_different()` out
by Eric Engestrom
· 7 years ago
c2e00f9
bin: whitespace cleanup
by Eric Engestrom
· 7 years ago
7a46b2d
meson, install_megadrivers: Also remove stale symlinks
by Gert Wollny
· 7 years ago
c8acfd5
bin/get-pick-listh.sh: force git --pretty=medium
by Dylan Baker
· 7 years ago
5a639bd
bin/bugzilla_mesa.sh: explicitly set the --pretty argument
by Dylan Baker
· 7 years ago
0c23bd7
bin: force git show to use default pretty setting
by Dylan Baker
· 7 years ago
10e4290
bin/install_megadrivers: rename a few variables to make things clearer
by Dylan Baker
· 7 years ago
ae3f45c
bin/install_megadrivers: fix DESTDIR and -D*-path
by Dylan Baker
· 7 years ago
6ac87c1
meson: fix megadriver symlinking
by Dylan Baker
· 7 years ago
f7f1b30
meson: extend install_megadrivers script to handle symmlinking
by Dylan Baker
· 7 years ago
3e9533d
meson: Add script to use VERSION file for getting version
by Dylan Baker
· 7 years ago
2117d03
git_sha1_gen: create empty file in fallback path
by Eric Engestrom
· 7 years ago
05a94a4
meson: bring MESA_GIT_SHA1 in line with other build systems
by Eric Engestrom
· 7 years ago
7088622
buildsys: move file regeneration logic to the script itself
by Eric Engestrom
· 7 years ago
8da3626
install_megadrivers: print the full path with driver name
by Dylan Baker
· 7 years ago
16be271
git_sha1_gen: use git_sha1.h.in on all build systems
by Eric Engestrom
· 7 years ago
a3b2e60
git_sha1_gen: accept MESA_GIT_SHA1_OVERRIDE env var
by Brian Paul
· 7 years ago
3218056
meson: Build i965 and dri stack
by Dylan Baker
· 7 years ago
adea68a
git_sha1_gen: fix output on python3
by Eric Engestrom
· 8 years ago
aab0649
git_sha1_gen: catch any error the same way
by Eric Engestrom
· 8 years ago
44828e9
build: Don't bail on OSError in git_sha1_gen.py
by Tobias Klausmann
· 8 years ago
b99dcbf
build: Convert git_sha1_gen script to Python.
by Jose Fonseca
· 8 years ago
076faf8
build systems: move git_sha1_gen.sh to bin/
by Eric Engestrom
· 8 years ago
5d87667
bin/get-fixes-pick-list.sh: better identify multiple "fixes:" tags
by Andres Gomez
· 8 years ago
f159036
bin/get-fixes-pick-list.sh: parse just the commit message
by Andres Gomez
· 8 years ago
b7af0dd
bin/get-fixes-pick-list.sh: bring back the warning
by Andres Gomez
· 8 years ago
bac8063
bin/*py: honor editorconfig formatting
by Andres Gomez
· 8 years ago
d823440
bin: use tabs for coding style on *.sh files
by Andres Gomez
· 8 years ago
77306e2
bin/get-fixes-pick-list.sh: don't warn if more than one, go over them
by Andres Gomez
· 8 years ago
3af7f82
bin/get-{extra,fixes}-pick-list.sh: improve output
by Juan A. Suarez Romero
· 8 years ago
99b4163
bin/get-{extra,fixes}-pick-list.sh: add support for ignore list
by Juan A. Suarez Romero
· 8 years ago
1bcdf74
bin/get-fixes-pick-list.sh: fix typo
by Juan A. Suarez Romero
· 8 years ago
32be878
bin/get-fixes-pick-list.sh: do not mandate bash
by Emil Velikov
· 8 years ago
0e94217
bin/shortlog_mesa.sh: remove the final bashism
by Emil Velikov
· 8 years ago
3aa5f51
bin/bugzilla_mesa.sh: rework the looping method
by Emil Velikov
· 8 years ago
d73603f
bin/perf-annotate-jit: add .py suffix
by Emil Velikov
· 8 years ago
389478c
bin/get-fixes-pick-list.sh: add new script
by Emil Velikov
· 8 years ago
f1b0b75
bin/get-pick-list.sh: remove ancient way of nominating patches
by Emil Velikov
· 8 years ago
d6b1d11
bin/get-pick-list.sh: limit `git grep ...' only as needed
by Emil Velikov
· 8 years ago
d292f12
bin/get-typod-pick-list.sh: limit `git grep ...' to only as needed
by Emil Velikov
· 8 years ago
71e00d6
bin/get-extra-pick-list: rework to use already_picked list
by Emil Velikov
· 8 years ago
cb1947e
bin/get-extra-pick-list: use git merge-base to get the branchpoint
by Emil Velikov
· 8 years ago
f0bdd13
get-typod-pick-list.sh: add new script
by Emil Velikov
· 8 years ago
3bd885d
Introduce .editorconfig
by Eric Engestrom
· 8 years ago
f35f846
bugzilla_mesa.sh: Drop "Bug " from sed command
by Emil Velikov
· 9 years ago
c212a70
mesa; add get-extra-pick-list.sh script into bin/
by Emil Velikov
· 9 years ago
c505064
bugzilla_mesa.sh: sort the bugs list by number
by Emil Velikov
· 10 years ago
c6f3036
get-pick-list: Allow for non-whitespace between "CC:" and "mesa-stable"
by Carl Worth
· 12 years ago
122d8d2
get-pick-list.sh: Include commits mentionining "CC: mesa-stable..." in pick list
by Carl Worth
· 12 years ago
b8e41db
mesa: add usage examples to get-pick-list and shortlog scripts
by Andreas Boll
· 12 years ago
ca79b72
mesa: Add a script to generate the list of fixed bugs
by Andreas Boll
· 12 years ago
b8f6858
gallivm: JIT symbol resolution with linux perf.
by José Fonseca
· 12 years ago
674f923
mesa: Modify candidate search string
by Ian Romanick
· 12 years ago
f1d229e
Remove installmesa
by Matt Turner
· 12 years ago
b585c00
Remove minstall
by Matt Turner
· 12 years ago
8f8e85e
Remove mklib
by Matt Turner
· 12 years ago
b8b1d61
Add new .gitignore entries for Automake 1.13 tests
by Paul Berry
· 12 years ago
ca89886
mesa: use .cherry-ignore in the get-pick-list.sh script
by Andreas Boll
· 12 years ago
3e3ff4c
mesa: fix indentation in get-pick-list.sh script
by Andreas Boll
· 12 years ago
135ec3a
mesa: grep for commits with cherry picked in commit message only once
by Andreas Boll
· 12 years ago
b299152
mesa: optimize get-pick-list.sh script
by Andreas Boll
· 12 years ago
fa27a0d
mesa: simplify get-pick-list.sh script
by Andreas Boll
· 12 years ago
2d95db6
mesa: add get-pick-list.sh script into bin/
by Ian Romanick
· 12 years ago
8f9bae6
mklib: clean up abi flags for x86 targets
by Mike Frysinger
· 12 years ago
3becf98
mesa: remove obsolete confdiff.sh
by Andreas Boll
· 13 years ago
c1dcf96
mesa: fix html in shortlog_mesa.sh script
by Andreas Boll
· 13 years ago
51c9c67
mesa: added Ian's shortlog_mesa.sh script in bin/
by Brian Paul
· 13 years ago
4a5d020
automake: Add AM_PROG_AR before LT_INIT to silence a lot of warnings.
by Kenneth Graunke
· 13 years ago
07abd91
automake: Move top-level makefile to automake.
by Eric Anholt
· 13 years ago
4038dda
mesa: Move the version information right into configure.ac.
by Eric Anholt
· 13 years ago
e19741c
Add bin/compile to .gitignore
by Paul Berry
· 13 years ago
b352d67
bin/mklib: remove '-m32' for arm linux
by Han Shen(沈涵)
· 13 years ago
5920f18
Remove autoreconf generated files
by Matt Turner
· 13 years ago
dfb6142
autoconf: use AC_PROG_YACC/LEX
by Matt Turner
· 13 years ago
cab179a
Add .gitignore files to exclude unit test build artifacts from git
by Paul Berry
· 13 years ago
ac8a933
mklib: tab cleanup, no functional change
by Alexander von Gluck
· 13 years ago
a5608a5
mklib: Add Haiku build support
by Alexander von Gluck
· 13 years ago
beef101
mklib: fix static lib building by filtering out -L, -l options
by Wayne E. Robertz
· 13 years ago
93db12a
mesa: Remove support for BeOS
by Ian Romanick
· 14 years ago
2835c51
darwin: mklib: Make the real file match the id
by Jeremy Huddleston
· 14 years ago
Next »