aboutsummaryrefslogtreecommitdiffstats
path: root/src/egl/drivers
Commit message (Expand)AuthorAgeFilesLines
* egl: Fix several 'comparison between signed and unsigned integer' warningsIan Romanick2010-09-242-4/+6
* egl_glx: Silence piles of 'unused variable' warningsIan Romanick2010-09-241-0/+27
* EGL DRI2: Silence 'missing initializer' warningsIan Romanick2010-09-241-2/+2
* EGL DRI2: Silence piles of 'unused variable' warningsIan Romanick2010-09-241-0/+46
* dri: Pass the __DRIscreen and the __DRIscreen private back to image lookupKristian Høgsberg2010-09-221-4/+3
* dri2: Make createImageFromName() take a __DRIscreen instead of __DRIcontextKristian Høgsberg2010-09-221-4/+2
* EGL DRI2: 0xa011 is Pineview not IronlakeJesse Barnes2010-09-131-1/+1
* EGL DRI2: add PCI ID for Ironlake mobileJesse Barnes2010-09-131-0/+1
* eglglx: Convert glx visuals/fbconfigs straight to EGL configsKristian Høgsberg2010-09-091-142/+101
* egl: Remove old egldri driverKristian Høgsberg2010-09-093-1390/+0
* egl_dri2: Add support for MESA_image_drmKristian Høgsberg2010-08-251-0/+223
* egl_dri2: Set API version for DRM displayKristian Høgsberg2010-07-291-0/+4
* egl_dri2: Implement EGL_KHR_surfaceless_* extensionsKristian Høgsberg2010-07-281-25/+55
* egl_dri2: Support _EGL_PLATFORM_DRMKristian Høgsberg2010-07-082-40/+223
* egl: Store configs in a dynamic array.Chia-I Wu2010-06-302-2/+2
* egl: Introduce platform displays internally.Chia-I Wu2010-06-232-9/+16
* 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
* 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-141-18/+6
* egl: remove duplicate ARRAY_SIZE() macro declarationBrian Paul2010-05-141-1/+1
* egl: Implement EGL_NOK_swap_regionKristian Høgsberg2010-05-131-2/+45
* egl_dri2: Downgrade initialization errors to warningsKristian Høgsberg2010-05-131-4/+4
* 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
* glapi: Move to src/mapi/.Chia-I Wu2010-05-072-2/+2
* 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-191-2/+2
|\|
| * egl: Pass flags to locate Xlib headers and librariesDan Nicholson2010-04-191-2/+2
* | 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_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