summaryrefslogtreecommitdiffstats
path: root/src/egl/drivers/dri2/egl_dri2.c
Commit message (Expand)AuthorAgeFilesLines
* egl_dri2: We don't actually support KHR_gl_texture_2D_imageKristian Høgsberg2011-03-261-1/+0
* egl_dri2: Enable image extensions in one placeKristian Høgsberg2011-03-261-0/+7
* egl_dri2: Add attribute map for __DRI_ATTRIB_FRAMEBUFFER_SRGB_CAPABLEBenjamin Franzke2011-03-071-0/+1
* egl: Add EGL_WL_bind_wayland_displayBenjamin Franzke2011-03-011-0/+94
* egl_dri2: add swrastHaitao Feng2011-02-161-34/+107
* egl_dri2: Always unbind old contextsBenjamin Franzke2011-02-101-10/+11
* egl_dri2: Use double buffering for window surfacesBenjamin Franzke2011-02-101-16/+59
* egl_dri2: Add wayland platformBenjamin Franzke2011-02-071-0/+6
* egl_dri2: Enable pixmap bind_to_texture according to the extensionBenjamin Franzke2011-02-071-1/+2
* egl_dri2: Split out drm platform implementation to a separate fileKristian Høgsberg2011-02-031-594/+1
* egl_dri2: Split out x11 platform codeKristian Høgsberg2011-02-031-825/+8
* egl_dri2: Export glapi symbols for DRI drivers.Chia-I Wu2011-01-301-10/+23
* egl: Improve driver selection.Chia-I Wu2011-01-131-0/+4
* egl: Simplify driver matching.Chia-I Wu2011-01-131-0/+4
* egl: Cleanup _EGLDisplay initialization.Chia-I Wu2011-01-131-18/+15
* egl_dri2: Fix eglGetProcAddress.Chia-I Wu2011-01-121-1/+2
* egl: Make egl_dri2 and egl_glx built-in drivers.Chia-I Wu2011-01-101-1/+1
* egl_dri2: Look up _glapi_get_proc_address dynamically.Chia-I Wu2011-01-101-15/+45
* dri2: release texture image.Juan Zhao2011-01-091-4/+25
* egl_dri2: Fix one context, multiple surfaces.Chia-I Wu2010-11-241-1/+5
* egl_dri2: Add missing intel chip ids.Robert Hooker2010-11-171-0/+12
* egl_dri2: Fix __DRI_DRI2 version 1 support.Chia-I Wu2010-11-101-1/+1
* egl_dri2: Add radeon chip idsAlex Deucher2010-11-081-0/+427
* egl_dri2: Fix a typo that make glFlush be called at wrong time.Chia-I Wu2010-10-261-1/+1
* egl: Use reference counting to replace IsLinked or IsBound.Chia-I Wu2010-10-231-10/+25
* egl: Minor changes to the _EGLConfig interface.Chia-I Wu2010-10-231-1/+1
* egl: Parse image attributes with _eglParseImageAttribList.Chia-I Wu2010-10-221-81/+30
* egl: Move attributes in _EGLImage to _EGLImageAttribs.Chia-I Wu2010-10-221-4/+4
* egl_dri2: Drop the use of _egl[SG]etConfigKey.Chia-I Wu2010-10-221-11/+9
* egl: Fix several 'comparison between signed and unsigned integer' warningsIan Romanick2010-09-241-2/+2
* 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
* 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-081-38/+219
* egl: Store configs in a dynamic array.Chia-I Wu2010-06-301-1/+1
* egl: Introduce platform displays internally.Chia-I Wu2010-06-231-4/+7
* 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: Implement EGL_NOK_texture_from_pixmapKristian Høgsberg2010-05-141-18/+6
* 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
* Merge branch 'gles2-2'Kristian Høgsberg2010-05-021-10/+59
|\