summaryrefslogtreecommitdiffstats
path: root/src/egl
Commit message (Expand)AuthorAgeFilesLines
* egl_dri2: add swrastHaitao Feng2011-02-165-52/+395
* egl_dri2: add nouveau support.Dave Airlie2011-02-141-0/+8
* egl_dri2: rename loader_extension to dri2_loader_extensionHaitao Feng2011-02-103-18/+18
* egl_dri2 wayland: Sync front buffer releaseBenjamin Franzke2011-02-102-26/+67
* egl_dri2: Always unbind old contextsBenjamin Franzke2011-02-101-10/+11
* egl_dri2: Use double buffering for window surfacesBenjamin Franzke2011-02-105-40/+110
* wayland-egl: Add struct wl_egl_display argument to +wl_egl_window_create()Kristian Høgsberg2011-02-071-1/+2
* wayland-egl: Force roundtrips to get device name and authenticate correctlyKristian Høgsberg2011-02-072-4/+29
* egl_dri2: Add wayland platformBenjamin Franzke2011-02-074-0/+644
* egl_dri2: Export dri2_get_driver_for_fdBenjamin Franzke2011-02-072-1/+4
* egl_dri2: Enable pixmap bind_to_texture according to the extensionBenjamin Franzke2011-02-071-1/+2
* egl: Implement libwayland-eglBenjamin Franzke2011-02-074-0/+363
* egl: Add wayland platformBenjamin Franzke2011-02-074-1/+10
* egl_dri2: Add new radeon pci idsAlex Deucher2011-02-031-1/+40
* egl_dri2: Split out drm platform implementation to a separate fileKristian Høgsberg2011-02-034-595/+640
* egl_dri2: Split out x11 platform codeKristian Høgsberg2011-02-034-826/+936
* egl_dri2: Export glapi symbols for DRI drivers.Chia-I Wu2011-01-302-10/+27
* egl: Make the transition to built-in drivers more smooth.Chia-I Wu2011-01-301-5/+24
* egl: Fix EGL_VERSION string.Chia-I Wu2011-01-141-1/+1
* egl: Fix an assertion in _eglUpdateAPIsString.Chia-I Wu2011-01-141-1/+1
* egl: need stdio.h for non-Windows build too to avoid compiler warningBrian Paul2011-01-131-1/+1
* egl: Improve driver selection.Chia-I Wu2011-01-134-0/+14
* egl: Simplify driver matching.Chia-I Wu2011-01-135-84/+61
* egl: Cleanup _EGLDisplay initialization.Chia-I Wu2011-01-138-63/+58
* egl: When EGL_DRIVER is set, do not add other drivers.Chia-I Wu2011-01-121-5/+14
* egl: libEGL depends on LOCAL_LIBS.Chia-I Wu2011-01-121-1/+1
* egl_dri2: Fix eglGetProcAddress.Chia-I Wu2011-01-121-1/+2
* scons: Updates for targets/egl-static.Chia-I Wu2011-01-123-13/+24
* targets/egl-static: New EGL target for scons.Chia-I Wu2011-01-121-6/+14
* egl: Make egl_dri2 and egl_glx built-in drivers.Chia-I Wu2011-01-109-99/+106
* egl_glx: Load libGL dynamically.Chia-I Wu2011-01-102-107/+238
* egl_dri2: Look up _glapi_get_proc_address dynamically.Chia-I Wu2011-01-102-16/+46
* dri2: release texture image.Juan Zhao2011-01-091-4/+25
* egl: add missing case in _eglError()Brian Paul2010-12-311-1/+4
* egl: Do not unload drivers.Chia-I Wu2010-12-121-5/+11
* egl: _eglFilterArray should not allocate.Chia-I Wu2010-12-063-22/+34
* egl_dri2: Fix one context, multiple surfaces.Chia-I Wu2010-11-241-1/+5
* egl_dri2: Add missing intel chip ids.Robert Hooker2010-11-171-0/+12
* egl_dri2: Fix __DRI_DRI2 version 1 support.Chia-I Wu2010-11-101-1/+1
* egl: Add an include for size_tThomas Hellstrom2010-11-091-1/+1
* egl_dri2: Add radeon chip idsAlex Deucher2010-11-081-0/+427
* st/egl: Add support for EGL_MATCH_NATIVE_PIXMAP.Chia-I Wu2010-11-031-1/+1
* egl: Set up the pthread key even TLS is used.Chia-I Wu2010-11-031-27/+13
* egl: Rework _eglGetSearchPath.Chia-I Wu2010-11-022-20/+50
* scons: Revamp how to specify targets to build.José Fonseca2010-11-012-46/+47
* egl: Remove unnecessary headers.Vinson Lee2010-10-273-4/+0
* egl_dri2: Fix a typo that make glFlush be called at wrong time.Chia-I Wu2010-10-261-1/+1
* Ensure -L$(TOP)/$(LIB_DIR) appears in link line before any -L in $LDFLAGSJon TURNEY2010-10-241-2/+2
* egl: Fix a false negative check in _eglCheckMakeCurrent.Chia-I Wu2010-10-231-9/+12
* egl: Use reference counting to replace IsLinked or IsBound.Chia-I Wu2010-10-238-136/+106