summaryrefslogtreecommitdiff
path: root/src/egl/main/Makefile
AgeCommit message (Expand)AuthorFilesLines
2012-02-29egl/main: Convert to automake.Eric Anholt1-183/+0
2012-01-26automake: src/egl/waylandBenjamin Franzke1-1/+1
2012-01-24gbm: install libgbm.so into libMatt Turner1-1/+0
2012-01-24egl,gbm_gallium: Fix linkage against gbm from automakeBenjamin Franzke1-0/+1
2011-09-20egl: add null platformChia-I Wu1-0/+6
2011-08-29egl: Use gbm/wayland flags regardless of egl_dri2Benjamin Franzke1-10/+10
2011-08-16egl: Add include paths for platform autodetectionBenjamin Franzke1-0/+2
2011-08-15egl: Native Display autodetectionBenjamin Franzke1-0/+13
2011-06-23egl_dri2: Hookup gbm as drm platformBenjamin Franzke1-0/+4
2011-05-18wayland: Fix link order for libwayland-drm.aKristian Høgsberg1-4/+4
2011-05-16egl: Compile wayland-drm.a into libEGL independent of egl_dri2Benjamin Franzke1-3/+4
2011-05-13egl_dri2: Make it possible to not compile in the X11 platformKristian Høgsberg1-1/+5
2011-03-01egl: Add EGL_WL_bind_wayland_displayBenjamin Franzke1-0/+3
2011-02-07egl: Add wayland platformBenjamin Franzke1-1/+4
2011-01-12egl: libEGL depends on LOCAL_LIBS.Chia-I Wu1-1/+1
2011-01-10egl: Make egl_dri2 and egl_glx built-in drivers.Chia-I Wu1-1/+15
2010-10-22egl: Move fallback routines to eglfallbacks.c.Chia-I Wu1-0/+1
2010-09-19st/egl: Rename kms backend to drm.Chia-I Wu1-1/+1
2010-09-09eglglx: Convert glx visuals/fbconfigs straight to EGL configsKristian Høgsberg1-2/+0
2010-08-17egl: Add support for EGL_KHR_reusable_sync.Chia-I Wu1-2/+4
2010-06-30egl: Add dynamic array.Chia-I Wu1-0/+1
2010-06-29st/egl: One driver per hardware.Chia-I Wu1-3/+0
2010-06-23egl: Introduce platform displays internally.Chia-I Wu1-0/+13
2010-06-17egl: s/EGL_DISPLAY/EGL_PLATFORM/.Chia-I Wu1-3/+3
2010-06-17egl: s/_EGL_PLATFORM/_EGL_OS/ and s/POSIX/UNIX/.Chia-I Wu1-1/+1
2010-05-04Add egl.pc fileKristian Høgsberg1-1/+18
2010-04-19egl: Pass flags to locate Xlib headers and librariesDan Nicholson1-1/+1
2010-01-25egl: Install EGL headers.Chia-I Wu1-1/+9
2010-01-25egl: Add support for EGL_KHR_image.Chia-I Wu1-0/+2
2010-01-23egl: Install drivers to ${libdir}/egl.Chia-I Wu1-1/+1
2010-01-20egl: Rename _EGL_PLATFORM_X to _EGL_PLATFORM_POSIX.Chia-I Wu1-1/+1
2010-01-20egl: Add _eglPreloadDrivers.Chia-I Wu1-0/+5
2010-01-11egl: Clean up the Makefile rules.Chia-I Wu1-11/+14
2009-08-21egl: Remove dependency on libX11.Chia-I Wu1-4/+2
2009-08-18egl: Remove eglhash.c and eglhash.h.Chia-I Wu1-2/+0
2009-08-11egl: Add eglmutex.h.Chia-I Wu1-0/+1
2009-08-09egl: Add depend and depend.bak to clean targetPauli Nieminen1-0/+1
2009-07-21Add missing X11_INCLUDES to egl/drivers/demo and egl/main.Peter Hutterer1-1/+1
2009-07-17egl: Support per-thread info.Chia-I Wu1-0/+2
2009-07-17egl: Add eglcompiler.h for compiler features.Chia-I Wu1-0/+1
2009-06-01Use separate $(MINSTALL) for installing librariesDan Nicholson1-1/+1
2009-04-16egl/main/Makefile: Add dependency of install target on default build targetAlan Coopersmith1-1/+1
2009-02-25egl: use new EGL_LIB_DEPS to pass library dependencies to mklib when building...Brian Paul1-3/+2
2009-02-25egl: Use -dlopen rather than -dl which is non portableBenjamin Close1-1/+1
2009-02-11Add install target for eglJohannes Engel1-1/+3
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell1-5/+22
2008-07-12Always pass -linker and -ldflags to mklib for shared librariesDan Nicholson1-1/+2
2008-07-12Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson1-1/+1
2008-05-30link libEGL with XlibBrian Paul1-1/+3
2008-05-28egl: re-enable LOCAL_CFLAGSBrian Paul1-1/+1