summaryrefslogtreecommitdiffstats
path: root/src/egl/drivers/dri2/egl_dri2.c
Commit message (Expand)AuthorAgeFilesLines
* android: support swrastWuZhen2016-11-011-0/+1
* egl/dri2: set max values for pbuffer width and heightTapani Pälli2016-10-271-0/+9
* egl: bring back the default glapi.so nameEric Engestrom2016-10-191-3/+1
* Revert "egl/dri2: rework dri2_make_current code flow"Emil Velikov2016-10-141-36/+36
* egl/dri2: micro optimise dri2_bind_extensions()Emil Velikov2016-10-141-0/+1
* egl/dri2: annotate dri2_extension_match instances as const dataEmil Velikov2016-10-141-7/+7
* egl/dri2: use dri2_bind_extensions to manage the optional extensionsEmil Velikov2016-10-141-18/+10
* egl/dri2: add support for optional extensions in dri2_bind_extensions()Emil Velikov2016-10-141-9/+15
* egl/dri2: coding style cleanupEmil Velikov2016-10-141-143/+143
* egl/dri2: rework dri2_egl_display::extensions storageEmil Velikov2016-10-141-5/+5
* egl/dri2: rework dri2_make_current code flowEmil Velikov2016-10-141-36/+36
* egl/dri2: drop NULL checks prior to dri2_destroy_surfaceEmil Velikov2016-10-141-4/+2
* egl/dri2: call static functions directly, not via _EGLDriver::APIEmil Velikov2016-10-141-14/+14
* egl/dri2: use dri2_egl_display inline wrapper where possibleEmil Velikov2016-10-141-9/+6
* egl/dri2: bail out on NULL dpy in dri2_display_release()Emil Velikov2016-10-141-1/+6
* egl/dri2: move surface refcounting out of the platform codeEmil Velikov2016-10-141-0/+4
* egl/dri2: coding style fixEmil Velikov2016-10-141-1/+2
* egl/dri2: non-shared glapi cleanupsEmil Velikov2016-10-141-14/+17
* egl/dri2: glFlush is not optional, treat it as suchEmil Velikov2016-10-141-3/+8
* egl: Unify the EGLint/EGLAttrib paths in eglCreateSync* (v3)Chad Versace2016-10-101-4/+2
* egl: stop claiming support for pbuffer + msaaTapani Pälli2016-10-031-0/+9
* egl: return corresponding offset of EGLImage instead of 0.Chuanbo Weng2016-09-211-2/+9
* egl: Rename MESA_configless_context bit to KHR_no_config_contextAdam Jackson2016-09-121-1/+1
* egl: only store device name when Wayland support is builtFrank Binns2016-09-011-1/+4
* egl/dri2: check if the EGL API is valid before adding it to ClientAPIsEmil Velikov2016-08-301-4/+4
* egl/dri2: dri2_initialize: Do not reference-count TestOnly displayNicolas Boichat2016-08-231-20/+9
* egl/dri2: remove error checks on return values from mtx_lock and cnd_waitDongwon Kim2016-08-231-35/+12
* egl/dri2: dri2_make_current: Release previous context's displayNicolas Boichat2016-08-161-4/+5
* egl: android: query native window default width and height (v2)Haixia Shi2016-08-091-0/+11
* 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