aboutsummaryrefslogtreecommitdiffstats
path: root/src/egl/main
Commit message (Expand)AuthorAgeFilesLines
* egl: drop `_eglReturnFalse()` fallbacksEric Engestrom2019-06-221-24/+0
* egl: remove unnecessary eglGetProcAddress() fallbackEric Engestrom2019-06-222-2/+1
* egl: remove NULL assignments after calloc()Eric Engestrom2019-06-221-21/+0
* egl: move bad_param check further upEric Engestrom2019-06-222-6/+8
* egl: add missing #includeEric Engestrom2019-06-191-0/+1
* egl: Don't add hardware device if there is no render node v2.Mathias Fröhlich2019-06-191-2/+2
* egl: compare the whole list of attributesEric Engestrom2019-06-111-1/+1
* egl: add EGL_platform_device supportEmil Velikov2019-06-056-7/+100
* egl: keep the software device at the end of the listEmil Velikov2019-06-051-1/+13
* egl: fold X11 attrib handling like other platformsEmil Velikov2019-06-051-34/+11
* egl: remove Options::Platform handlingAdam Jackson2019-06-052-10/+4
* egl: handle the full attrib list in display::optionsAdam Jackson2019-06-053-11/+55
* egl: flesh out a _eglNumAttribs() helperEmil Velikov2019-06-052-9/+16
* egl: Allow EGL_CONTEXT_OPENGL_RESET_NOTIFICATION_STRATEGY in ES and GLKenneth Graunke2019-05-171-2/+10
* egl: check if a window/pixmap is already used on surface creationPaulo Zanoni2019-05-141-0/+32
* egl: store the native surface pointer in struct _egl_surfacePaulo Zanoni2019-05-142-2/+8
* egl: hard-code destroy function instead of passing it around as a pointerEric Engestrom2019-05-021-7/+5
* egl: return correct error code for a case req ver < 3 with forward-compatibleAndrii Simiklit2019-05-011-1/+4
* egl: fixup autotools-specific wordingEric Engestrom2019-04-301-1/+1
* delete autotools input filesEric Engestrom2019-04-291-12/+0
* egl: hide entrypoints that shouldn't be exported when using glvndEric Engestrom2019-03-291-0/+6
* egl: fix libdrm-less buildsEric Engestrom2019-03-052-15/+0
* egl: fix KHR_partial_update without EXT_buffer_ageChia-I Wu2019-02-121-1/+6
* egl: use coherent variable namesEric Engestrom2019-02-0616-246/+246
* egl: Implement EGL API for MESA_query_driverVeluri Mithun2019-01-244-0/+38
* Revert "Implement EGL API for MESA_query_driver"Mark Janes2019-01-234-38/+0
* Implement EGL API for MESA_query_driverVeluri Mithun2019-01-234-0/+38
* 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