summaryrefslogtreecommitdiff
path: root/hw/xwayland/xwayland-glamor.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-30xwayland: Avoid using epoxy_has_egl()Adam Jackson1-2/+1
2018-04-24xwayland: Add glamor egl_backend for EGLStreamsLyude Paul1-2/+111
2018-04-24xwayland: Decouple GBM from glamorLyude Paul1-739/+21
2018-04-10xwayland: zero num_formats from the startEmil Velikov1-6/+5
2018-04-10xwayland: zero num_modifiers from the startEmil Velikov1-10/+7
2018-04-10dri3: annotate fds/strides/offsets arrays as constEmil Velikov1-4/+4
2018-04-10xwayland: don't close() fds we don't ownEmil Velikov1-2/+0
2018-04-10dri3: annotate the dri3_screen_info data as constEmil Velikov1-1/+1
2018-03-28xwayland: Add arguments to glamor_pixmap_get_wl_bufferRoman Gilg1-6/+17
2018-03-09glamor/xwayland: Add depth 30 format mapping for DRI 3.2 as well.Mario Kleiner1-0/+4
2018-03-05glamor: Use gbm_bo_create_with_modifiers for internal pixmap allocationLouis-Francis Ratté-Boulianne1-3/+19
2018-03-05glamor: Implement GetSupportedModifiersLouis-Francis Ratté-Boulianne1-13/+122
2018-03-05glamor: Implement PixmapFromBuffers and BuffersFromPixmapLouis-Francis Ratté-Boulianne1-50/+169
2018-03-05dri3: Add multi-planar/modifier buffer requestsLouis-Francis Ratté-Boulianne1-2/+2
2017-11-07xwayland: Stop printing the EGL versionAdam Jackson1-4/+0
2017-09-13xwayland: add envvar XWAYLAND_NO_GLAMOROlivier Fourdan1-0/+7
2017-06-02glamor: Drop glamor_set_screen_pixmap().Eric Anholt1-2/+0
2017-03-09xwayland: Monitor client states to destroy callbacksOlivier Fourdan1-9/+50
2017-03-06xwayland: make sure client is not gone in sync callbackOlivier Fourdan1-2/+5
2016-10-05glamor: Use eglGetPlatformDisplay{,EXT} if we canAdam Jackson1-4/+4
2016-06-20xwayland: Fix whitespace errorsJason Gerecke1-1/+1
2016-06-08xwayland: Call eglBindAPI after eglInitializeMichel Dänzer1-1/+2
2016-03-09xwayland: add glamor Xv adaptorOlivier Fourdan1-0/+5
2016-02-22dix: Add hybrid full-size/empty-clip mode to SetRootClipDaniel Stone1-1/+2
2016-01-26xwayland: add support for use core profile for glamor. (v2)Dave Airlie1-1/+14
2015-11-30xwayland: Do not set root clip when rootlessOlivier Fourdan1-1/+3
2015-11-18glamor: Delay making pixmaps shareable until we need to.Eric Anholt1-6/+0
2015-11-18glamor: Hook up EGL DestroyPixmap through the normal wrap chain.Eric Anholt1-5/+0
2015-06-30glamor: add support for allocating linear buffers (v2)Dave Airlie1-1/+1
2015-05-11xwayland: Fix error stringsRobert Ancell1-2/+2
2015-03-24glamor: Eliminate GLAMOR_USE_SCREEN and GLAMOR_USE_PICTURE_SCREENKeith Packard1-5/+1
2015-01-17xwayland: Set glamor filter to nearestMarkus Wick1-0/+3
2014-12-09glamor: Always destroy EGL image associated with destroyed pixmapKeith Packard1-2/+1
2014-06-24xwayland: Add glamor and DRI3 supportKristian Høgsberg1-0/+570