summaryrefslogtreecommitdiffstats
path: root/src/egl/main/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* link libEGL with XlibBrian Paul2008-05-301-1/+3
|
* egl: re-enable LOCAL_CFLAGSBrian Paul2008-05-281-1/+1
|
* egl: move a few small functions into new eglmisc.[ch] filesBrian Paul2008-05-281-0/+2
|
* egl: added egldefines.hBrian Paul2008-05-281-0/+1
|
* egl: added eglstring.[ch]Brian Paul2008-05-281-2/+4
|
* egl: Temporarily disable eglx.[c|h] buildingJakob Bornecrantz2008-05-281-3/+4
|
* Move some config-related utility functions into new eglconfigutil.c file.Brian Paul2008-05-271-0/+2
|
* minor overhaul/re-org of driver selection/loading codeBrian Paul2008-05-271-3/+8
|
* pipe stderr to /dev/nullBrian Paul2008-05-271-1/+2
|
* Gutsy oopses on touch of existing file. Workaround.Keith Whitwell2007-08-071-0/+1
|
* LIB_DIR is now just 'lib' or 'lib64'Brian Paul2006-07-131-3/+3
| | | | | Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck.
* New _eglLog() function to replace fprintf/printf calls for debug/info.Brian Paul2005-11-231-0/+2
|
* initial EGL codeBrian Paul2005-04-221-0/+64