summaryrefslogtreecommitdiffstats
path: root/src/egl/drivers/dri2
Commit message (Expand)AuthorAgeFilesLines
* android: try to load gallium_dri.so directlyChih-Wei Huang2015-06-091-0/+9
* android: loader: export the path to be includedChih-Wei Huang2015-06-091-1/+0
* egl: use EGL 1.5 types without suffixesMarek Olšák2015-06-051-2/+2
* egl: set the EGL version in common codeMarek Olšák2015-06-054-24/+0
* egl/dri2: silence uninitialized variable warningsBrian Paul2015-06-011-2/+4
* egl/swrast: Enable config extension for swrastAxel Davy2015-05-111-14/+13
* egl/wayland: Implement swrast supportAxel Davy2015-05-113-17/+696
* egl/wayland: Simplify dri2_wl_create_surfaceAxel Davy2015-05-111-25/+13
* egl/x11: move dri2_x11_swrast_create_image_khr to egl_dri2_fallback.hAxel Davy2015-05-112-10/+10
* egl/wayland: Implement DRI_PRIME supportAxel Davy2015-05-112-15/+92
* egl/wayland: Add support for render-nodesAxel Davy2015-05-112-14/+56
* egl/wayland: properly destroy wayland objectsAxel Davy2015-05-112-1/+6
* egl/dri2: Fix codestyle in a commentChad Versace2015-05-071-1/+2
* egl/dri2: Check return value of __DRI2fence::create_fence()Chad Versace2015-05-061-0/+7
* egl: image_dma_buf_export - use KHR 64-bit typeDave Airlie2015-05-051-1/+1
* egl/dri2: implement EGL_KHR_cl_event2 (v2)Marek Olšák2015-04-301-2/+23
* egl/dri2: implement EGL_KHR_wait_syncMarek Olšák2015-04-301-0/+15
* egl/dri2: implement EGL_KHR_fence_syncMarek Olšák2015-04-302-0/+104
* egl/dri: don't expose configs with an accumulation bufferMarek Olšák2015-04-301-0/+9
* android: fix the building rules for Android 5.0Chih-Wei Huang2015-04-221-1/+7
* android: egl: add libsync_cflags to the buildEmil Velikov2015-04-221-0/+6
* android: use LOCAL_SHARED_LIBRARIES over TARGET_OUT_HEADERSEmil Velikov2015-04-221-1/+1
* egl: add initial EGL_MESA_image_dma_buf_export v2.4Dave Airlie2015-04-011-1/+58
* automake: add missing egl files to the tarballEmil Velikov2015-03-251-0/+2
* egl/drivers: include stdint.h where neededEmil Velikov2015-03-055-0/+6
* egl: Take alpha bits into account when selecting GBM formatsDaniel Stone2015-03-041-5/+11
* egl, wayland: RGB565 format support on Back-bufferVivek Kasireddy2015-02-231-3/+38
* egl: Soften several HAVE_DRM_PLATFORM to HAVE_LIBDRMAxel Davy2015-02-121-7/+7
* egl: Pass the correct X visual depth to xcb_put_image().José Fonseca2015-01-311-11/+13
* egl/wayland: Fix unused variable warningsChad Versace2015-01-131-2/+0
* egl: Inform the client API when ancillary buffers may become undefined.Eric Anholt2015-01-066-15/+43
* egl/dri2: Fix build of dri2 egl driver with SConsAlexander von Gluck IV2014-12-231-0/+40
* egl/dri2: Add headers to distribution.Matt Turner2014-12-121-1/+2
* Use calloc instead of malloc/memset-0Matt Turner2014-12-081-2/+1
* egl/dri2: Log a warning if no platforms are enabled.Matt Turner2014-12-041-0/+1
* egl_dri2: add a note about dri2_create_screenEmil Velikov2014-11-071-0/+4
* egl_dri2: fix double free on drm platformsEmil Velikov2014-11-071-3/+9
* egl_dri2: do not leak dri2_dpy->driver_configsEmil Velikov2014-11-061-0/+4
* egl/drm: do not crash when swapping buffers without any renderingLionel Landwerlin2014-10-271-0/+8
* egl: setup screen iterator before using itTapani Pälli2014-09-291-1/+1
* egl: extra null checks for get_xcb_screen() return valuesJuha-Pekka Heikkila2014-09-231-6/+24
* egl/drm: expose KHR_image_pixmap extensionAndreas Pokorny2014-09-231-0/+1
* egl: Restrict multiplication in calloc arguments to use compile-time constantsCarl Worth2014-09-032-2/+2
* egl/dri2: use the correct screen indexMarek Olšák2014-09-012-10/+30
* egl: don't exit process on initialization failureIlia Mirkin2014-08-161-1/+1
* egl_dri2: fix EXT_image_dma_buf_import fdsPekka Paalanen2014-08-141-31/+6
* android: loader: prefix static libraries with libmesa_*Emil Velikov2014-08-131-1/+1
* android: egl/dri2: use the installed libdrm headersEmil Velikov2014-08-131-1/+1
* android: drop HAL_PIXEL_FORMAT_RGBA_{5551,4444}Emil Velikov2014-08-131-4/+0
* dri: Add a new capabilities for drivers that can't share buffersGiovanni Campagna2014-07-302-3/+21