aboutsummaryrefslogtreecommitdiffstats
path: root/src/egl/main/Makefile
Commit message (Expand)AuthorAgeFilesLines
* egl: Add include paths for platform autodetectionBenjamin Franzke2011-08-161-0/+2
* egl: Native Display autodetectionBenjamin Franzke2011-08-151-0/+13
* egl_dri2: Hookup gbm as drm platformBenjamin Franzke2011-06-231-0/+4
* wayland: Fix link order for libwayland-drm.aKristian Høgsberg2011-05-181-4/+4
* egl: Compile wayland-drm.a into libEGL independent of egl_dri2Benjamin Franzke2011-05-161-3/+4
* egl_dri2: Make it possible to not compile in the X11 platformKristian Høgsberg2011-05-131-1/+5
* egl: Add EGL_WL_bind_wayland_displayBenjamin Franzke2011-03-011-0/+3
* egl: Add wayland platformBenjamin Franzke2011-02-071-1/+4
* egl: libEGL depends on LOCAL_LIBS.Chia-I Wu2011-01-121-1/+1
* egl: Make egl_dri2 and egl_glx built-in drivers.Chia-I Wu2011-01-101-1/+15
* egl: Move fallback routines to eglfallbacks.c.Chia-I Wu2010-10-221-0/+1
* st/egl: Rename kms backend to drm.Chia-I Wu2010-09-191-1/+1
* eglglx: Convert glx visuals/fbconfigs straight to EGL configsKristian Høgsberg2010-09-091-2/+0
* egl: Add support for EGL_KHR_reusable_sync.Chia-I Wu2010-08-171-2/+4
* egl: Add dynamic array.Chia-I Wu2010-06-301-0/+1
* st/egl: One driver per hardware.Chia-I Wu2010-06-291-3/+0
* egl: Introduce platform displays internally.Chia-I Wu2010-06-231-0/+13
* egl: s/EGL_DISPLAY/EGL_PLATFORM/.Chia-I Wu2010-06-171-3/+3
* egl: s/_EGL_PLATFORM/_EGL_OS/ and s/POSIX/UNIX/.Chia-I Wu2010-06-171-1/+1
* Add egl.pc fileKristian Høgsberg2010-05-041-1/+18
* egl: Pass flags to locate Xlib headers and librariesDan Nicholson2010-04-191-1/+1
* egl: Install EGL headers.Chia-I Wu2010-01-251-1/+9
* egl: Add support for EGL_KHR_image.Chia-I Wu2010-01-251-0/+2
* egl: Install drivers to ${libdir}/egl.Chia-I Wu2010-01-231-1/+1
* egl: Rename _EGL_PLATFORM_X to _EGL_PLATFORM_POSIX.Chia-I Wu2010-01-201-1/+1
* egl: Add _eglPreloadDrivers.Chia-I Wu2010-01-201-0/+5
* egl: Clean up the Makefile rules.Chia-I Wu2010-01-111-11/+14
* 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