summaryrefslogtreecommitdiff
path: root/src/egl/main/Makefile
AgeCommit message (Expand)Author
2009-09-14egl: Add support for EGL_KHR_image_base.Chia-I Wu
2009-08-21egl: Remove dependency on libX11.Chia-I Wu
2009-08-18egl: Remove eglhash.c and eglhash.h.Chia-I Wu
2009-08-11egl: Add eglmutex.h.Chia-I Wu
2009-08-09egl: Add depend and depend.bak to clean targetPauli Nieminen
2009-07-21Add missing X11_INCLUDES to egl/drivers/demo and egl/main.Peter Hutterer
2009-07-17egl: Support per-thread info.Chia-I Wu
2009-07-17egl: Add eglcompiler.h for compiler features.Chia-I Wu
2009-06-01Use separate $(MINSTALL) for installing librariesDan Nicholson
2009-04-16egl/main/Makefile: Add dependency of install target on default build targetAlan Coopersmith
2009-02-25egl: use new EGL_LIB_DEPS to pass library dependencies to mklib when building...Brian Paul
2009-02-25egl: Use -dlopen rather than -dl which is non portableBenjamin Close
2009-02-11Add install target for eglJohannes Engel
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell
2008-07-12Always pass -linker and -ldflags to mklib for shared librariesDan Nicholson
2008-07-12Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson
2008-05-30link libEGL with XlibBrian Paul
2008-05-28egl: re-enable LOCAL_CFLAGSBrian Paul
2008-05-28egl: move a few small functions into new eglmisc.[ch] filesBrian Paul
2008-05-28egl: added egldefines.hBrian Paul
2008-05-28egl: added eglstring.[ch]Brian Paul
2008-05-28egl: Temporarily disable eglx.[c|h] buildingJakob Bornecrantz
2008-05-27Move some config-related utility functions into new eglconfigutil.c file.Brian Paul
2008-05-27minor overhaul/re-org of driver selection/loading codeBrian Paul
2008-05-27pipe stderr to /dev/nullBrian Paul
2008-05-07Never fail `make clean'Dan Nicholson
2007-09-28add support for LDFLAGS env varDan Nicholson
2007-08-07Gutsy oopses on touch of existing file. Workaround.Keith Whitwell
2006-07-13LIB_DIR is now just 'lib' or 'lib64'Brian Paul
2005-11-23New _eglLog() function to replace fprintf/printf calls for debug/info.Brian Paul
2005-04-22initial EGL codeBrian Paul