summaryrefslogtreecommitdiffstats
path: root/src/egl
Commit message (Expand)AuthorAgeFilesLines
* egl: Remove skeleton implementation of EGL_MESA_screen_surfaceAdam Jackson2015-05-1112-1196/+0
* egl/swrast: Enable config extension for swrastAxel Davy2015-05-111-14/+13
* egl/wayland: Implement swrast supportAxel Davy2015-05-113-17/+696
* egl/wayland: Simplify dri2_wl_create_surfaceAxel Davy2015-05-111-25/+13
* egl/x11: move dri2_x11_swrast_create_image_khr to egl_dri2_fallback.hAxel Davy2015-05-112-10/+10
* egl/wayland: Implement DRI_PRIME supportAxel Davy2015-05-112-15/+92
* egl/wayland: Add support for render-nodesAxel Davy2015-05-112-14/+56
* egl/wayland: properly destroy wayland objectsAxel Davy2015-05-112-1/+6
* egl/dri2: Fix codestyle in a commentChad Versace2015-05-071-1/+2
* egl/dri2: Check return value of __DRI2fence::create_fence()Chad Versace2015-05-061-0/+7
* egl: image_dma_buf_export - use KHR 64-bit typeDave Airlie2015-05-053-3/+3
* egl/dri2: return the latest sync status in eglGetSyncAttribKHRMarek Olšák2015-04-301-1/+8
* egl/dri2: implement EGL_KHR_cl_event2 (v2)Marek Olšák2015-04-306-12/+111
* egl/dri2: implement EGL_KHR_wait_syncMarek Olšák2015-04-305-0/+47
* egl/dri2: implement EGL_KHR_fence_syncMarek Olšák2015-04-303-5/+133
* egl/dri: don't expose configs with an accumulation bufferMarek Olšák2015-04-301-0/+9
* egl: misc fixes for EGL_MESA_image_dma_buf_exportMarc-André Lureau2015-04-292-2/+2
* android: fix the building rules for Android 5.0Chih-Wei Huang2015-04-222-1/+11
* android: egl: add libsync_cflags to the buildEmil Velikov2015-04-221-0/+6
* android: use LOCAL_SHARED_LIBRARIES over TARGET_OUT_HEADERSEmil Velikov2015-04-221-1/+1
* egl: add initial EGL_MESA_image_dma_buf_export v2.4Dave Airlie2015-04-015-1/+125
* automake: add missing egl files to the tarballEmil Velikov2015-03-251-0/+2
* scons: Don't build egl on Windows.Jose Fonseca2015-03-252-11/+1
* egl: cut down static storage size for {Version,ClientAPI}StringEmil Velikov2015-03-211-2/+2
* egl/main: drop platform fbdev specific codeEmil Velikov2015-03-213-21/+0
* egl: don't fill client apis string forever.Dave Airlie2015-03-191-0/+1
* egl: Remove eglQueryString virtual dispatch.Matt Turner2015-03-176-109/+12
* egl: Create queryable strings in eglInitialize().Matt Turner2015-03-132-125/+112
* egl: fix cast to silence compiler warningBrian Paul2015-03-131-1/+1
* egl/main: convert thread management to use c11 threadsEmil Velikov2015-03-111-42/+6
* egl/main: use c11/threads' mutex directlyEmil Velikov2015-03-1111-111/+47
* Revert "egl/main: use c11/threads' mutex directly"Emil Velikov2015-03-0611-47/+111
* Revert "egl/main: convert thread management to use c11 threads"Emil Velikov2015-03-061-6/+42
* egl/main: convert thread management to use c11 threadsEmil Velikov2015-03-061-42/+6
* egl/main: use c11/threads' mutex directlyEmil Velikov2015-03-0611-111/+47
* egl/main: remove no-longer needed definition of stdint typesEmil Velikov2015-03-051-32/+0
* egl/drivers: include stdint.h where neededEmil Velikov2015-03-056-0/+7
* egl/main: drop the declaration of PUBLIC keyword.Emil Velikov2015-03-051-14/+0
* egl/main: no longer export internal functionEmil Velikov2015-03-0513-36/+36
* egl/main: replace __FUNCTION__ with __func__Emil Velikov2015-03-052-11/+3
* egl/main: replace INLINE with inlineEmil Velikov2015-03-0515-68/+82
* egl: Take alpha bits into account when selecting GBM formatsDaniel Stone2015-03-041-5/+11
* scons: Use -Werror MSVC compatibility flags per-directory.Jose Fonseca2015-03-041-0/+2
* st/egl: Remove.Jose Fonseca2015-03-043-9/+8
* configure: Leverage gcc warn options to enable safe use of C99 features where...Jose Fonseca2015-03-031-0/+1
* Revert "configure: Leverage gcc warn options to enable safe use of C99 featur...Kenneth Graunke2015-02-271-1/+0
* configure: Leverage gcc warn options to enable safe use of C99 features where...Jose Fonseca2015-02-271-0/+1
* egl, wayland: RGB565 format support on Back-bufferVivek Kasireddy2015-02-231-3/+38
* egl: Soften several HAVE_DRM_PLATFORM to HAVE_LIBDRMAxel Davy2015-02-121-7/+7
* egl: Pass the correct X visual depth to xcb_put_image().José Fonseca2015-01-311-11/+13