Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | automake: Move top-level makefile to automake. | Eric Anholt | 2012-06-11 | 1 | -20/+0 |
| | | | | | | | | | This is part of a series to fix our build issues in the automake case by hooking up the automatic Makefile regeneration support. The extract_git_sha1 is moved into src/mesa/Makefile so that we get correct dependency generation. Reviewed-by: Kenneth Graunke <[email protected]> | ||||
* | mesa: don't call git if it's not git repository | Marcin Slusarz | 2011-05-05 | 1 | -0/+4 |
| | | | | | Reviewed-by: Dan Nicholson <[email protected]> Reviewed-by: Ian Romanick <[email protected]> | ||||
* | mesa: don't touch git_sha1.h if sha1 didn't change | Marcin Slusarz | 2011-05-05 | 1 | -2/+8 |
| | | | | | Reviewed-by: Dan Nicholson <[email protected]> Reviewed-by: Ian Romanick <[email protected]> | ||||
* | mesa: Include GIT SHA1 in GL version string | Ian Romanick | 2011-04-05 | 1 | -0/+10 |
Reviewed-by: Corbin Simpson <[email protected]> Reviewed-by: Kristian Høgsberg <[email protected]> Tested-by: Sedat Dilek <[email protected]> |