Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Never fail `make clean' | Dan Nicholson | 2008-05-07 | 1 | -3/+3 |
| | | | | | | Mostly some pedantic changes such that `make clean' always ignores errors. Also changed the top clean target to do the `touch configs/current' dance instead of realclean. | ||||
* | add support for LDFLAGS env var | Dan Nicholson | 2007-09-28 | 1 | -5/+5 |
| | |||||
* | LIB_DIR is now just 'lib' or 'lib64' | Brian Paul | 2006-07-13 | 1 | -10/+10 |
| | | | | | Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck. | ||||
* | fix up libdrm for egl | Dave Airlie | 2005-08-21 | 1 | -5/+5 |
| | |||||
* | Make the linux-dri-x86 builds work on x86-64 again. mklib now | Ian Romanick | 2005-08-08 | 1 | -5/+5 |
| | | | | | | determines the bits (either 32 or 64) for libraries without the lib prefix. progs/egl/Makefile passes CFLAGS on the link commands so that things like '-m32' get propagated. | ||||
* | eglgears demo (Dane Rushton) | Brian Paul | 2005-07-14 | 1 | -1/+8 |
| | |||||
* | Fix inverted y for egl fbdev, add egl demo3 | Jon Smirl | 2005-05-18 | 1 | -0/+8 |
| | |||||
* | First attempt at getting egl support up on dumb framebuffer. | Jon Smirl | 2005-05-13 | 1 | -0/+8 |
| | | | | Seems to be mostly working. Not all of egl API is implemented. | ||||
* | demo / test progs | Brian Paul | 2005-04-22 | 1 | -0/+42 |