summaryrefslogtreecommitdiffstats
path: root/src/egl/drivers
Commit message (Expand)AuthorAgeFilesLines
* egl: implement EGL_KHR_gl_texture_3D_imageAnatoli Antonovitch2015-07-031-3/+17
* egl/x11: handle when invalid drawable is passed in create_surfaceEmil Velikov2015-06-301-0/+4
* egl/wayland: cleanup dri2_wl_create_surface error pathEmil Velikov2015-06-301-3/+1
* egl/wayland: handle NULL native_window in create_surfaceEmil Velikov2015-06-301-0/+5
* egl/drm: plug memory leakEmil Velikov2015-06-301-2/+5
* egl/haiku: fix Mesa build under HaikuAlexander von Gluck IV2015-06-291-14/+14
* egl_dri2: Remove trailing whitespacesBoyan Ding2015-06-264-13/+13
* egl/x11: Remove duplicate call to dri2_x11_add_configs_for_visualsBoyan Ding2015-06-231-5/+0
* egl: Use the loader_open_device() helper to do open with CLOEXECDerek Foreman2015-06-234-32/+6
* egl/drm: Duplicate fd with F_DUPFD_CLOEXEC to prevent leakDerek Foreman2015-06-231-1/+1
* egl/x11: Set version of swrastLoader to 2Boyan Ding2015-06-181-1/+1
* egl/dri2: implement platform_surfacelessHaixia Shi2015-06-164-0/+186
* egl: Drop check for driver != NULL.Eric Anholt2015-06-151-1/+1
* egl/dri2: Fix Android Lollipop build on ARM.Eric Anholt2015-06-151-0/+1
* 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