summaryrefslogtreecommitdiff
path: root/src/egl
AgeCommit message (Expand)AuthorFilesLines
2016-08-31Introduce .editorconfigEric Engestrom2-0/+4
2016-08-31egl/x11_dri3: provide an authentication functionFrank Binns1-1/+18
2016-08-31egl/x11_dri3: disable WL_bind_wayland_display for devices without render nodesFrank Binns2-29/+7
2016-08-30egl/android: remove config post-processingEmil Velikov1-9/+0
2016-08-30egl/dri2: check if the EGL API is valid before adding it to ClientAPIsEmil Velikov1-4/+4
2016-08-30egl/android: annotate static const data as suchEmil Velikov1-1/+1
2016-08-30egl: treat EGL_OPENGL_API as invalid on AndroidEmil Velikov1-1/+7
2016-08-24egl: turn a couple asserts static (compile-time)Eric Engestrom1-3/+4
2016-08-24egl/wayland-egl: Fix for segfault in dri2_wl_destroy_surface.Stencel, Joanna2-0/+4
2016-08-23egl/dri2: dri2_initialize: Do not reference-count TestOnly displayNicolas Boichat1-20/+9
2016-08-23egl/dri2: remove error checks on return values from mtx_lock and cnd_waitDongwon Kim1-35/+12
2016-08-16egl/dri2: dri2_make_current: Release previous context's displayNicolas Boichat1-4/+5
2016-08-15egl/android: Set dpy->DriverData to NULL on errorNicolas Boichat1-0/+1
2016-08-15egl/drm: Set disp->DriverData to NULL on errorNicolas Boichat1-0/+1
2016-08-15egl/surfaceless: Set disp->DriverData to NULL on errorNicolas Boichat1-0/+1
2016-08-15egl/wayland: Set disp->DriverData to NULL on errorNicolas Boichat1-0/+2
2016-08-15egl/x11: avoid using freed memory if dri2 init failsJan Ziak1-0/+3
2016-08-09egl: android: query native window default width and height (v2)Haixia Shi3-0/+42
2016-08-08egl/android: Add support for YV12 pixel format (v2)Tomasz Figa1-6/+50
2016-08-08egl/android: Make get_fourcc() accept HAL formatsTomasz Figa1-9/+11
2016-08-08egl/android: Refactor image creation to separate flink and prime paths (v2)Tomasz Figa1-42/+57
2016-08-08egl/android: Respect buffer mask in droid_image_get_buffers (v2)Tomasz Figa1-5/+15
2016-08-08egl/android: Remove unused variables in droid_get_buffers_with_format()Tomasz Figa1-3/+0
2016-07-28egl/dri2: Add reference count for dri2_egl_displayNicolas Boichat2-20/+95
2016-07-20egl/android: Stop leaking DRI imagesTomasz Figa1-0/+11
2016-07-20egl/android: Add some useful error messagesTomasz Figa1-3/+10
2016-07-20egl/android: Check return value of dri2_get_dri_config()Tomasz Figa1-0/+2
2016-07-20egl/dri2: dri2_make_current: Set EGL error if bindContext failsNicolas Boichat1-2/+8
2016-07-20egl/android: Remove unused variablesTomasz Figa1-2/+0
2016-07-15Use correct names for dlopen()ed files on CygwinYaakov Selkowitz1-0/+2
2016-07-07egl: restrict swap_available dri2_egl_display field to X11Frank Binns2-3/+1
2016-07-07egl: Fix the bad surface attributes combination checking for pbuffers. (v3)Guillaume Charifi1-21/+15
2016-07-07egl/display: remove unnecessary code and make it easier to readEric Engestrom1-15/+14
2016-06-14Added pbuffer hooks for surfaceless platformGurchetan Singh2-5/+215
2016-06-13Android: move libdrm settings to top-level Android.common.mkRob Herring1-6/+0
2016-06-07platform_android: prevent deadlock in droid_swap_buffersHaixia Shi1-5/+12
2016-06-07egl: android: don't add the image loader extension for !render_nodeEmil Velikov1-8/+7
2016-06-03Revert "egl: Check if API is supported when using eglBindAPI."Marek Olšák4-72/+10
2016-06-02egl: Account for default values of texture target and formatPlamena Manolova1-0/+6
2016-06-02egl: Check if API is supported when using eglBindAPI.Plamena Manolova4-10/+72
2016-05-30mesa_glinterop: remove mesa_glinterop typedefsEmil Velikov3-12/+12
2016-05-30egl/dri3: don't crash on no context.Dave Airlie1-2/+4
2016-05-26egl: Additional attribute validation for eglCreatePbufferSurfacePlamena Manolova1-0/+13
2016-05-24mesa_glinterop: make GL interop version field bidirectionalEmil Velikov3-3/+3
2016-05-24mesa_glinterop: remove unneeded GLAPI/GLAPIENTRY/APIENTRYP symbolsEmil Velikov1-2/+2
2016-05-23egl: Add OpenGL_ES to API string regardless of GLES versionPlamena Manolova1-7/+4
2016-05-23configure.ac: Add support for Android buildsNicolas Boichat1-0/+5
2016-05-23egl: add missing link against $(CLOCK_LIB)Emil Velikov1-1/+1
2016-05-23egl: android: remove explicit glFlush callEmil Velikov1-6/+0
2016-05-23egl: android: drop dri2_create_image_android_native_buffer argumentEmil Velikov1-2/+2