summaryrefslogtreecommitdiffstats
path: root/progs/egl/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Never fail `make clean'Dan Nicholson2008-05-071-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 varDan Nicholson2007-09-281-5/+5
|
* LIB_DIR is now just 'lib' or 'lib64'Brian Paul2006-07-131-10/+10
| | | | | Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck.
* fix up libdrm for eglDave Airlie2005-08-211-5/+5
|
* Make the linux-dri-x86 builds work on x86-64 again. mklib nowIan Romanick2005-08-081-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 Paul2005-07-141-1/+8
|
* Fix inverted y for egl fbdev, add egl demo3Jon Smirl2005-05-181-0/+8
|
* First attempt at getting egl support up on dumb framebuffer.Jon Smirl2005-05-131-0/+8
| | | | Seems to be mostly working. Not all of egl API is implemented.
* demo / test progsBrian Paul2005-04-221-0/+42