summaryrefslogtreecommitdiffstats
path: root/src/egl/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* egl/haiku: coding style fixesEmil Velikov2015-06-121-4/+5
* egl/haiku: plug some obvious memory leaksEmil Velikov2015-06-121-7/+25
* egl/haiku: minor surface management cleanupsEmil Velikov2015-06-121-11/+4
* egl/haiku: kill off haiku_log()Emil Velikov2015-06-121-24/+0
* egl/haiku: we don't use src/loader, drop all the references to itEmil Velikov2015-06-122-8/+0
* egl/haiku: remove unused variables in struct haiku_egl_driverEmil Velikov2015-06-121-4/+0
* egl/haiku: handle memory allocation failureEmil Velikov2015-06-121-7/+28
* egl/haiku: use CALL/TRACE/ERROR over _eglLog() for haiku specificsEmil Velikov2015-06-121-25/+39
* egl/haiku: remove commented out codeEmil Velikov2015-06-121-93/+0
* egl/haiku: use correct version variableEmil Velikov2015-06-121-2/+1
* 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/haiku: Drop extern "C". No longer neededAlexander von Gluck IV2015-05-141-2/+0
* 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-056-0/+7
* 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/haiku: Clean up SConscript whitespaceAlexander von Gluck IV2014-12-231-13/+12
* egl/dri2: Fix build of dri2 egl driver with SConsAlexander von Gluck IV2014-12-231-0/+40
* egl: Clean up Haiku visual creationAlexander von Gluck IV2014-12-231-49/+47
* egl: Add Haiku code and supportAlexander von Gluck IV2014-12-232-0/+473
* 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