summaryrefslogtreecommitdiffstats
path: root/src/egl/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-1/+1
* 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: Remove egl_xdri.Chia-I Wu2010-02-056-1440/+0
* egl_dri2: Use _EGL_DRIVER_STANDARD_TYPECASTS.Chia-I Wu2010-02-051-29/+2
* 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: Initialize display configs with the display.Chia-I Wu2010-01-312-2/+2
* egl: Initialize display resources with their display.Chia-I Wu2010-01-312-6/+6
* egl: Rename Binding to CurrentContext in _EGLSurface.Chia-I Wu2010-01-301-1/+1
* egl: Clean up header inclusions.Chia-I Wu2010-01-302-2/+2
* egl: Migrate drivers to use _eglBindContext.Chia-I Wu2010-01-282-13/+28
* egl: eglMakeCurrent should accept an uninitialized display.Chia-I Wu2010-01-282-50/+67
* egl: Remove _eglGetCurrentSurface and _eglGetCurrentDisplay.Chia-I Wu2010-01-261-2/+1
* egl/xdri: Update with glxclient.h change.Chia-I Wu2010-01-261-1/+0
* egl: Native types are renamed in EGL 1.3.Chia-I Wu2010-01-252-5/+8
* egl: Install drivers to ${libdir}/egl.Chia-I Wu2010-01-231-2/+2
* egl: Remove the demo driver.Chia-I Wu2010-01-222-321/+0
* egl_xdri: Add support for DRISW.Chia-I Wu2010-01-223-15/+42
* egl_xdri: Flush commands on context switch and buffer swap.Chia-I Wu2010-01-221-6/+24
* egl_xdri: Report only OpenGL support.Chia-I Wu2010-01-221-9/+2
* egl_xdri: Do not reinitialize in __glXInitialize.Chia-I Wu2010-01-223-25/+78
* egl_glx: Report only OpenGL support.Chia-I Wu2010-01-221-10/+3
* egl: Update driver Makefiles.Chia-I Wu2010-01-222-134/+23
* egl: Add Makefile.template for EGL drivers.Chia-I Wu2010-01-221-0/+51
* egl: Add _EGLDriver as the first argument to GetProcAddress.Chia-I Wu2010-01-122-2/+2
* egl_xdri: Fix build breakage.Chia-I Wu2010-01-121-1/+1
* Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-041-13/+13
* egl_glx: Add support for eglWaitClient and eglWaitNative.Chia-I Wu2009-10-221-0/+17
* egl_glx: Clean up eglGetProcAddress.Chia-I Wu2009-10-221-16/+1
* egl_glx: Clean up context functions.Chia-I Wu2009-10-221-19/+5
* egl_glx: Clean up surface functions.Chia-I Wu2009-10-221-99/+106
* egl_glx: Clean up the initialization code.Chia-I Wu2009-10-221-287/+371
* egl_xdri: Report full list of supported configs.Chia-I Wu2009-09-291-31/+66
* egl: Introduce config keys.Chia-I Wu2009-09-291-1/+1