Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: point to Makefile.old in the srcdir | Dylan Noblesmith | 2012-07-02 | 1 | -3/+3 |
| | | | | | | Gets out-of-tree builds slightly closer to working. Reviewed-by: Kenneth Graunke <[email protected]> | ||||
* | mesa: fix parser source gen for out-of-tree builds | Dylan Noblesmith | 2012-07-02 | 1 | -0/+2 |
| | | | | Reviewed-by: Kenneth Graunke <[email protected]> | ||||
* | mesa: fix api source gen for out-of-tree builds | Dylan Noblesmith | 2012-07-02 | 1 | -2/+4 |
| | | | | | | Add $(srcdir) where needed. Reviewed-by: Kenneth Graunke <[email protected]> | ||||
* | automake: Convert Mesa built sources generation to automake. | Eric Anholt | 2012-06-21 | 1 | -0/+65 |
| | |||||
* | mesa: Move GL header installation to automake. | Eric Anholt | 2012-06-21 | 1 | -0/+3 |
| | | | | | This cuts some cruft related to osmesa where we were being careful to not install headers twice. | ||||
* | automake: Move mesa subdirs processing to automake. | Eric Anholt | 2012-06-21 | 1 | -0/+2 |
| | |||||
* | automake: Move .pc installation to automake. | Eric Anholt | 2012-06-21 | 1 | -0/+8 |
| | |||||
* | automake: Move the master Mesa makefile to Makefile.old. | Eric Anholt | 2012-06-21 | 1 | -0/+29 |
This will let me incrementally move stuff to automake without converting libmesa.a all at once. |