summaryrefslogtreecommitdiffstats
path: root/src/egl/drivers/dri2/egl_dri2.c
Commit message (Expand)AuthorAgeFilesLines
* egl/dri2: Add reference count for dri2_egl_displayNicolas Boichat2016-07-281-20/+91
* egl/dri2: dri2_make_current: Set EGL error if bindContext failsNicolas Boichat2016-07-201-2/+8
* Use correct names for dlopen()ed files on CygwinYaakov Selkowitz2016-07-151-0/+2
* mesa_glinterop: remove mesa_glinterop typedefsEmil Velikov2016-05-301-3/+3
* mesa_glinterop: make GL interop version field bidirectionalEmil Velikov2016-05-241-1/+1
* egl: android: directly use dri2_create_image_dma_buf()Emil Velikov2016-05-231-1/+1
* egl/dri2: Don't check return result of mtx_unlock().Matt Turner2016-05-181-8/+2
* egl: implement EGL part of interop interface (v2)Marek Olšák2016-04-201-0/+32
* egl: add EGL_KHR_reusable_sync to egl_driDongwon Kim2016-04-051-6/+186
* egl/dri2: expose srgb configs when KHR_gl_colorspace is availableEmil Velikov2016-01-221-0/+2
* egl: make it clear which platform x11 backend is being used (dri2 or 3)Martin Peres2015-11-171-3/+3
* egl/x11: Implement dri3 support with loader's dri3 helperBoyan Ding2015-11-171-6/+60
* egl_dri2: Add a function to let platform code return dri drawable from _EGLSu...Boyan Ding2015-11-171-19/+27
* egl/dri2: Properly dereference array.Matt Turner2015-10-071-3/+3
* egl/dri2: ease srgb __DRIconfig conditionalsEmil Velikov2015-10-071-25/+12
* egl: move memcpy to bring conf->base operations togetherVarad Gautam2015-10-071-1/+1
* egl: restore surface type before linking config to its displayVarad Gautam2015-10-071-0/+2
* egl/dri2: don't require a context for ClientWaitSync (v2)Marek Olšák2015-10-031-2/+7
* egl/dri2: don't leak the fd on dri2_terminateEmil Velikov2015-09-151-1/+1
* egl_dri2: Add support for EGL_KHR_create_contest when using swrastBoyan Ding2015-09-091-1/+2
* egl_dri2: Use createContextAttribs if swrast version >= 3Boyan Ding2015-09-091-6/+27
* egl_dri2: Move filling context_attrib array in a separate functionBoyan Ding2015-09-091-36/+54
* egl/dri2: Fix include path of u_atomic.h introduced e7e29189Alexander von Gluck IV2015-08-071-1/+1
* egl/dri: Add error info needed for EGL_EXT_image_dma_buf_import extensionFrank Binns2015-08-041-0/+4
* egl/wayland: libdrm is a hard requirement, treat it as suchEmil Velikov2015-08-011-2/+0
* egl: consolidate ifdef HAVE_LIBDRM blocksEmil Velikov2015-08-011-108/+102
* egl: Add support for DRM_FORMAT_R8, RG88, and GR88Chad Versace2015-07-281-0/+19
* egl,dri_interface: use DRI2rendererQueryExtension to enable 3D textures & sRGBMarek Olšák2015-07-221-0/+23
* egl: implement EGL_KHR_gl_colorspace (v2)Marek Olšák2015-07-221-8/+33
* egl: remove flatten HAVE_SHARED_GLAPIEmil Velikov2015-07-221-8/+0
* egl/dri2: load libglapi.0.dylib on osxJulien Isorce2015-07-081-0/+2
* egl: implement EGL_KHR_gl_texture_3D_imageAnatoli Antonovitch2015-07-031-3/+17
* egl_dri2: Remove trailing whitespacesBoyan Ding2015-06-261-5/+5
* egl/dri2: implement platform_surfacelessHaixia Shi2015-06-161-0/+7
* egl: Drop check for driver != NULL.Eric Anholt2015-06-151-1/+1
* android: try to load gallium_dri.so directlyChih-Wei Huang2015-06-091-0/+9
* egl: use EGL 1.5 types without suffixesMarek Olšák2015-06-051-2/+2
* 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-111-1/+4
* egl/wayland: properly destroy wayland objectsAxel Davy2015-05-111-0/+2
* 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-301-0/+95
* egl/dri: don't expose configs with an accumulation bufferMarek Olšák2015-04-301-0/+9
* egl: add initial EGL_MESA_image_dma_buf_export v2.4Dave Airlie2015-04-011-1/+58
* egl/drivers: include stdint.h where neededEmil Velikov2015-03-051-0/+1