summaryrefslogtreecommitdiffstats
path: root/src/egl/drivers/dri2/egl_dri2.c
Commit message (Expand)AuthorAgeFilesLines
* egl: Add support for driconf control of swapinterval.Eric Anholt2012-10-091-4/+5
* Use calloc instead of malloc/memset-0Matt Turner2012-09-051-3/+1
* Remove useless checks for NULL before freeingMatt Turner2012-09-051-2/+1
* dri: Rework planar image interfaceJakob Bornecrantz2012-08-311-90/+38
* egl_dri2: Fix segmentation faultPaulo Alcantara2012-08-231-1/+1
* egl: Allow OpenGL ES 3.0 as a versionIan Romanick2012-08-141-0/+1
* egl_dri2: Add support for EGL_KHR_create_context and EGL_EXT_create_context_r...Ian Romanick2012-08-141-6/+61
* egl_dri2: Silence warnings about missing initializersIan Romanick2012-08-141-2/+2
* egl: Rename ClientVersion to ClientMajorVersion, add ClientMinorVersionIan Romanick2012-08-141-2/+2
* egl_dri2: Use createContextAttribs if DRI2 version >= 3Ian Romanick2012-08-141-1/+17
* egl_dri2: Require DRI2 version 2Ian Romanick2012-08-141-22/+5
* egl: Replace KHR_surfaceless_* extensions with KHR_surfaceless_contextIan Romanick2012-08-061-6/+2
* egl_dri2: Refactor dereference of dri2_ctx_sharedIan Romanick2012-08-061-6/+5
* egl_dri2: Remove swrast version >= 2 checksIan Romanick2012-08-061-27/+11
* wayland: Support EGL_WIDTH and EGL_HEIGHT queries for wl_bufferKristian Høgsberg2012-07-191-1/+8
* wayland: Use existing EGL_TEXTURE_FORMAT for querying wl_buffer texture formatKristian Høgsberg2012-07-191-11/+11
* egl: Add EGL_WAYLAND_PLANE_WL attributeKristian Høgsberg2012-07-111-15/+135
* wayland-drm: Add protocol to create planar buffersKristian Høgsberg2012-07-111-1/+1
* wayland-drm: Pass struct wl_drm_buffer to the driverKristian Høgsberg2012-07-111-18/+15
* egl_dri2: Reorganize the EGLImage constructors to share more codeKristian Høgsberg2012-07-051-78/+37
* 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