aboutsummaryrefslogtreecommitdiffstats
path: root/src/egl
Commit message (Expand)AuthorAgeFilesLines
...
* Use correct names for dlopen()ed files on CygwinYaakov Selkowitz2016-07-151-0/+2
* egl: restrict swap_available dri2_egl_display field to X11Frank Binns2016-07-072-3/+1
* egl: Fix the bad surface attributes combination checking for pbuffers. (v3)Guillaume Charifi2016-07-071-21/+15
* egl/display: remove unnecessary code and make it easier to readEric Engestrom2016-07-071-15/+14
* Added pbuffer hooks for surfaceless platformGurchetan Singh2016-06-142-5/+215
* Android: move libdrm settings to top-level Android.common.mkRob Herring2016-06-131-6/+0
* platform_android: prevent deadlock in droid_swap_buffersHaixia Shi2016-06-071-5/+12
* egl: android: don't add the image loader extension for !render_nodeEmil Velikov2016-06-071-8/+7
* Revert "egl: Check if API is supported when using eglBindAPI."Marek Olšák2016-06-034-72/+10
* egl: Account for default values of texture target and formatPlamena Manolova2016-06-021-0/+6
* egl: Check if API is supported when using eglBindAPI.Plamena Manolova2016-06-024-10/+72
* mesa_glinterop: remove mesa_glinterop typedefsEmil Velikov2016-05-303-12/+12
* egl/dri3: don't crash on no context.Dave Airlie2016-05-301-2/+4
* egl: Additional attribute validation for eglCreatePbufferSurfacePlamena Manolova2016-05-261-0/+13
* mesa_glinterop: make GL interop version field bidirectionalEmil Velikov2016-05-243-3/+3
* mesa_glinterop: remove unneeded GLAPI/GLAPIENTRY/APIENTRYP symbolsEmil Velikov2016-05-241-2/+2
* egl: Add OpenGL_ES to API string regardless of GLES versionPlamena Manolova2016-05-231-7/+4
* configure.ac: Add support for Android buildsNicolas Boichat2016-05-231-0/+5
* egl: add missing link against $(CLOCK_LIB)Emil Velikov2016-05-231-1/+1
* egl: android: remove explicit glFlush callEmil Velikov2016-05-231-6/+0
* egl: android: drop dri2_create_image_android_native_buffer argumentEmil Velikov2016-05-231-2/+2
* egl: android: directly use dri2_create_image_dma_buf()Emil Velikov2016-05-233-3/+6
* gbm: rename gbm_dri_bo_{map,unmap} to gbm_dri_bo_{map,unmap}_dumbRob Herring2016-05-231-4/+4
* Android: Move setting DEFAULT_DRIVER_DIR to shared locationRob Herring2016-05-231-7/+0
* egl/dri2: Don't check return result of mtx_unlock().Matt Turner2016-05-181-8/+2
* egl: android: do not feed invalid fourcc/pitch into the dri moduleEmil Velikov2016-05-011-8/+22
* egl: android: add dma-buf fd supportRob Herring2016-05-011-7/+117
* egl: android: factor out back buffer handling codeRob Herring2016-05-011-13/+23
* egl: android: factor out format conversion code to a functionRob Herring2016-05-011-24/+15
* egl: android: disable __DRI_DRI2_LOADER support on render nodesRob Herring2016-05-012-12/+22
* automake: drop "EGL_" from HAVE_EGL_PLATFORM_WAYLANDEmil Velikov2016-05-011-1/+1
* automake: drop "EGL_" from HAVE_EGL_PLATFORM_X11Emil Velikov2016-05-011-1/+1
* egl/x11: resolve "initialization from incompatible pointer type" warningMark Kettenis2016-05-011-2/+10
* egl: Remove every double semi-colonJakob Sinclair2016-04-262-2/+2
* egl: fix make check broken by interop supportMarek Olšák2016-04-261-0/+2
* egl/x11: authenticate before doing chipset id ioctlsJonathan Gray2016-04-211-54/+56
* egl: implement EGL part of interop interface (v2)Marek Olšák2016-04-204-0/+114
* egl: add EGL_KHR_reusable_sync to egl_driDongwon Kim2016-04-054-8/+206
* egl: android: enable EGL_FRAMEBUFFER_TARGET_ANDROID and EGL_RECORDABLE_ANDROIDRob Herring2016-04-011-0/+4
* egl: Add EGL_RECORDABLE_ANDROID attributeRob Herring2016-04-014-0/+9
* egl: Add EGL_FRAMEBUFFER_TARGET_ANDROID attributeRob Herring2016-04-014-1/+10
* egl: support EGL_LARGEST_PBUFFER in eglCreatePbufferSurface(...)Daniel Czarnowski2016-03-183-1/+13
* egl: clean up typedef madness in the backend APIMarek Olšák2016-03-102-155/+155
* egl/x11: check the return value of xcb_dri2_get_buffers_reply()Emil Velikov2016-03-091-0/+3
* egl: remove remnants of MESA_drm_displayEmil Velikov2016-03-092-10/+0
* egl: remove final pieces of KHR_vg_parent_imageEmil Velikov2016-03-092-2/+0
* egl/wayland: do not wrap header inclusion in extern "C"Emil Velikov2016-03-091-4/+4
* dri: add backbuffer use flagAxel Davy2016-03-091-3/+5
* Android: clean-up and fix DRI module path handlingRob Herring2016-02-291-3/+3
* egl/wayland: Try to use wl_surface.damage_buffer for SwapBuffersWithDamageDerek Foreman2016-02-261-3/+36