summaryrefslogtreecommitdiffstats
path: root/src/egl/drivers/dri2/platform_wayland.c
Commit message (Expand)AuthorAgeFilesLines
* egl: properly count configsEric Engestrom2017-06-281-1/+2
* egl: fix _eglQuerySurface in EGL_BUFFER_AGE_EXT caseTapani Pälli2017-06-141-1/+1
* egl/wayland: select the format based on the interface usedEmil Velikov2017-06-011-1/+2
* egl/wayland: Ensure we get a back bufferDaniel Stone2017-06-011-1/+9
* egl/wayland: Use per-surface event queuesDaniel Stone2017-05-311-27/+64
* egl/wayland: Don't open-code roundtripDaniel Stone2017-05-311-25/+1
* egl/wayland: Don't use DRM format codes for SHMDaniel Stone2017-03-011-6/+15
* egl/wayland: resolve quirky try_damage_buffer() implementationEmil Velikov2017-01-181-10/+0
* egl/wayland: unify dri2_wl_create_surface implementationsEmil Velikov2017-01-181-93/+21
* egl/wayland: use the destroy_window_callback for swrastEmil Velikov2017-01-181-0/+2
* egl/dri2: Unify the style of function pointer calls in structsBoyan Ding2017-01-131-7/+7
* egl/wayland: Avoid race conditions when on non-main threadJonas Ådahl2017-01-131-14/+23
* egl/wayland: Cleanup private display connection when init failsJonas Ådahl2017-01-131-0/+4
* egl/dri2: add image_loader_extension back into loader extensions for waylandDerek Foreman2017-01-111-0/+1
* egl/wayland: remove non-applicable destroyDrawable from error pathEmil Velikov2016-11-211-3/+1
* egl/wayland: fix return value in dri2_wl_swrast_commit_backbufferEmil Velikov2016-11-111-1/+1
* Revert "wayland: Block for the frame callback in get_back_bo not dri2_swap_bu...Daniel Stone2016-11-101-16/+14
* egl/wayland: add missing destroy_window callbackStencel, Joanna2016-10-241-2/+13
* loader: remove loader_get_driver_for_fd() driver_typeEmil Velikov2016-10-181-1/+1
* egl/wayland: introduce dri2_wl_add_configs_for_visuals() helperEmil Velikov2016-10-141-32/+51
* egl/dri2: set WL_bind_wayland_display in a consistent wayEmil Velikov2016-10-141-1/+1
* egl/dri2: rework dri2_egl_display::extensions storageEmil Velikov2016-10-141-11/+24
* egl/wayland: don't populate dri2_dpy->swrast_loader_extensionEmil Velikov2016-10-141-8/+10
* egl/wayland: don't populate dri2_dpy->dri2_loader_extensionEmil Velikov2016-10-141-7/+9
* egl/dri2: move surface refcounting out of the platform codeEmil Velikov2016-10-141-3/+0
* egl/wayland: Set disp->DriverData to NULL on errorNicolas Boichat2016-08-151-0/+2
* egl: restrict swap_available dri2_egl_display field to X11Frank Binns2016-07-071-2/+0
* dri: add backbuffer use flagAxel Davy2016-03-091-3/+5
* egl/wayland: Try to use wl_surface.damage_buffer for SwapBuffersWithDamageDerek Foreman2016-02-261-3/+36
* egl_dri2: Add a function to let platform code return dri drawable from _EGLSu...Boyan Ding2015-11-171-0/+2
* egl/wayland: Ignore rects from SwapBuffersWithDamageDaniel Stone2015-11-131-12/+4
* egl/dri2: enable EGL_KHR_gl_colorspace for swrastEmil Velikov2015-10-071-3/+6
* egl/dri2: don't leak the fd on dri2_terminateEmil Velikov2015-09-151-0/+1
* egl/wayland: define set_cloexec_or_close only when mkostemp is not present11.0-branchpointBoyan Ding2015-08-221-0/+4
* egl/wayland: use drmGetNodeTypeFromFd helper instead of opencoding itEmil Velikov2015-08-011-18/+2
* egl/wayland: use designated initializersEmil Velikov2015-08-011-13/+13
* egl: implement EGL_KHR_gl_colorspace (v2)Marek Olšák2015-07-221-4/+7
* egl/wayland: cleanup dri2_wl_create_surface error pathEmil Velikov2015-06-301-3/+1
* egl/wayland: handle NULL native_window in create_surfaceEmil Velikov2015-06-301-0/+5
* egl_dri2: Remove trailing whitespacesBoyan Ding2015-06-261-4/+4
* egl: Use the loader_open_device() helper to do open with CLOEXECDerek Foreman2015-06-231-10/+1
* egl: set the EGL version in common codeMarek Olšák2015-06-051-8/+0
* egl/wayland: Implement swrast supportAxel Davy2015-05-111-16/+688
* egl/wayland: Simplify dri2_wl_create_surfaceAxel Davy2015-05-111-25/+13
* egl/wayland: Implement DRI_PRIME supportAxel Davy2015-05-111-15/+89
* egl/wayland: Add support for render-nodesAxel Davy2015-05-111-14/+55
* egl/wayland: properly destroy wayland objectsAxel Davy2015-05-111-1/+4
* egl/drivers: include stdint.h where neededEmil Velikov2015-03-051-0/+1
* egl, wayland: RGB565 format support on Back-bufferVivek Kasireddy2015-02-231-3/+38
* egl/wayland: Fix unused variable warningsChad Versace2015-01-131-2/+0