summaryrefslogtreecommitdiffstats
path: root/src/egl/drivers/dri2/egl_dri2.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* egl: remove unused err variableAlejandro Piñeiro2017-07-131-1/+1
* egl: set KHR_gl_texture_3D_image only when the requirements are met.Emil Velikov2017-07-121-3/+4
* egl: enhance KHR_gl_image extensions checksEmil Velikov2017-07-121-15/+21
* egl: don't set modifier if no modifiers are availableEmil Velikov2017-07-121-2/+0
* egl: call _eglError within _eglParseImageAttribListEmil Velikov2017-07-121-19/+6
* egl: move eglCreateDRMImageMESA's malloc laterEmil Velikov2017-07-121-29/+23
* Android: use symlinks for driver loadingRob Herring2017-06-291-9/+0
* egl: fold _eglError() + return EGL_FALSEEmil Velikov2017-06-261-48/+24
* egl: drop _eglInitImage() return typeEmil Velikov2017-06-261-13/+3
* egl/dri2: Declare loop vars inside the loopChad Versace2017-06-221-24/+19
* egl: simplify dri_config conditionalsEric Engestrom2017-06-221-15/+10
* egl: turn boolean `int`s into `bool`sEric Engestrom2017-06-211-1/+1
* egl/android: support for EGL_KHR_partial_updateHarish Krupo2017-06-111-0/+9
* egl/dri2: Avoid sign extension when building modifierDaniel Stone2017-06-081-3/+2
* egl: advertise EGL_EXT_image_dma_buf_import_modifiersVarad Gautam2017-05-301-0/+6