summaryrefslogtreecommitdiff
path: root/src/egl
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-23egl: android: directly use dri2_create_image_dma_buf()Emil Velikov3-3/+6
2016-05-23gbm: rename gbm_dri_bo_{map,unmap} to gbm_dri_bo_{map,unmap}_dumbRob Herring1-4/+4
2016-05-23Android: Move setting DEFAULT_DRIVER_DIR to shared locationRob Herring1-7/+0
2016-05-18egl/dri2: Don't check return result of mtx_unlock().Matt Turner1-8/+2
2016-05-01egl: android: do not feed invalid fourcc/pitch into the dri moduleEmil Velikov1-8/+22
2016-05-01egl: android: add dma-buf fd supportRob Herring1-7/+117
2016-05-01egl: android: factor out back buffer handling codeRob Herring1-13/+23
2016-05-01egl: android: factor out format conversion code to a functionRob Herring1-24/+15
2016-05-01egl: android: disable __DRI_DRI2_LOADER support on render nodesRob Herring2-12/+22
2016-05-01automake: drop "EGL_" from HAVE_EGL_PLATFORM_WAYLANDEmil Velikov1-1/+1
2016-05-01automake: drop "EGL_" from HAVE_EGL_PLATFORM_X11Emil Velikov1-1/+1
2016-05-01egl/x11: resolve "initialization from incompatible pointer type" warningMark Kettenis1-2/+10
2016-04-26egl: Remove every double semi-colonJakob Sinclair2-2/+2
2016-04-26egl: fix make check broken by interop supportMarek Olšák1-0/+2
2016-04-21egl/x11: authenticate before doing chipset id ioctlsJonathan Gray1-54/+56
2016-04-20egl: implement EGL part of interop interface (v2)Marek Olšák4-0/+114
2016-04-05egl: add EGL_KHR_reusable_sync to egl_driDongwon Kim4-8/+206
2016-04-01egl: android: enable EGL_FRAMEBUFFER_TARGET_ANDROID and EGL_RECORDABLE_ANDROIDRob Herring1-0/+4
2016-04-01egl: Add EGL_RECORDABLE_ANDROID attributeRob Herring4-0/+9
2016-04-01egl: Add EGL_FRAMEBUFFER_TARGET_ANDROID attributeRob Herring4-1/+10
2016-03-18egl: support EGL_LARGEST_PBUFFER in eglCreatePbufferSurface(...)Daniel Czarnowski3-1/+13
2016-03-10egl: clean up typedef madness in the backend APIMarek Olšák2-155/+155
2016-03-09egl/x11: check the return value of xcb_dri2_get_buffers_reply()Emil Velikov1-0/+3
2016-03-09egl: remove remnants of MESA_drm_displayEmil Velikov2-10/+0
2016-03-09egl: remove final pieces of KHR_vg_parent_imageEmil Velikov2-2/+0
2016-03-09egl/wayland: do not wrap header inclusion in extern "C"Emil Velikov1-4/+4
2016-03-09dri: add backbuffer use flagAxel Davy1-3/+5
2016-02-29Android: clean-up and fix DRI module path handlingRob Herring1-3/+3
2016-02-26egl/wayland: Try to use wl_surface.damage_buffer for SwapBuffersWithDamageDerek Foreman1-3/+36
2016-02-19egl_dri2: set correct error code if swapbuffers failsDaniel Czarnowski1-1/+6
2016-02-19egl: move Null check to eglGetSyncAttribKHR to prevent SegfaultDongwon Kim2-5/+8
2016-02-18Android: enable building on arm64Rob Herring1-3/+2
2016-02-18egl: android: clean-up config attribute settingRob Herring1-3/+9
2016-02-18egl: android: fix visuals declarationVarad Gautam1-1/+1
2016-02-15egl_dri2: NULL check for xcb_dri2_get_buffers_reply()Daniel Czarnowski1-0/+2
2016-01-22egl/dri2: expose srgb configs when KHR_gl_colorspace is availableEmil Velikov1-0/+2
2015-11-20egl: don't forget to ship platform_x11_dri3.h into the tarballEmil Velikov1-1/+3
2015-11-20automake: egl: add symbols testEmil Velikov2-0/+58
2015-11-17egl: make it clear which platform x11 backend is being used (dri2 or 3)Martin Peres3-9/+13
2015-11-17egl/x11_dri3: Implement EGL_KHR_image_pixmapBoyan Ding2-1/+78
2015-11-17egl/x11: Implement dri3 support with loader's dri3 helperBoyan Ding6-15/+705
2015-11-17egl_dri2: Add a function to let platform code return dri drawable from _EGLSu...Boyan Ding6-19/+38
2015-11-13egl/wayland: Ignore rects from SwapBuffersWithDamageDaniel Stone1-12/+4