summaryrefslogtreecommitdiff
path: root/src/egl/main/eglcontext.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-25egl: Return BAD_CONFIG when robust access unsupportedDaniel Stone1-0/+12
2024-01-09egl: implement EGL_EXT_query_reset_notification_strategySimon Zeni1-0/+5
2023-07-07egl: re-format using clang-formatEric Engestrom1-53/+47
2023-04-26egl: fix typosHarri Nieminen1-1/+1
2022-12-09egl: Move common eglCreateContext() error checks from backends to core.Emma Anholt1-1/+26
2022-10-27egl: Add EGL_EXT_protected_content supportLionel Landwerlin1-0/+15
2022-09-27egl: Remove a bogus restriction from eglMakeCurrentAdam Jackson1-5/+0
2022-07-29egl: Remove usage of USE_ELF_TLS macroYonggang Luo1-3/+0
2021-04-09egl: support no error attribute set to false with ES 1.1Tapani Pälli1-2/+2
2020-08-16egl: drop unused _EGLDriver & _EGLDisplay from _eglQueryContext()Eric Engestrom1-5/+1
2020-08-01egl: const _eglDriverEric Engestrom1-1/+1
2019-05-17egl: Allow EGL_CONTEXT_OPENGL_RESET_NOTIFICATION_STRATEGY in ES and GLKenneth Graunke1-2/+10
2019-05-01egl: return correct error code for a case req ver < 3 with forward-compatibleAndrii Simiklit1-1/+4
2019-02-06egl: use coherent variable namesEric Engestrom1-23/+23
2019-01-11egl: add missing includesEric Engestrom1-0/+1
2018-08-07egl: Simplify queries for EGL_RENDER_BUFFERChad Versace1-7/+33
2018-03-05egl: remove duplicated initializationAndres Gomez1-1/+0
2017-11-06egl: Implement EGL_KHR_context_flush_controlAdam Jackson1-0/+10
2017-10-20egl: Support IMG_context_priorityChris Wilson1-0/+58
2017-07-26egl: move KHR_no_error vs debug/robustness check further downGrigori Goronzy1-11/+10
2017-07-14egl: Add EGL_KHR_create_context_no_error supportGrigori Goronzy1-0/+31
2017-06-26egl: fold _eglError() + return EGL_FALSEEmil Velikov1-4/+2
2017-03-16egl: Implement __DRI_BACKGROUND_CALLABLEEric Anholt1-1/+1
2016-12-27egl: Emit correct error when robust context creation failsChad Versace1-12/+26
2016-09-12egl: Rename MESA_configless_context bit to KHR_no_config_contextAdam Jackson1-2/+2
2016-09-12egl: QueryContext on a configless context returns zeroAdam Jackson1-3/+8
2016-09-08egl: Fix up indentation on previous commitAdam Jackson1-2/+2
2016-09-08egl: Document why EGL_OPENGL{, _ES}_API are mostly identicalAdam Jackson1-0/+10
2016-09-07EGL: Combine the GL and GLES current contexts (v2)Kyle Brenneman1-27/+4
2015-10-03egl: rework handling EGL_CONTEXT_FLAGSMatthew Waters1-5/+44
2015-08-13egl: improve attribute checking for eglCreateContextFrank Binns1-1/+32
2015-06-05egl: add context attribs from EGL 1.5Marek Olšák1-0/+30
2015-06-05egl: fix setting context flagsMarek Olšák1-2/+3
2014-08-04egl: Fix OpenGL ES version checks in _eglParseContextAttribList()Anuj Phogat1-1/+4
2014-03-12Add the EGL_MESA_configless_context extensionNeil Roberts1-4/+16
2014-02-19Revert "egl: Unhide functionality in _eglInitContext()"Chia-I Wu1-2/+1
2014-02-07egl: Unhide functionality in _eglInitContext()Juha-Pekka Heikkila1-1/+2
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-1/+1
2013-01-15egl/dri2: Add plumbing for EGL_OPENGL_ES3_BIT_KHRChad Versace1-1/+3
2012-10-10egl: Return EGL_BAD_MATCH for invalid profile attributesMatt Turner1-10/+7
2012-08-27egl: fix invalid flag detection for EGL_KHR_create_contextMatt Turner1-1/+1
2012-08-14egl: Allow OpenGL ES 3.0 as a versionIan Romanick1-1/+7
2012-08-14egl: Implement front-end support for EGL_EXT_create_context_robustnessIan Romanick1-0/+25
2012-08-14egl: Implement front-end support for EGL_KHR_create_contextIan Romanick1-5/+212
2012-08-14egl: Rename ClientVersion to ClientMajorVersion, add ClientMinorVersionIan Romanick1-4/+5
2012-08-06egl: Replace KHR_surfaceless_* extensions with KHR_surfaceless_contextIan Romanick1-17/+2
2011-12-20egl: remove #ifdef's for official extensionsChia-I Wu1-6/+0
2011-07-02egl: add copyright noticesChia-I Wu1-0/+30
2010-10-23egl: Fix a false negative check in _eglCheckMakeCurrent.Chia-I Wu1-9/+12
2010-10-23egl: Use reference counting to replace IsLinked or IsBound.Chia-I Wu1-32/+43