aboutsummaryrefslogtreecommitdiffstats
path: root/src/egl
Commit message (Expand)AuthorAgeFilesLines
* egl: Use SConscript for Windows build.Chia-I Wu2010-05-317-9/+72
* Define PUBLIC to dllexport on MSVC.Chia-I Wu2010-05-311-4/+8
* Always define int32_t in compiler headers.Chia-I Wu2010-05-311-3/+1
* egl_dri2: Split driver loading out into its own functionKristian Høgsberg2010-05-281-32/+48
* egl_dri2: Check for xcb_connect() failure the right wayKristian Høgsberg2010-05-281-6/+4
* egl: Return NULL if we fail to load a default driverKristian Høgsberg2010-05-271-1/+1
* Make TLS EGL dri2 driver search path behavior match TLS GLX dri2 behavior.Eric Anholt2010-05-201-9/+12
* egl: Link drivers back to libEGL.Chia-I Wu2010-05-191-1/+1
* egl: Implement EGL_NOK_texture_from_pixmapKristian Høgsberg2010-05-147-29/+54
* egl: Only allow valid config attributes in _eglParseConfigAttribList()Kristian Høgsberg2010-05-141-28/+24
* egl: remove duplicate ARRAY_SIZE() macro declarationBrian Paul2010-05-141-1/+1
* egl: Silence uninitialized variable warnings.Vinson Lee2010-05-141-1/+1
* egl: Implement EGL_NOK_swap_regionKristian Høgsberg2010-05-135-2/+86
* egl: Allow a prioritized list of default driversKristian Høgsberg2010-05-136-26/+45
* egl_dri2: Downgrade initialization errors to warningsKristian Høgsberg2010-05-131-4/+4
* egl: Drop broken _EGL_PLATFORM_NO_OS codeKristian Høgsberg2010-05-131-32/+0
* egl: Don't try to load driver basename if the platform needs a suffixKristian Høgsberg2010-05-131-3/+5
* egl_dri2: Zero out driver structKristian Høgsberg2010-05-121-0/+1
* egl: Build drivers in $(TOP)/$(LIB_DIR)/egl.Chia-I Wu2010-05-081-2/+3
* egl: Add _eglSearchPathForEach.Chia-I Wu2010-05-082-0/+20
* glapi: Move to src/mapi/.Chia-I Wu2010-05-072-2/+2
* Add egl.pc fileKristian Høgsberg2010-05-042-1/+30
* Merge branch 'gles2-2'Kristian Høgsberg2010-05-021-10/+59
|\
| * egl_dri2: Use new DRI API to create a GLES1/2 context when asked toKristian Høgsberg2010-04-281-10/+59
* | Merge branch '7.8'Jakob Bornecrantz2010-04-281-1/+2
|\ \ | |/ |/|
| * egl: dri2 driver error outputMicah Fedke2010-04-281-1/+2
* | Merge branch '7.8'Dan Nicholson2010-04-192-3/+3
|\|
| * egl: Pass flags to locate Xlib headers and librariesDan Nicholson2010-04-192-3/+3
* | egl_dri2: Enable KHR_gl_texture_2D_imageKristian Høgsberg2010-04-141-0/+1
* | egl_dri2: Flush before context switch and swap buffers.Chia-I Wu2010-04-061-0/+18
* | egl: Unbind the old context in _eglBindContext.Chia-I Wu2010-04-061-10/+9
* | egl: Fix eglMakeCurrent with different surfaces.Chia-I Wu2010-04-061-30/+45
* | egl: Make _eglBindContextToSurfaces more readable.Chia-I Wu2010-03-281-11/+25
* | egl: Always return the previously bound context.Chia-I Wu2010-03-281-9/+8
|/
* Remove support for GCC older than 3.3.0Ian Romanick2010-03-031-3/+2
* egl_dri2: Factor out DRI2 protocol bits from initialize.Kristian Høgsberg2010-03-031-86/+155
* egl_dri2: Implement EGL_KHR_gl_renderbuffer_imageKristian Høgsberg2010-02-261-63/+103
* egl_dri2: Implement EGL_KHR_image and EGL_KHR_image_pixmapKristian Høgsberg2010-02-241-4/+149
* egl: Remove unused _EGL_SKIP_HANDLE_CHECK.Chia-I Wu2010-02-234-53/+0
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-1/+1
* egl: Silence warnings when compiled with -pedantic.Chia-I Wu2010-02-194-4/+10
* egl: Silence warnings in check/return macros.Chia-I Wu2010-02-191-139/+147
* egl: Revisit global data locking.Chia-I Wu2010-02-174-8/+23
* egl: Always lock a display before using it.Chia-I Wu2010-02-172-45/+81
* egl: Make eglGetDisplay atomic.Chia-I Wu2010-02-173-103/+22
* egl: Add a mutex to _EGLDisplay.Chia-I Wu2010-02-172-0/+4
* egl: eglGetError should return the status of the last call.Chia-I Wu2010-02-171-123/+226
* egl: Always record error code.Chia-I Wu2010-02-171-4/+5
* egl: Use new error checking macros.Chia-I Wu2010-02-171-115/+110
* egl: Add new error checking macros.Chia-I Wu2010-02-171-94/+134