summaryrefslogtreecommitdiffstats
path: root/src/egl/main
Commit message (Expand)AuthorAgeFilesLines
* egl: Fix crashes in eglCreate*Surface()Chad Versace2016-12-161-2/+2
* egl: make interop ABI visible againMarek Olšák2016-11-091-2/+2
* egl: use util/macros.hMarek Olšák2016-11-091-3/+2
* egl: set preserved behavior for surface only if config supports itTapani Pälli2016-10-271-1/+5
* egl: add check that eglCreateContext gets a valid configTapani Pälli2016-10-271-1/+3
* egl: Implement EGL_MESA_platform_surfacelessChad Versace2016-10-144-1/+70
* egl: Don't advertise unsupported platform extensionsChad Versace2016-10-141-2/+8
* egl: add eglSwapBuffersWithDamageKHREric Engestrom2016-10-111-6/+26
* egl: Unify the EGLint/EGLAttrib paths in eglCreateSync* (v3)Chad Versace2016-10-104-48/+32
* egl: Implement EGL_KHR_debug (v2)Kyle Brenneman2016-10-052-0/+146
* egl: Track EGL_KHR_debug state when going through EGL API calls (v3)Kyle Brenneman2016-10-054-12/+257
* egl: Drop duplicate check on EGLSync typeChad Versace2016-10-041-6/+0
* egl: Cleanup control flow in _eglParseSyncAttribListChad Versace2016-10-041-6/+8
* egl: Add _eglConvertIntsToAttribs()Chad Versace2016-10-042-0/+43
* egl: Fix an error path in eglCreateSync*Chad Versace2016-10-041-2/+12
* egl: Fix truncation error in _eglParseSyncAttribList64Chad Versace2016-10-041-3/+4
* egl: Fix missing unlock in eglGetSyncAttribKHRChad Versace2016-10-041-1/+1
* egl: Add storage for EGL_KHR_debug's state to EGL objectsKyle Brenneman2016-09-145-3/+27
* egl: Factor out _eglGetSyncAttribCommonKyle Brenneman2016-09-141-5/+13
* egl: Factor out _eglWaitSyncCommonKyle Brenneman2016-09-141-5/+13
* egl: Lock the display in _eglCreateSync's callersKyle Brenneman2016-09-141-6/+8
* egl: Factor out _eglCreateImageCommon (v2)Kyle Brenneman2016-09-141-5/+13
* egl: Factor out _eglWaitClientCommonKyle Brenneman2016-09-141-3/+8
* egl: Use _eglCreatePixmapSurfaceCommon consistentlyKyle Brenneman2016-09-141-15/+21
* egl: Use _eglCreateWindowSurfaceCommon consistentlyKyle Brenneman2016-09-141-10/+18
* egl: Factor out _eglGetPlatformDisplayCommonKyle Brenneman2016-09-141-5/+13
* egl: Fix typoKyle Brenneman2016-09-141-1/+1
* egl: Tear down images and syncs at eglTerminateAdam Jackson2016-09-141-0/+22
* egl: Rename MESA_configless_context bit to KHR_no_config_contextAdam Jackson2016-09-123-5/+7
* egl: QueryContext on a configless context returns zeroAdam Jackson2016-09-121-3/+8
* egl: fix gcc warning braces around scalar initializerTimothy Arceri2016-09-121-1/+1
* egl: Fix up indentation on previous commitAdam Jackson2016-09-081-2/+2
* egl: Document why EGL_OPENGL{, _ES}_API are mostly identicalAdam Jackson2016-09-081-0/+10
* EGL: Combine the GL and GLES current contexts (v2)Kyle Brenneman2016-09-074-107/+22
* egl: treat EGL_OPENGL_API as invalid on AndroidEmil Velikov2016-08-301-1/+7
* egl: turn a couple asserts static (compile-time)Eric Engestrom2016-08-241-3/+4
* egl: Fix the bad surface attributes combination checking for pbuffers. (v3)Guillaume Charifi2016-07-071-21/+15
* egl/display: remove unnecessary code and make it easier to readEric Engestrom2016-07-071-15/+14
* Revert "egl: Check if API is supported when using eglBindAPI."Marek Olšák2016-06-034-72/+10
* egl: Account for default values of texture target and formatPlamena Manolova2016-06-021-0/+6
* egl: Check if API is supported when using eglBindAPI.Plamena Manolova2016-06-024-10/+72
* mesa_glinterop: remove mesa_glinterop typedefsEmil Velikov2016-05-302-9/+9
* egl: Additional attribute validation for eglCreatePbufferSurfacePlamena Manolova2016-05-261-0/+13
* mesa_glinterop: make GL interop version field bidirectionalEmil Velikov2016-05-242-2/+2
* mesa_glinterop: remove unneeded GLAPI/GLAPIENTRY/APIENTRYP symbolsEmil Velikov2016-05-241-2/+2
* egl: Add OpenGL_ES to API string regardless of GLES versionPlamena Manolova2016-05-231-7/+4
* egl: implement EGL part of interop interface (v2)Marek Olšák2016-04-202-0/+81
* egl: add EGL_KHR_reusable_sync to egl_driDongwon Kim2016-04-052-2/+18
* egl: Add EGL_RECORDABLE_ANDROID attributeRob Herring2016-04-014-0/+9
* egl: Add EGL_FRAMEBUFFER_TARGET_ANDROID attributeRob Herring2016-04-014-1/+10