summaryrefslogtreecommitdiffstats
path: root/src/egl
Commit message (Expand)AuthorAgeFilesLines
* egl/android: Add support for YV12 pixel format (v2)Tomasz Figa2016-08-081-6/+50
* egl/android: Make get_fourcc() accept HAL formatsTomasz Figa2016-08-081-9/+11
* egl/android: Refactor image creation to separate flink and prime paths (v2)Tomasz Figa2016-08-081-42/+57
* egl/android: Respect buffer mask in droid_image_get_buffers (v2)Tomasz Figa2016-08-081-5/+15
* egl/android: Remove unused variables in droid_get_buffers_with_format()Tomasz Figa2016-08-081-3/+0
* egl/dri2: Add reference count for dri2_egl_displayNicolas Boichat2016-07-282-20/+95
* egl/android: Stop leaking DRI imagesTomasz Figa2016-07-201-0/+11
* egl/android: Add some useful error messagesTomasz Figa2016-07-201-3/+10
* egl/android: Check return value of dri2_get_dri_config()Tomasz Figa2016-07-201-0/+2
* egl/dri2: dri2_make_current: Set EGL error if bindContext failsNicolas Boichat2016-07-201-2/+8
* egl/android: Remove unused variablesTomasz Figa2016-07-201-2/+0
* 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