summaryrefslogtreecommitdiffstats
path: root/src/egl/main/Makefile
Commit message (Expand)AuthorAgeFilesLines
* egl: Remove dependency on libX11.Chia-I Wu2009-08-211-4/+2
* egl: Remove eglhash.c and eglhash.h.Chia-I Wu2009-08-181-2/+0
* egl: Add eglmutex.h.Chia-I Wu2009-08-111-0/+1
* egl: Add depend and depend.bak to clean targetPauli Nieminen2009-08-091-0/+1
* Add missing X11_INCLUDES to egl/drivers/demo and egl/main.Peter Hutterer2009-07-211-1/+1
* egl: Support per-thread info.Chia-I Wu2009-07-171-0/+2
* egl: Add eglcompiler.h for compiler features.Chia-I Wu2009-07-171-0/+1
* Use separate $(MINSTALL) for installing librariesDan Nicholson2009-06-011-1/+1
* egl/main/Makefile: Add dependency of install target on default build targetAlan Coopersmith2009-04-161-1/+1
* egl: use new EGL_LIB_DEPS to pass library dependencies to mklib when building...Brian Paul2009-02-251-3/+2
* egl: Use -dlopen rather than -dl which is non portableBenjamin Close2009-02-251-1/+1
* Add install target for eglJohannes Engel2009-02-111-1/+3
* Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-111-5/+22
|\
| * 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
* | Always pass -linker and -ldflags to mklib for shared librariesDan Nicholson2008-07-121-1/+2
* | Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson2008-07-121-1/+1
* | Never fail `make clean'Dan Nicholson2008-05-071-2/+2
* | add support for LDFLAGS env varDan Nicholson2007-09-281-1/+1
|/
* LIB_DIR is now just 'lib' or 'lib64'Brian Paul2006-07-131-3/+3
* 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