summaryrefslogtreecommitdiffstats
path: root/src/egl
Commit message (Expand)AuthorAgeFilesLines
* 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
* egl_dri2: Only allocate config if we're going to keep itKristian Høgsberg2010-02-091-36/+31
* egl_dri2: Initialize config attributes with visual id and class from XKristian Høgsberg2010-02-091-16/+58
* egl_dri2: Allow pbuffer and pixmap surfaces for all configsKristian Høgsberg2010-02-091-8/+7
* egl_dri2: Implement eglBindTexImage()Kristian Høgsberg2010-02-091-9/+76
* egl_dri2: Use a helper function for looking up and binding extensionsKristian Høgsberg2010-02-091-27/+52
* egl_dri2: Fix initialization with EGL_DEFAULT_DISPLAYKristian Høgsberg2010-02-091-6/+6
* egl_dri2: Use pkg-config cflags and libs from configure outputKristian Høgsberg2010-02-051-3/+2
* egl_dri2: Log both driver and core extensionsKristian Høgsberg2010-02-051-1/+4
* egl_dri2: Audit and fix errors pathsKristian Høgsberg2010-02-051-49/+72
* egl_dri2: Just cast the pointer difference to an intKristian Høgsberg2010-02-051-4/+1
* egl: Add debug messages to config validation and matching.Chia-I Wu2010-02-051-2/+23
* egl: Clean up eglconfig.h.Chia-I Wu2010-02-051-14/+7
* egl: Remove egl_xdri.Chia-I Wu2010-02-056-1440/+0
* egl: Update the comments to typecast macros.Chia-I Wu2010-02-051-0/+6
* egl_dri2: Use _EGL_DRIVER_STANDARD_TYPECASTS.Chia-I Wu2010-02-051-29/+2
* egl: Clarify IsLinked and IsBound.Chia-I Wu2010-02-052-0/+12
* egl_dri2: Do not destroy linked resources.Chia-I Wu2010-02-051-3/+3
* egl_dri2: Fix a snprintf warning.Chia-I Wu2010-02-051-1/+4
* egl_dri2: Add a debug print for DRI2 extensions.Chia-I Wu2010-02-051-0/+1
* egl: Implement eglCopyBuffers for DRI2, make pixmap and pbuffers actually workKristian Høgsberg2010-02-041-22/+65
* egl: Add driver for EGL on X with DRI2Kristian Høgsberg2010-02-042-0/+950
* egl: Convert drivers to use typecast macros.Chia-I Wu2010-02-042-61/+10
* egl: Add macros to define typecast functions.Chia-I Wu2010-02-041-0/+21
* egl: fix wrong argument. Use loader_data instead of loaderIgor Oliveira2010-02-041-1/+1
* egl: Rename _eglPreloadForEach callbacks.Chia-I Wu2010-02-031-12/+12
* egl: Fix a potential segfault in driver suffix matching.Chia-I Wu2010-02-031-3/+5