summaryrefslogtreecommitdiffstats
path: root/src/egl/drivers/dri2/egl_dri2.c
Commit message (Expand)AuthorAgeFilesLines
* dri: fromPlanar() can return NULL as a valid resultLouis-Francis Ratté-Boulianne2018-02-151-1/+2
* egl: add support for EGL_ANDROID_blob_cacheTapani Pälli2018-02-071-0/+16
* egl: let each platform decided how to handle LIBGL_ALWAYS_SOFTWAREEric Engestrom2017-12-271-4/+0
* egl: pass the dri2_dpy to the $plat_teardown functionsEmil Velikov2017-11-161-2/+2
* egl: add note about missing $plat_teardownEmil Velikov2017-11-161-0/+1
* egl/wayland: move teardown code to the platform fileEmil Velikov2017-11-161-20/+1
* egl/drm: move teardown code to the platform fileEmil Velikov2017-11-161-5/+1
* egl/x11: move teardown code to the platform fileEmil Velikov2017-11-161-5/+1
* egl: Provide meaningfull error when built w/o requested platformEmil Velikov2017-11-161-11/+1
* egl: EXT_pixel_format_float plumbingTapani Pälli2017-11-131-0/+2
* threads: update for late C11 changesNicolai Hähnle2017-11-091-11/+13
* egl: Implement EGL_KHR_context_flush_controlAdam Jackson2017-11-061-1/+10
* egl/dri2: Factor out context attribute initializationAdam Jackson2017-11-061-24/+7
* egl,dri: Propagate context priority hint to driver->CreateContextChris Wilson2017-10-201-7/+31
* egl: Support IMG_context_priorityChris Wilson2017-10-201-0/+5
* Revert "egl: move alloc & init out of _eglBuiltInDriver{DRI2,Haiku}"Marek Olšák2017-10-181-3/+10
* Revert "egl: drop EGL driver `name`"Marek Olšák2017-10-181-0/+2
* egl: drop EGL driver `name`Eric Engestrom2017-10-181-2/+0
* egl: drop always-false TestOnly optionEric Engestrom2017-10-181-4/+0
* egl: move alloc & init out of _eglBuiltInDriver{DRI2,Haiku}Eric Engestrom2017-10-181-10/+3
* egl_dri2: drop dri2_egl_driver structEric Engestrom2017-10-181-53/+50
* egl_dri2: move glFlush out of struct dri2_egl_driverEric Engestrom2017-10-181-25/+22
* wayland-drm: constify the callbacks struct, take 2Emil Velikov2017-10-131-9/+5
* egl/dri: don't crash when createImageFromRenderbuffer2 is NULLEmil Velikov2017-10-131-1/+2
* egl: replace _egl_driver->Unload() callback with a simple free()Eric Engestrom2017-10-121-9/+0
* egl/dri: use createImageFromRenderbuffer2 when availableNicolai Hähnle2017-10-101-3/+20
* egl/dri: factor out egl_error_from_dri_image_errorNicolai Hähnle2017-10-101-28/+26
* egl: Simplify the "driver" interfaceAdam Jackson2017-10-051-3/+1
* egl/dri: link directly to libglapi.soEmil Velikov2017-10-021-38/+4
* egl/dri2: Implement swapInterval fallback in a conformant way (v2)Tomasz Figa2017-09-271-0/+12
* Revert "wayland-drm: constify the callbacks struct"Daniel Stone2017-09-261-5/+9
* egl: fix build fallouts from 1d0be5b3fe5Krzysztof Sobiecki2017-09-191-1/+1
* wayland-drm: constify the callbacks structEmil Velikov2017-09-191-9/+5
* configure.ac: define WL_HIDE_DEPRECATED at global scaleEmil Velikov2017-09-191-2/+0
* egl: Allow creation of per surface out fenceZhongmin Wu2017-09-191-0/+72
* Revert "egl: Allow creation of per surface out fence"Mark Janes2017-08-301-71/+0
* egl/dri2: only destroy created objectsMichael Olbrich2017-08-301-3/+6
* egl: Allow creation of per surface out fenceZhongmin Wu2017-08-301-0/+71
* egl: simplify refcounting after screen creationEmil Velikov2017-08-291-9/+5
* egl: don't NULL deref the .get_capabilities function pointerEmil Velikov2017-08-261-1/+2
* egl: deduplicate allocations of local buffer over each platform backend (v2)Gwan-gyeong Mun2017-08-221-0/+34
* egl: Fix inclusion of egl.h+mesa_glinterop.hMatt Turner2017-08-211-1/+1
* loader_dri3/glx/egl: Optionally use a blit context for blitting operationsThomas Hellstrom2017-08-171-1/+4
* egl/dri2: Allow modifiers to add FDs to importsDaniel Stone2017-08-111-19/+19
* egl: add dri2_setup_swap_interval helperEmil Velikov2017-08-101-0/+35
* egl/dri2: add image extension such it's usable by swrast driverGurchetan Singh2017-08-071-0/+1
* egl: check the correct function pointerEric Engestrom2017-08-021-0/+2
* egl/wayland: Use linux-dmabuf interface for buffersDaniel Stone2017-07-181-0/+7
* egl: Fix predecence problem when setting __DRI_CTX_FLAG_NO_ERRORKenneth Graunke2017-07-141-1/+1
* egl: Add EGL_KHR_create_context_no_error supportGrigori Goronzy2017-07-141-2/+18