summaryrefslogtreecommitdiffstats
path: root/src/egl/drivers/dri2/platform_wayland.c
Commit message (Expand)AuthorAgeFilesLines
* egl/dri2: add image extension such it's usable by swrast driverGurchetan Singh2017-08-071-1/+2
* egl: make platform's SwapInterval() optionalEric Engestrom2017-08-011-11/+0
* egl: deduplicate swap interval clamping logicEric Engestrom2017-08-011-13/+1
* egl/wayland: Ignore invalid modifiersDaniel Stone2017-07-241-0/+4
* wayland-egl: Make wl_egl_window a versioned structMiguel A. Vico2017-07-241-1/+15
* egl/wayland: Use linux-dmabuf interface for buffersDaniel Stone2017-07-181-18/+177
* egl/wayland: Remove duplicate wl_buffer creation codeDaniel Stone2017-07-181-42/+12
* egl/wayland: Remove more surface specifics from create_wl_bufferDaniel Stone2017-07-181-15/+12
* egl/wayland: Make create_wl_buffer more genericDaniel Stone2017-07-181-32/+34
* egl/wayland: Use MIN2 for wl_drm versionDaniel Stone2017-07-141-3/+1
* egl/wayland: Fix whitespace damageDaniel Stone2017-07-141-18/+20
* egl: fold _eglError() + return EGL_FALSEEmil Velikov2017-06-261-4/+2
* egl/wayland: Declare loop vars inside the loopChad Versace2017-06-221-27/+17
* egl: properly count configsEric Engestrom2017-06-221-1/+2
* egl: turn boolean `int`s into `bool`sEric Engestrom2017-06-211-10/+10
* egl/android: support for EGL_KHR_partial_updateHarish Krupo2017-06-111-0/+1
* egl: fix _eglQuerySurface in EGL_BUFFER_AGE_EXT caseTapani Pälli2017-06-091-1/+1
* egl/wayland: use the image_driver alongside the image_loaderEmil Velikov2017-05-291-6/+14
* egl/wayland: set the resize_callback if the flush extension is availableEmil Velikov2017-05-291-3/+3
* egl/wayland: select the format based on the interface usedEmil Velikov2017-05-291-1/+2
* egl: annotate dri2_egl_display_vtbl as const dataEmil Velikov2017-05-291-2/+2
* egl/wayland: don't modify the vtbl if an extension is not availableEmil Velikov2017-05-291-5/+2
* egl: refactor dri2_create_screen() into three separate functionsEmil Velikov2017-05-291-0/+10
* egl/wayland: make use of the dri2_display_destroy() helperEmil Velikov2017-05-291-59/+25
* egl/wayland: verify event queue was allocatedLionel Landwerlin2017-05-221-1/+1
* egl/wayland: Ensure we get a back bufferDaniel Stone2017-05-191-1/+9
* egl/wayland: Use per-surface event queuesDaniel Stone2017-05-191-27/+64
* egl/wayland: Don't open-code roundtripDaniel Stone2017-05-191-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