aboutsummaryrefslogtreecommitdiffstats
path: root/src/egl/main
Commit message (Expand)AuthorAgeFilesLines
* egl: don't try the software path twiceEric Engestrom2017-12-271-1/+1
* egl: rename LIBGL_ALWAYS_SOFTWARE variable from UseFallback to ForceSoftwareEric Engestrom2017-12-272-3/+3
* egl/android: Provide an option for the backend to expose KHR_imageHarish Krupo2017-12-142-1/+3
* egl: Convert int to attrib in eglGetPlatformDisplayAdam Jackson2017-11-173-25/+25
* egl: EXT_pixel_format_float plumbingTapani Pälli2017-11-134-0/+13
* egl: Implement EGL_KHR_context_flush_controlAdam Jackson2017-11-064-0/+13
* egl: Support IMG_context_priorityChris Wilson2017-10-204-0/+66
* Revert "egl: move alloc & init out of _eglBuiltInDriver{DRI2,Haiku}"Marek Olšák2017-10-183-12/+9
* Revert "egl: drop EGL driver `name`"Marek Olšák2017-10-183-1/+6
* egl: set UseFallback if LIBGL_ALWAYS_SOFTWARE is setEric Engestrom2017-10-181-1/+4
* egl: drop EGL driver `name`Eric Engestrom2017-10-183-6/+1
* egl: drop always-false TestOnly optionEric Engestrom2017-10-184-14/+9
* egl: move alloc & init out of _eglBuiltInDriver{DRI2,Haiku}Eric Engestrom2017-10-183-9/+12
* egl: remove left over _EGLMain_tEric Engestrom2017-10-121-3/+0
* egl: drop memset(0) of calloc'ed memoryEric Engestrom2017-10-121-2/+0
* egl: replace _egl_driver->Unload() callback with a simple free()Eric Engestrom2017-10-122-10/+1
* egl: Simplify the "driver" interfaceAdam Jackson2017-10-052-248/+20
* egl: use switch statements over if/else chainEmil Velikov2017-09-191-31/+28
* egl: remove unneeded braces around since line if statementsEmil Velikov2017-09-191-9/+5
* egl: simplify _eglDebugReport* APIEmil Velikov2017-09-193-49/+14
* egl: use _eglError's 'msg' as an actual message in EGL_KHR_debugEmil Velikov2017-09-191-1/+1
* egl: remove unused 'Screens' array from _egl_displayTapani Pälli2017-09-061-1/+0
* egl: Fix inclusion of egl.h+mesa_glinterop.hMatt Turner2017-08-211-1/+1
* egl: avoid eglCreatePlatform*Surface{EXT,} crash with invalid dpyEmil Velikov2017-08-101-2/+2
* egl: handle BAD_NATIVE_PIXMAP further up the stackEmil Velikov2017-08-101-0/+3
* egl: whitespace cleanup in eglapi.cEric Engestrom2017-08-091-25/+25
* egl: check the correct function pointerEric Engestrom2017-08-021-1/+1
* egl: remove unnecessary empty array elementEric Engestrom2017-08-011-3/+2
* egl: split enums to make use of -WswitchEric Engestrom2017-08-011-10/+8
* egl: use designated initaliser for _eglGlobalEric Engestrom2017-08-011-9/+9
* egl: make platform's SwapInterval() optionalEric Engestrom2017-08-011-1/+1
* egl: deduplicate swap interval clamping logicEric Engestrom2017-08-012-19/+12
* egl: move KHR_no_error vs debug/robustness check further downGrigori Goronzy2017-07-261-11/+10
* egl: fix whitespace issues from eglimage codeTapani Pälli2017-07-251-10/+10
* egl: Fix _eglPointerIsDereferencable() to ignore page residencyMiguel A. Vico2017-07-241-1/+12
* egl: Move _eglPointerIsDereferencable() to eglglobals.[ch]Miguel A. Vico2017-07-243-33/+37
* egl: propagate EGL_BAD_ATTRIBUTE during EGLImage attr parsingEmil Velikov2017-07-191-0/+7
* egl: Add EGL_KHR_create_context_no_error supportGrigori Goronzy2017-07-144-0/+34
* egl: check for extensions' presence during attr parsingEmil Velikov2017-07-121-4/+18
* egl: add width/height as EXT_image_dma_buf_import attrsEmil Velikov2017-07-121-0/+6
* egl: polish EXT_image_dma_buf_import attr parsingEmil Velikov2017-07-121-29/+22
* egl: simplify EXT_image_dma_buf_import_modifiers attr parsingEmil Velikov2017-07-121-26/+4
* egl: split _eglParseImageAttribList into per extension functionsEmil Velikov2017-07-121-186/+260
* egl: call _eglError within _eglParseImageAttribListEmil Velikov2017-07-122-11/+12
* egl: fold _eglError() + return EGL_FALSEEmil Velikov2017-06-263-60/+30
* egl: drop _eglInitImage() return typeEmil Velikov2017-06-262-11/+5
* egl/display: make platform detection thread-safeEric Engestrom2017-06-161-7/+12
* egl/display: only detect the platform onceEric Engestrom2017-06-161-14/+17
* egl/android: support for EGL_KHR_partial_updateHarish Krupo2017-06-117-0/+109
* egl: fix _eglQuerySurface in EGL_BUFFER_AGE_EXT caseTapani Pälli2017-06-091-1/+5