summaryrefslogtreecommitdiff
path: root/src/wayland/meta-wayland-buffer.c
Commit message (Expand)AuthorAgeFilesLines
* wayland/buffer: Add missing breaks in switch statementJonas Ådahl2017-08-161-0/+2
* wayland: Add zwp_linux_dmabuf_v1 supportDaniel Stone2017-08-011-0/+20
* wayland/buffer: Create EGLImage with no contextDaniel Stone2017-07-221-2/+3
* wayland/buffer: Remove unnecessary breakJonas Ådahl2017-01-031-1/+0
* wayland/buffer: Add 'realization' concept to buffersJonas Ådahl2017-01-031-35/+39
* wayland: Add support for EGLStream client buffersJonas Ådahl2016-11-181-0/+51
* wayland: Add support for EGL_WAYLAND_Y_INVERTED_WLJonas Ådahl2016-11-181-1/+14
* wayland: Make MetaWaylandBuffer handle texture generation itselfJonas Ådahl2016-11-181-46/+270
* wayland: Survive an unsupported buffer sizeOlivier Fourdan2016-08-261-1/+3
* Do not skip CoglError parametersFlorian Müllner2016-04-151-1/+8
* wayland: Move buffer use count to MetaWaylandSurfaceJonas Ådahl2016-03-291-22/+0
* wayland: Replace buffer destroy wl_signal with a GObject signalJonas Ådahl2016-03-291-2/+17
* wayland: Don't unset surface->buffer when wl_buffer destroyedJonas Ådahl2016-03-011-22/+32
* wayland: change accessible boolean to use_count counterRay Strode2016-02-191-17/+13
* wayland: get rid of buffer->copied_data booleanRay Strode2016-02-191-3/+0
* wayland: don't prematurely release EGL buffersRay Strode2016-02-021-0/+3
* wayland: release buffer after processing commitRay Strode2016-02-011-1/+28
* wayland: Seal SHM buffers before accessMarek Chalupa2015-01-091-0/+14
* wayland: Move some buffer manipulation functions to meta-wayland-bufferJasper St. Pierre2014-10-071-0/+55
* wayland: Put the MetaWaylandBuffer implementation in a new fileJasper St. Pierre2014-10-071-0/+82