summaryrefslogtreecommitdiffstats
path: root/src/egl/drivers
Commit message (Expand)AuthorAgeFilesLines
* egl/android: remove config post-processingEmil Velikov2016-08-301-9/+0
* egl/dri2: check if the EGL API is valid before adding it to ClientAPIsEmil Velikov2016-08-301-4/+4
* egl/android: annotate static const data as suchEmil Velikov2016-08-301-1/+1
* egl/dri2: dri2_initialize: Do not reference-count TestOnly displayNicolas Boichat2016-08-231-20/+9
* egl/dri2: remove error checks on return values from mtx_lock and cnd_waitDongwon Kim2016-08-231-35/+12
* egl/dri2: dri2_make_current: Release previous context's displayNicolas Boichat2016-08-161-4/+5
* egl/android: Set dpy->DriverData to NULL on errorNicolas Boichat2016-08-151-0/+1
* egl/drm: Set disp->DriverData to NULL on errorNicolas Boichat2016-08-151-0/+1
* egl/surfaceless: Set disp->DriverData to NULL on errorNicolas Boichat2016-08-151-0/+1
* egl/wayland: Set disp->DriverData to NULL on errorNicolas Boichat2016-08-151-0/+2
* egl/x11: avoid using freed memory if dri2 init failsJan Ziak2016-08-151-0/+3
* egl: android: query native window default width and height (v2)Haixia Shi2016-08-093-0/+42
* 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
* Added pbuffer hooks for surfaceless platformGurchetan Singh2016-06-142-5/+215
* 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
* mesa_glinterop: remove mesa_glinterop typedefsEmil Velikov2016-05-301-3/+3
* egl/dri3: don't crash on no context.Dave Airlie2016-05-301-2/+4
* mesa_glinterop: make GL interop version field bidirectionalEmil Velikov2016-05-241-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
* 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
* 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/x11: authenticate before doing chipset id ioctlsJonathan Gray2016-04-211-54/+56
* egl: implement EGL part of interop interface (v2)Marek Olšák2016-04-202-0/+33
* egl: add EGL_KHR_reusable_sync to egl_driDongwon Kim2016-04-052-6/+188
* egl: android: enable EGL_FRAMEBUFFER_TARGET_ANDROID and EGL_RECORDABLE_ANDROIDRob Herring2016-04-011-0/+4
* egl/x11: check the return value of xcb_dri2_get_buffers_reply()Emil Velikov2016-03-091-0/+3
* dri: add backbuffer use flagAxel Davy2016-03-091-3/+5
* egl/wayland: Try to use wl_surface.damage_buffer for SwapBuffersWithDamageDerek Foreman2016-02-261-3/+36