summaryrefslogtreecommitdiff
path: root/clients/simple-dmabuf-egl.c
AgeCommit message (Expand)AuthorFilesLines
37 hoursclients/dmabuf-egl: Remove zwp_fullscreen supportMarius Vlad1-13/+0
2023-08-09clients/simple-dmabuf-egl: Drop support libgbm older than 21.1.1Tomohito Esaki1-12/+0
2023-07-14clients/simple-dmabuf-egl: do not block until rendering completesSimon Ser1-1/+1
2022-11-07clients/simple-dmabuf-egl: drop Y_INVERT flagSimon Ser1-13/+37
2022-10-27helpers: Add a u64 from 2 u32 helperDerek Foreman1-1/+1
2022-05-23clients/simple-dmabuf-*: Use gbm_bo_create_with_modifiers2Robert Mader1-0/+10
2022-02-17clients/simple-dmabuf-*: Increase buffer limit to fourRobert Mader1-1/+1
2022-01-21clients/simple-*: Add appids for other clientsMarius Vlad1-0/+2
2021-05-17clients/simple-dmabuf-egl: don't add INVALID to modifier listSimon Ser1-4/+11
2021-03-22clients/simple-dmabuf-egl: add format optionSimon Ser1-13/+18
2021-02-25Add weston-drm-fourcc.hPekka Paalanen1-1/+1
2021-02-25drop MOD_INVALID, MOD_LINEAR definitionsPekka Paalanen1-4/+0
2019-12-11clients/simple-dmabuf-egl: Add some notes when using direct-displayMarius Vlad1-1/+7
2019-11-25simple-dmabuf-egl: make application genericVeeresh Kadasani1-5/+26
2019-11-21clients/simple-dmabuf-egl: Make use of direct-displayMarius Vlad1-5/+25
2019-11-12simple-dmabuf-egl: update to xdg-shell stableDrew DeVault1-31/+31
2019-10-01simple-dmabuf-egl: Allow QueryDmaBufModifiers to report no modifiersAdam Jackson1-12/+18
2019-09-23clients: fix len-string formattingPekka Paalanen1-2/+2
2019-04-18Rename zalloc.h to libweston/zalloc.hPekka Paalanen1-1/+1
2019-04-04FIX: weston: clients: typo in simple-dmabuf-egl.cKamal Pandey1-1/+1
2019-03-28clients/simple-dmabuf-egl: Properly check for error in gbm_bo_get_handle_for_...Alexandros Frantzis1-3/+11
2019-03-05clients/simple-dmabuf-egl: Create the EGL display using the GBM platformAlexandros Frantzis1-5/+7
2019-02-20Fix typos all around (thanks codespell!)Emmanuel Gil Peyrot1-1/+1
2019-02-06clients: Add a mandelbrot set shader to simple-dmabuf-eglAlexandros Frantzis1-8/+118
2019-02-06clients: Support explicit synchronization in simple-dmabuf-eglAlexandros Frantzis1-7/+220
2019-01-17clients/simple-dmabuf-egl: Render a moving squareAlexandros Frantzis1-37/+185
2019-01-17clients/simple-dmabuf-egl: Support dmabuf format modifiersAlexandros Frantzis1-41/+223
2018-12-18clients: Add simple-dmabuf-eglAlexandros Frantzis1-0/+846