summaryrefslogtreecommitdiffstats
path: root/src/egl/drivers/dri2/egl_dri2.c
Commit message (Expand)AuthorAgeFilesLines
* Add the EGL_MESA_configless_context extensionNeil Roberts2014-03-121-0/+1
* egl: break instead of looping after driver is foundQuanxian Wang2013-12-191-0/+3
* EGL: fix build without libdrmSamuel Thibault2013-11-101-0/+16
* dri: Pass in the dlsym()ed driver extension to screen creation.Eric Anholt2013-10-241-6/+24
* egl: Add an optional function call for getting the DRI driver interface.Eric Anholt2013-10-241-2/+18
* egl_dri2: Remove depth argument from dri2_add_config()Kristian Høgsberg2013-10-151-11/+1
* wayland: Only pass wl_drm instance to gbm when using gbm platformKristian Høgsberg2013-10-111-1/+2
* wayland: Don't rely on static variable for identifying wl_drm buffersKristian Høgsberg2013-10-111-2/+8
* egl: Update to Wayland 1.2 server APIAnder Conselvan de Oliveira2013-08-071-11/+17
* egl/dri2: support for creating images out of dma buffersTopi Pohjolainen2013-08-021-0/+262
* egl: Drop configs with unknown or invalide __DRI_ATTRIB_RENDER_TYPEIan Romanick2013-07-181-1/+1
* dri: Introduce new flags in __DRI_ATTRIB_RENDER_TYPETomasz Lis2013-07-181-1/+1
* wayland: Make eglQueryBufferWL succeed for width and height requests tooRob Bradford2013-05-021-2/+2
* egl/dri2: Fix min/max swap interval of configsChad Versace2013-04-241-3/+3
* egl_dri2: Lower __DRI_IMAGE version requirement back to 1Kristian Høgsberg2013-03-191-2/+4
* wayland: Add prime fd passing as a buffer sharing mechanismKristian Høgsberg2013-03-181-10/+27
* egl: Allow 24-bit visuals for 32-bit RGBA8888 configsIan Romanick2013-02-261-1/+8
* egl/dri: Don't invoke dri2_dpy->flush if it's NULL.José Fonseca2013-02-061-1/+2
* egl/dri2: Fix memory leak.Vinson Lee2013-02-011-0/+1
* dri2: Create image from textureAbdiel Janulgue2013-02-011-0/+122
* egl/dri2: Fix typo in the previous commitIan Romanick2013-01-151-1/+1
* egl/dri2: Add plumbing for EGL_OPENGL_ES3_BIT_KHRChad Versace2013-01-151-2/+9
* egl/dri2: Set error code when dri2CreateContextAttribs failsChad Versace2012-11-191-0/+64
* 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