summaryrefslogtreecommitdiffstats
path: root/src/egl/drivers
Commit message (Expand)AuthorAgeFilesLines
* egl: Fix leak of X11 pixmaps backing pbuffers in DRI3.Eric Anholt2018-08-091-0/+5
* wayland/egl: update surface size on window resizeJuan A. Suarez Romero2018-08-081-4/+15
* wayland/egl: initialize window surface size to window sizeJuan A. Suarez Romero2018-08-081-0/+3
* egl/dri2: In dri2_make_current, return early on failureChad Versace2018-08-071-14/+15
* egl: Simplify queries for EGL_RENDER_BUFFERChad Versace2018-08-071-6/+0
* egl: set EGL_BAD_NATIVE_PIXMAP in the copy_buffers fallbackEmil Velikov2018-08-071-1/+2
* egl/x11: use the no-op dri2_fallback_copy_buffers for swrastEmil Velikov2018-08-071-1/+2
* egl/x11: Handle both depth 30 formats for eglCreateImage(). (v4)Mario Kleiner2018-08-014-9/+48
* egl/wayland: Add 10bpc BGR configsDaniel Stone2018-08-011-0/+12
* egl/surfaceless: Allow DRMless fallback.David Riley2018-07-301-0/+19
* egl/surfaceless: Define DRI_SWRastLoader extension when using swrast.David Riley2018-07-301-4/+21
* egl: Refuse EGL_MESA_image_dma_buf_export if we don't have a DRM fourcc.Eric Anholt2018-07-201-0/+27
* egl: Use the canonical drm-uapi fourcc header to avoid local defines.Eric Anholt2018-07-182-36/+0
* egl/android: Add DRM node probing and filteringRobert Foss2018-06-251-53/+170
* egl/android: #ifdef out flink name supportRob Herring2018-06-252-14/+44
* egl: rewire the build systems to use libwayland-eglEric Engestrom2018-06-061-4/+3
* egl/x11: fix build with DRI3 disabledEric Engestrom2018-05-291-0/+3
* egl/x11: deduplicate depth-to-format logicEric Engestrom2018-05-243-33/+26
* egl: add EGL_BAD_MATCH error case for surfaceless and androidTapani Pälli2018-05-042-2/+6
* egl/x11: Send invalidate to driver on copy_region path in swap_bufferDeepak Rawat2018-05-031-10/+13
* egl: check if colorspace/surface type is supportedJuan A. Suarez Romero2018-05-034-0/+21
* x11: Only report supported DRI3/Present versionsDaniel Stone2018-03-301-4/+16
* egl/wayland: Make swrast display_sync the correct queueDerek Foreman2018-03-221-1/+1
* dri3: Don't fail on version mismatchDaniel Stone2018-03-202-5/+7
* dri3: allow building against older xcb (v3)Dave Airlie2018-03-161-0/+4
* egl/android: Implement the eglSwapinterval for Android.Wu, Zhongmin2018-03-161-0/+21
* egl/dri2: move wayland header inclusion where applicableEmil Velikov2018-03-163-3/+12
* egl/x11: Re-allocate buffers if format is suboptimalLouis-Francis Ratté-Boulianne2018-03-093-0/+7
* egl/x11: Support DRI3 v1.1Louis-Francis Ratté-Boulianne2018-03-093-15/+96
* gbm: give a name to rgba fieldsEric Engestrom2018-03-051-8/+8
* egl/dri2: fix segfault when display initialisation failsFrank Binns2018-02-231-1/+1
* loader_dri3/glx/egl: Reinstate the loader_dri3_vtable get_dri_screen callbackThomas Hellstrom2018-02-201-0/+12
* egl/wayland: Always use in-tree wayland-egl-backend.hDaniel Stone2018-02-161-1/+1
* egl/wayland: check for invalid format indexEric Engestrom2018-02-161-0/+2
* dri: fromPlanar() can return NULL as a valid resultLouis-Francis Ratté-Boulianne2018-02-152-7/+5
* egl/x11: Fix leak in dri3_create_image_khr_pixmapLouis-Francis Ratté-Boulianne2018-02-141-0/+1
* egl/gbm: Fix compiler warning about visual matching.Eric Anholt2018-02-121-1/+1
* egl/gbm: Ensure EGLConfigs match GBM surface formatDaniel Stone2018-02-091-4/+48
* egl/gbm: Remove duplicate format tableDaniel Stone2018-02-091-18/+17
* egl/wayland: Use an array for modifiersDaniel Stone2018-02-092-72/+20
* egl/wayland: Remove has_format enumDaniel Stone2018-02-091-19/+14
* egl/wayland: Add bpp to visual mapDaniel Stone2018-02-091-24/+12
* egl/wayland: Use visual map for DRIImage<->FourCC mapDaniel Stone2018-02-091-14/+11
* egl/wayland: Use visual map for format advertisementDaniel Stone2018-02-091-39/+36
* egl/wayland: Use visual map for buffer_from_imageDaniel Stone2018-02-091-21/+19
* egl/wayland: Use visual map for config->format lookupDaniel Stone2018-02-091-25/+36
* egl/wayland: Add format enums to visual mapDaniel Stone2018-02-091-0/+13
* egl/wayland: Use proper enum type in visual definitionDaniel Stone2018-02-091-1/+1
* egl/wayland: Widen channel masks to bppDaniel Stone2018-02-091-5/+20
* egl/wayland: Hoist format <-> EGLConfig definition upDaniel Stone2018-02-091-16/+17