summaryrefslogtreecommitdiff
path: root/src/wayland/meta-wayland-buffer.c
Commit message (Expand)AuthorAgeFilesLines
* wayland/buffer: Trace instrument buffer-attachJonas Ådahl2020-12-011-0/+2
* wayland-buffer: Add debug logging of pixel format in useDaniel van Vugt2020-10-201-0/+31
* wayland/shm: Advertise support for 64 half point RGBA formatsJonas Ådahl2020-08-071-0/+16
* wayland/shm: Add ARGB2101010 formats and friendsJonas Ådahl2020-08-071-1/+41
* wayland/shm: Advertise support for RGB565Jonas Ådahl2020-08-071-0/+21
* wayland/shm: Send error if client uses unsupported formatJonas Ådahl2020-08-071-8/+35
* wayland: Add API to acquire a CoglScanout from a surfaceJonas Ådahl2020-04-161-0/+92
* wayland/surface: Move shaped-texture synchronization to actor surfaceJonas Ådahl2020-01-101-13/+3
* wayland/egl-stream: Cache texture snippetJonas Ådahl2020-01-101-1/+1
* wayland: Add documentation to the WaylandBuffer objectNiels De Graef2019-12-031-0/+38
* cogl: Add a notion of pixel format planesNiels De Graef2019-10-151-4/+7
* cogl/texture: Add EGLImage texture import flagsJonas Ådahl2019-07-181-0/+3
* wayland/buffer: Try realizing EGLStream before EGLImage bufferErik Kurzinger2019-03-141-8/+8
* wayland/buffer: Fall back to CoglTexture2DSlicedRobert Mader2019-02-251-8/+25
* wayland: Move surface texture ownership to MetaWaylandSurfaceJonas Ådahl2019-02-251-44/+95
* Fix builds with G_DISABLE_ASSERTFlorian Müllner2019-01-251-0/+1
* wayland/eglstream: Don't build skeleton when disabledJonas Ådahl2018-11-061-0/+16
* Clean up include macros messJonas Ådahl2018-11-061-8/+7
* wayland: Always realize buffers at surface commit timeMiguel A. Vico2018-06-151-12/+9
* wayland-buffer: Create EGLStream texture at buffer_realize timeMiguel A. Vico2018-06-151-12/+10
* cursor-renderer/native: Fetch instead of pass wl_buffer when realizingJonas Ådahl2018-06-151-0/+6
* 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