aboutsummaryrefslogtreecommitdiffstats
path: root/src/egl/main
Commit message (Expand)AuthorAgeFilesLines
* egl: remove unused includeEric Engestrom2019-01-111-2/+0
* egl: add missing includesEric Engestrom2019-01-115-0/+8
* egl: add missing #include <stddef.h> in egldevice.hGurchetan Singh2018-11-281-1/+1
* egl: Print the actual message to the console from _eglError().Eric Anholt2018-11-161-12/+20
* egl/glvnd: correctly report errors when vendor cannot be foundEmil Velikov2018-11-051-0/+5
* egl: Fix eglentrypoint.h sort order.Mathias Fröhlich2018-11-011-1/+1
* egl: enable EGL_EXT_device_{base,enumeration,query}Emil Velikov2018-11-011-0/+3
* egl: add EGL_EXT_device_drm supportEmil Velikov2018-11-012-0/+117
* egl: add EGL_MESA_device_software supportEmil Velikov2018-11-013-1/+31
* egl: add base EGL_EXT_device_base implementationEmil Velikov2018-11-018-3/+340
* egl: drop EGL driver `name`Eric Engestrom2018-10-313-6/+1
* egl: move alloc & init out of _eglBuiltInDriver{DRI2,Haiku}Eric Engestrom2018-10-313-9/+13
* egl: add messages to a few assert() and turn a couple into unreachable()Eric Engestrom2018-10-301-2/+2
* egl: make eglSwapBuffers* a no-op for !window surfacesEmil Velikov2018-10-031-0/+6
* egl: make eglSwapInterval a no-op for !window surfacesEmil Velikov2018-10-031-0/+3
* egl: implement EXT_surface_SMPTE2086_metadata and EXT_surface_CTA861_3_metadataTapani Pälli2018-08-204-0/+193
* egl: check for buffer overflow *before* corrupting our memoryEric Engestrom2018-08-161-4/+15
* egl/main: Add bits for EGL_KHR_mutable_render_bufferChad Versace2018-08-075-4/+93
* egl: Simplify queries for EGL_RENDER_BUFFERChad Versace2018-08-074-14/+85
* egl: remove unneeded _eglGetNativePlatform checkEmil Velikov2018-08-071-2/+0
* egl/main: fix indentationEric Engestrom2018-08-022-2/+2
* egl: Fix missing clamping in eglSetDamageRegionKHRHarish Krupo2018-07-241-14/+11
* egl/glvnd: Fix a segfault in eglGetProcAddress.Kyle Brenneman2018-06-111-17/+13
* android: change include "cutils/log.h" to "log/log.h" on Android API >=26jenny.q.cao2018-05-141-0/+4
* egl: remove duplicated initializationAndres Gomez2018-03-051-1/+0
* egl: add support for EGL_ANDROID_blob_cacheTapani Pälli2018-02-074-0/+53
* egl: keep extension list sorted, per comment at the topEric Engestrom2018-01-251-1/+1
* 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