summaryrefslogtreecommitdiff
path: root/src/egl
Commit message (Expand)AuthorAgeFilesLines
...
* egl: Replace sRGB support check with a pscreen query.Emma Anholt2022-12-092-17/+6
* egl: Move common eglCreateContext() error checks from backends to core.Emma Anholt2022-12-095-55/+30
* egl: Replace the robustness DRI2 ext check with a pipe cap query.Emma Anholt2022-12-092-4/+1
* egl: Remove silly robustness support checks.Emma Anholt2022-12-091-19/+0
* egl+glx: Always support no_error contexts.Emma Anholt2022-12-051-4/+1
* egl: Collapse a bunch of renderer queries into pipe cap queries.Emma Anholt2022-12-051-10/+14
* egl: Pull the API mask directly out of the dri_screen.Emma Anholt2022-12-052-13/+7
* dri: Add createContext hook to __DRI_MESA.Emma Anholt2022-12-051-32/+9
* dri: Add createNewScreen into the __DRI_MESA extension.Emma Anholt2022-12-051-20/+6
* dri: Introduce internal Mesa DRI driver loader extension.Emma Anholt2022-12-053-0/+6
* egl: Switch to using loader_bind_extensions().Emma Anholt2022-12-051-99/+44
* egl: Refactor common error handling for context creation.Emma Anholt2022-12-011-3/+1
* egl: Bump minimum version of __DRI_SWRAST to 4.Emma Anholt2022-12-011-38/+18
* egl: Require __DRI_DRI2 v4 if we're to do DRI2.Emma Anholt2022-12-011-33/+17
* egl: Bump __DRI_CONFIG_OPTIONS min version to 2.Emma Anholt2022-12-011-7/+2
* egl: Bump minimum version of __DRI_IMAGE to 6 and drop version checks.Emma Anholt2022-12-011-11/+8
* egl: Bump required version of optional __DRI2_FENCE to 2.Emma Anholt2022-12-011-10/+6
* egl: Fix uninitialized variable warningAdam Jackson2022-11-221-1/+1
* gallium/dri: Add P030 formatJose Maria Casanova Crespo2022-11-211-0/+1
* Revert "egl/glx: add fallback for zink loading"Michel Dänzer2022-11-171-18/+4
* meson: Refactoring shared gen_vs_module_defs_normal_command outYonggang Luo2022-11-111-3/+1
* zink: Only #include <vulkan/vulkan_core.h> instead #include <vulkan/vulkan.h>...Yonggang Luo2022-11-102-6/+13
* egl: Remove the need of _MTX_INITIALIZER_NP by using simple_mtx_t/SIMPLE_MTX_...Yonggang Luo2022-11-091-4/+5
* egl/wgl: Implement interop methodsJesse Natalie2022-11-021-0/+32
* egl/dri2: Implement the new flush methodJesse Natalie2022-11-025-0/+43
* utils: Merge util/debug.* into util/u_debug.* and remove util/debug.*Illia Abernikhin2022-11-023-8/+8
* egl: Add EGL_EXT_protected_content supportLionel Landwerlin2022-10-278-4/+33
* dri: rename PROTECTED_CONTENT in PROTECTED_SURFACELionel Landwerlin2022-10-271-1/+1
* egl: fix error string for dri2_create_image_dma_buf()Simon Ser2022-10-211-1/+5
* Revert "egl: Factor some common terminate cleanup up to common code"Rob Clark2022-10-204-9/+16
* egl/dri2: Use util_call_once_data to replace usage of mtx_t glFlushMutexYonggang Luo2022-10-201-5/+10
* egl/wgl: Use util_call_once_data to replace usage of mtx_t glFlushMutexYonggang Luo2022-10-201-5/+10
* util/mesa/wide: Rename _SIMPLE_MTX_INITIALIZER_NP to SIMPLE_MTX_INITIALIZERYonggang Luo2022-10-141-1/+1
* EGL: sync headers with KhronosSimon Zeni2022-10-121-7/+83
* egl: set API symbols publicSimon Zeni2022-10-122-46/+45
* egl: fix Xlib include in egldisplay.hSimon Zeni2022-10-121-0/+3
* egl: Remove a bogus restriction from eglMakeCurrentAdam Jackson2022-09-271-5/+0
* egl/dri2: Fix a weird conditional in dri2_make_currentAdam Jackson2022-09-271-1/+1
* egl: Factor some common terminate cleanup up to common codeAdam Jackson2022-09-274-16/+9
* egl: Formatting fixAdam Jackson2022-09-271-1/+1
* egl: Rewrite eglSetBlobCacheFuncsANDROID to use the standard macrosAdam Jackson2022-09-221-22/+7
* egl: Factor out the eglTerminate write-lock patternAdam Jackson2022-09-221-4/+15
* egl: Untangle some spaghetti around _eglLookupDisplayAdam Jackson2022-09-223-38/+21
* egl: Promote _eglLock/UnlockDisplay to internal APIAdam Jackson2022-09-224-33/+23
* egl: Fix a bunch of maybe-uninitialized warningsAdam Jackson2022-09-221-25/+25
* egl/glx: add fallback for zink loadingMike Blumenkrantz2022-09-211-4/+18
* egl/wayland: fix glthread crashesPierre-Eric Pelloux-Prayer2022-09-211-3/+11
* egl: Return EGL_BAD_MATCH for invalid share_listMichael Skorokhodov2022-09-201-0/+11
* egl/dri2: Fix missing return with dri2_egl_error_unlock.Vinson Lee2022-09-191-1/+1
* egl/dri2: Fix some thinkos in old context releaseAdam Jackson2022-09-161-2/+2