summaryrefslogtreecommitdiff
path: root/src/egl/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-07-22android: rework the EGL buildEmil Velikov1-63/+0
2015-07-22scons: rework the EGL buildEmil Velikov1-25/+0
2015-07-22automake: rework the EGL buildEmil Velikov1-67/+0
2015-07-22egl/haiku: remove unused DEFAULT_DRIVER_DIR defineEmil Velikov1-4/+0
2015-07-22egl: remove flatten HAVE_SHARED_GLAPIEmil Velikov3-13/+0
2015-07-22egl: remove the non-haiku scons buildEmil Velikov2-42/+0
2015-07-08egl/dri2: load libglapi.0.dylib on osxJulien Isorce1-0/+2
2015-07-03egl: implement EGL_KHR_gl_texture_3D_imageAnatoli Antonovitch1-3/+17
2015-06-30egl/x11: handle when invalid drawable is passed in create_surfaceEmil Velikov1-0/+4
2015-06-30egl/wayland: cleanup dri2_wl_create_surface error pathEmil Velikov1-3/+1
2015-06-30egl/wayland: handle NULL native_window in create_surfaceEmil Velikov1-0/+5
2015-06-30egl/drm: plug memory leakEmil Velikov1-2/+5
2015-06-29egl/haiku: fix Mesa build under HaikuAlexander von Gluck IV1-14/+14
2015-06-26egl_dri2: Remove trailing whitespacesBoyan Ding4-13/+13
2015-06-23egl/x11: Remove duplicate call to dri2_x11_add_configs_for_visualsBoyan Ding1-5/+0
2015-06-23egl: Use the loader_open_device() helper to do open with CLOEXECDerek Foreman4-32/+6
2015-06-23egl/drm: Duplicate fd with F_DUPFD_CLOEXEC to prevent leakDerek Foreman1-1/+1
2015-06-18egl/x11: Set version of swrastLoader to 2Boyan Ding1-1/+1
2015-06-16egl/dri2: implement platform_surfacelessHaixia Shi4-0/+186
2015-06-15egl: Drop check for driver != NULL.Eric Anholt1-1/+1
2015-06-15egl/dri2: Fix Android Lollipop build on ARM.Eric Anholt1-0/+1
2015-06-12egl/haiku: coding style fixesEmil Velikov1-4/+5
2015-06-12egl/haiku: plug some obvious memory leaksEmil Velikov1-7/+25
2015-06-12egl/haiku: minor surface management cleanupsEmil Velikov1-11/+4
2015-06-12egl/haiku: kill off haiku_log()Emil Velikov1-24/+0
2015-06-12egl/haiku: we don't use src/loader, drop all the references to itEmil Velikov2-8/+0
2015-06-12egl/haiku: remove unused variables in struct haiku_egl_driverEmil Velikov1-4/+0
2015-06-12egl/haiku: handle memory allocation failureEmil Velikov1-7/+28
2015-06-12egl/haiku: use CALL/TRACE/ERROR over _eglLog() for haiku specificsEmil Velikov1-25/+39
2015-06-12egl/haiku: remove commented out codeEmil Velikov1-93/+0
2015-06-12egl/haiku: use correct version variableEmil Velikov1-2/+1
2015-06-09android: try to load gallium_dri.so directlyChih-Wei Huang1-0/+9
2015-06-09android: loader: export the path to be includedChih-Wei Huang1-1/+0
2015-06-05egl: use EGL 1.5 types without suffixesMarek Olšák1-2/+2
2015-06-05egl: set the EGL version in common codeMarek Olšák4-24/+0
2015-06-01egl/dri2: silence uninitialized variable warningsBrian Paul1-2/+4
2015-05-14egl/haiku: Drop extern "C". No longer neededAlexander von Gluck IV1-2/+0
2015-05-11egl/swrast: Enable config extension for swrastAxel Davy1-14/+13
2015-05-11egl/wayland: Implement swrast supportAxel Davy3-17/+696
2015-05-11egl/wayland: Simplify dri2_wl_create_surfaceAxel Davy1-25/+13
2015-05-11egl/x11: move dri2_x11_swrast_create_image_khr to egl_dri2_fallback.hAxel Davy2-10/+10
2015-05-11egl/wayland: Implement DRI_PRIME supportAxel Davy2-15/+92
2015-05-11egl/wayland: Add support for render-nodesAxel Davy2-14/+56
2015-05-11egl/wayland: properly destroy wayland objectsAxel Davy2-1/+6
2015-05-07egl/dri2: Fix codestyle in a commentChad Versace1-1/+2
2015-05-06egl/dri2: Check return value of __DRI2fence::create_fence()Chad Versace1-0/+7
2015-05-05egl: image_dma_buf_export - use KHR 64-bit typeDave Airlie1-1/+1
2015-04-30egl/dri2: implement EGL_KHR_cl_event2 (v2)Marek Olšák1-2/+23
2015-04-30egl/dri2: implement EGL_KHR_wait_syncMarek Olšák1-0/+15
2015-04-30egl/dri2: implement EGL_KHR_fence_syncMarek Olšák2-0/+104