summaryrefslogtreecommitdiff
path: root/src/backends/meta-egl.c
Commit message (Expand)AuthorAgeFilesLines
* renderer/native: Force EGL config pixel formatJonas Ådahl2018-03-051-0/+66
* egl: Fail first config choosing when no resultsJonas Ådahl2018-03-051-0/+8
* egl: Rename EGL simple config chooserJonas Ådahl2018-03-051-5/+5
* egl: Add more API used when renderingJonas Ådahl2017-10-051-0/+67
* egl: Expose eglGetProcAddressJonas Ådahl2017-10-051-0/+19
* renderer-native: Always use MetaEgl when interacting with EGLJonas Ådahl2017-10-051-0/+50
* egl: Expose .._has_extensions_..() functionJonas Ådahl2017-10-051-13/+15
* egl: Don't require eglGetPlatformDisplayEXTMario Sanchez Prada2017-08-221-8/+1
* wayland: Add zwp_linux_dmabuf_v1 supportDaniel Stone2017-08-011-0/+51
* egl: Add EGL_RESOURCE_BUSY_EXT errorMiguel A. Vico2017-03-041-0/+2
* egl: Add stream-related error descriptionsMiguel A. Vico2017-03-041-0/+11
* egl: Pass EGL errors via custom error domainJonas Ådahl2017-03-041-9/+10
* egl: Fix GCC warningBastien Nocera2017-01-171-3/+3
* MetaWaylandEglStream: Use EGL_WL_wayland_eglstream instead of fd hackJonas Ådahl2017-01-031-25/+0
* egl: Add EGL_WL_wayland_eglstream helpersJonas Ådahl2017-01-031-0/+25
* egl: Use correct proc to meta_egl_stream_consumer_aquire_attribJonas Ådahl2017-01-031-6/+4
* egl: Add vfuncs needed for client EGLStream surfacesJonas Ådahl2016-11-181-0/+47
* egl: Add helpers for importing Wayland buffers as EGLImage'sJonas Ådahl2016-11-181-0/+73
* egl: Allow passing NULL as errorJonas Ådahl2016-11-181-0/+3
* MetaEgl: Add EGL procs necessary for EGLDevice based renderingJonas Ådahl2016-11-181-0/+297
* egl: Add eglInitialize helperJonas Ådahl2016-11-181-0/+14
* MetaRendererNative: Always use eglGetPlatformDisplayJonas Ådahl2016-11-181-17/+1
* MetaRendererNative: Use pbuffer surface as dummy surfaceJonas Ådahl2016-11-181-0/+63
* MetaEgl: Add eglGetPlatformDisplayEXT helperJonas Ådahl2016-11-181-0/+51
* MetaEgl: Add EGL extensions supportJonas Ådahl2016-11-181-0/+90
* Add EGL abstraction class MetaEglJonas Ådahl2016-11-181-0/+137