summaryrefslogtreecommitdiff
path: root/src/egl/drivers/dri2/platform_wayland.c
Commit message (Expand)AuthorAgeFilesLines
...
* egl: drop unused _EGLDriver from Create{Window,Pixmap,Pbuffer}Surface() & Des...Eric Engestrom2020-08-161-9/+5
* egl: drop unused _EGLDriver from Initialize()Eric Engestrom2020-08-161-9/+9
* egl: const _eglDriverEric Engestrom2020-08-011-12/+12
* egl: inline _EGLAPI into _EGLDriverEric Engestrom2020-07-211-3/+3
* egl: drop now empty egl_dri2_fallbacks.hEric Engestrom2020-07-161-1/+0
* egl: inline fallback for get_sync_valuesEric Engestrom2020-07-161-2/+0
* egl: inline fallback for create_wayland_buffer_from_imageEric Engestrom2020-07-161-1/+0
* egl: inline fallback for query_buffer_ageEric Engestrom2020-07-161-1/+0
* egl: inline fallback for copy_buffersEric Engestrom2020-07-161-2/+0
* egl: inline fallback for post_sub_bufferEric Engestrom2020-07-161-2/+0
* egl: inline fallback for swap_buffers_regionEric Engestrom2020-07-161-2/+0
* egl: inline fallback for swap_buffers_with_damageEric Engestrom2020-07-161-1/+0
* egl: inline fallback for create_pbuffer_surfaceEric Engestrom2020-07-161-2/+0
* egl/wayland: add missing newline between functionsEric Engestrom2020-07-131-0/+1
* egl/wayland: Fix zwp_linux_dmabuf usageChristopher James Halse Rogers2020-04-291-12/+20
* egl/wayland: Don't invalidate buffers on no-op resizeDaniel Stone2020-03-041-0/+4
* egl: allow INVALID format for linux_dmabufIvan Molodetskikh2020-03-021-5/+24
* Revert "egl: Configs w/o double buffering support have no `EGL_WINDOW_BIT`."Hal Gentz2019-10-181-2/+0
* egl: Configs w/o double buffering support have no `EGL_WINDOW_BIT`.Hal Gentz2019-10-111-0/+2
* egl/wayland: Implement getCapability for the dri2 and image loadersAdam Jackson2019-09-201-2/+15
* egl/wayland: Add FP16 format supportAdam Jackson2019-09-201-0/+21
* egl/wayland: Reindent the format tableAdam Jackson2019-09-201-35/+35
* egl: Convert configs to use shifts and sizes instead of masksKevin Strasser2019-08-211-19/+30
* egl/android: Delete set_damage_region from egl dri vtblHarish Krupo2019-08-131-1/+0
* util: add anon_file.h for all memfd/temp file usageGreg V2019-08-071-117/+2
* egl/wayland: use bitset.h for `formats` bit setEric Engestrom2019-07-011-10/+15
* egl: Let the caller of dri2_create_drawable decide about loaderPrivate.Mathias Fröhlich2019-06-101-1/+1
* egl/dri: flesh out and use dri2_create_drawable()Emil Velikov2019-06-051-13/+1
* wayland/egl: Ensure correct buffer size when allocatingJonas Ådahl2019-05-141-2/+11
* egl: store the native surface pointer in struct _egl_surfacePaulo Zanoni2019-05-141-1/+1
* wayland/egl: Ensure EGL surface is resized on DRI update_buffers()Carlos Garnacho2019-02-201-4/+7
* drm-uapi: use local files, not system libdrmEric Engestrom2019-02-141-1/+1
* egl/wayland-drm: Only announce formats via wl_drm which the driver supports.Mario Kleiner2019-01-291-0/+18
* egl/wayland: Allow client->server format conversion for PRIME offload. (v2)Mario Kleiner2019-01-291-9/+71
* egl/wayland: rather obvious build fixNicolai Hähnle2018-11-281-2/+2
* egl/wayland: plug memory leak in drm_handle_device()Emil Velikov2018-11-281-0/+2
* egl/wayland: bail out when drmGetMagic failsEmil Velikov2018-11-281-1/+8
* egl: Move loader_set_logger() up to egl_dri2.c.Eric Anholt2018-11-161-4/+0
* wayland/egl: Resize EGL surface on update buffer for swrastOlivier Fourdan2018-11-061-2/+2
* egl: set the EGLDevice when creating a displayEmil Velikov2018-11-011-0/+18
* egl/wayland: do not leak wl_buffer when it is lockedJuan A. Suarez Romero2018-08-311-7/+15
* egl: add helper to combine two u32 into one u64Eric Engestrom2018-08-211-4/+2
* egl/wayland: remove sign from bitfield `formats`Eric Engestrom2018-08-161-5/+5
* egl: some spelling fixesEric Engestrom2018-08-161-5/+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/wayland: Add 10bpc BGR configsDaniel Stone2018-08-011-0/+12
* egl: Use the canonical drm-uapi fourcc header to avoid local defines.Eric Anholt2018-07-181-8/+0
* egl: rewire the build systems to use libwayland-eglEric Engestrom2018-06-061-4/+3
* egl: check if colorspace/surface type is supportedJuan A. Suarez Romero2018-05-031-0/+6