summaryrefslogtreecommitdiff
path: root/src/egl/main
AgeCommit message (Expand)AuthorFilesLines
2011-08-28android: add support for egl_dri2Chia-I Wu1-0/+3
2011-08-21android: build core EGLChia-I Wu1-0/+64
2011-08-21egl: add Android-specific extensionsChia-I Wu4-0/+39
2011-08-21egl: add _EGL_PLATFORM_ANDROIDChia-I Wu2-1/+3
2011-08-16egl: Add include paths for platform autodetectionBenjamin Franzke1-0/+2
2011-08-15egl: Log (debug) native platform typeBenjamin Franzke1-12/+25
2011-08-15egl: Native Display autodetectionBenjamin Franzke4-8/+115
2011-07-29egl: EGL_MATCH_NATIVE_NATIVE_PIXMAP cannot be EGL_DONT_CAREChia-I Wu1-2/+3
2011-07-29egl: make pixmaps and pbuffers EGL_BUFFER_PRESERVEDChia-I Wu1-1/+3
2011-07-02egl: add copyright noticesChia-I Wu37-37/+1040
2011-07-01egl: fix a compiler warningChia-I Wu1-0/+1
2011-06-25egl: fix EGL_MATCH_NATIVE_PIXMAPChia-I Wu1-2/+10
2011-06-25egl: make implementing eglChooseConfig easierChia-I Wu2-27/+57
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-05-12egl: Fix int <-> ptr casts.José Fonseca1-1/+1
2011-04-25egl: Use the right extension name in #ifdefKristian Høgsberg1-1/+1
2011-03-01egl: Add EGL_WL_bind_wayland_displayBenjamin Franzke5-0/+62
2011-02-07egl: Add wayland platformBenjamin Franzke3-1/+6
2011-01-30egl: Make the transition to built-in drivers more smooth.Chia-I Wu1-5/+24
2011-01-14egl: Fix EGL_VERSION string.Chia-I Wu1-1/+1
2011-01-14egl: Fix an assertion in _eglUpdateAPIsString.Chia-I Wu1-1/+1
2011-01-13egl: need stdio.h for non-Windows build too to avoid compiler warningBrian Paul1-1/+1
2011-01-13egl: Improve driver selection.Chia-I Wu2-0/+6
2011-01-13egl: Simplify driver matching.Chia-I Wu3-84/+54
2011-01-13egl: Cleanup _EGLDisplay initialization.Chia-I Wu6-40/+39
2011-01-12egl: When EGL_DRIVER is set, do not add other drivers.Chia-I Wu1-5/+14
2011-01-12egl: libEGL depends on LOCAL_LIBS.Chia-I Wu1-1/+1
2011-01-12scons: Updates for targets/egl-static.Chia-I Wu3-13/+24
2011-01-12targets/egl-static: New EGL target for scons.Chia-I Wu1-6/+14
2011-01-10egl: Make egl_dri2 and egl_glx built-in drivers.Chia-I Wu3-86/+73
2010-12-31egl: add missing case in _eglError()Brian Paul1-1/+4
2010-12-12egl: Do not unload drivers.Chia-I Wu1-5/+11
2010-12-06egl: _eglFilterArray should not allocate.Chia-I Wu3-22/+34
2010-11-09egl: Add an include for size_tThomas Hellstrom1-1/+1
2010-11-03st/egl: Add support for EGL_MATCH_NATIVE_PIXMAP.Chia-I Wu1-1/+1
2010-11-03egl: Set up the pthread key even TLS is used.Chia-I Wu1-27/+13
2010-11-02egl: Rework _eglGetSearchPath.Chia-I Wu2-20/+50
2010-11-01scons: Revamp how to specify targets to build.José Fonseca2-46/+47
2010-10-27egl: Remove unnecessary headers.Vinson Lee3-4/+0
2010-10-23egl: Fix a false negative check in _eglCheckMakeCurrent.Chia-I Wu1-9/+12
2010-10-23egl: Use reference counting to replace IsLinked or IsBound.Chia-I Wu6-118/+57
2010-10-23egl: Add reference count for resources.Chia-I Wu10-11/+146
2010-10-23egl: Fix _eglModeLookup.Chia-I Wu4-53/+32
2010-10-23egl: Minor changes to the _EGLScreen interface.Chia-I Wu2-88/+47
2010-10-23egl: Minor changes to the _EGLConfig interface.Chia-I Wu2-32/+29
2010-10-23egl: Drop dpy argument from the link functions.Chia-I Wu7-28/+27
2010-10-22egl: Move fallback routines to eglfallbacks.c.Chia-I Wu17-465/+102