summaryrefslogtreecommitdiffstats
path: root/src/egl
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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