summaryrefslogtreecommitdiffstats
path: root/src/egl/drivers/dri2/egl_dri2.c
Commit message (Expand)AuthorAgeFilesLines
* egl: Drop _EGL_MAIN entrypoint obfuscation.Eric Anholt2012-02-291-1/+1
* Revert "Always build shared glapi"Matt Turner2012-01-241-0/+8
* Always build shared glapiMatt Turner2012-01-201-8/+0
* wayland-drm: Drop the non-premul formats, use format codes from drm_fourcc.hKristian Høgsberg2012-01-111-6/+4
* egl_dri2: Put the _eglError call in the case switch caseKristian Høgsberg2012-01-111-2/+2
* egl_dri2/wayland: handle creating xrgb8888 imagesRobert Bragg2012-01-111-56/+69
* egl_dri2/x11: Add support for eglSwapIntervalFredrik Höglund2011-12-201-1/+7
* egl_dri2: Fix some valgrind reported leaksBenjamin Franzke2011-12-131-6/+3
* wayland: Track changes to drop wl_visualKristian Høgsberg2011-08-311-3/+15
* egl_dri2: Only clear EGL_PIXMAP_BIT if DRI config is double bufferedKristian Høgsberg2011-08-311-2/+4
* egl_dri2: set ctx->WindowRenderBufferChia-I Wu2011-08-311-0/+6
* egl_dri2: add support for AndroidChia-I Wu2011-08-281-0/+10
* egl_dri2: allow RGBA masks to be specified for matchingChia-I Wu2011-08-281-1/+22
* Destroy context in dri2/glx driver when apps call eglDestroyContextCooper Yuan2011-08-141-2/+19
* egl/gbm: Fix EGL_DEFAULT_DISPLAYBenjamin Franzke2011-08-041-0/+7
* Rename swrastg_dri to swrast_driMarek Olšák2011-07-141-5/+0
* Fixes for leaks reported by cppcheck.Völgyes Dávid2011-07-061-2/+6
* egl: Fix Terminate with shared gbm screensBenjamin Franzke2011-06-271-2/+6
* egl_dri2: Build drm platform only if enabledBenjamin Franzke2011-06-241-0/+2
* egl_dri2: Hookup gbm as drm platformBenjamin Franzke2011-06-231-34/+42
* egl_dri2: try swrastg_dri if swrast_dri failsChia-I Wu2011-06-131-0/+6
* egl_dri2: add dri2_load_driver_swrastChia-I Wu2011-06-131-16/+40
* egl_dri2: Compare configs before matching themBenjamin Franzke2011-06-121-1/+13
* egl_dri2/wayland: Add support for EGL_DEFAULT_DISPLAYBenjamin Franzke2011-06-121-2/+16
* egl_dri2: Discard similar configsBenjamin Franzke2011-05-131-4/+2
* egl_dri2: Make it possible to not compile in the X11 platformKristian Høgsberg2011-05-131-0/+4
* egl/dri2: Avoid unused static functions.José Fonseca2011-05-121-1/+1
* egl/dri2: Prevent uninitialized variable dereference.José Fonseca2011-05-121-2/+5
* egl: Fix int <-> ptr casts.José Fonseca2011-05-121-2/+2
* egl: Add a cursor use bit to MESA_drm_imageKristian Høgsberg2011-05-061-1/+4
* egl/wayland-drm: Generalize interfaceBenjamin Franzke2011-05-061-17/+54
* 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