summaryrefslogtreecommitdiff
path: root/src/egl/drivers/dri2/egl_dri2.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-26Upgrade to 23.3.3Xuelian Bai1-0/+6
2024-01-18Fix to support EGL_SYNC_NATIVE_FENCE_ANDROID on TIZENJoonbum Ko1-25/+1
2024-01-18Add exception handle for multithread case.Xuelian1-0/+7
2024-01-18Implement extension EGL_TIZEN_native_fence_syncJoonbum Ko1-1/+53
2024-01-18egl_dri2: Add support for TizenXuelian1-0/+105
2024-01-10egl: only check dri3 on X11antonino1-0/+2
2023-11-18egl: ensure a render node is passed to _eglFindDevice()Simon Ser1-1/+24
2023-11-18egl: extract EGLDevice setup in dedicated functionSimon Ser1-0/+14
2023-11-18egl/dri2: increase NUM_ATTRIBS to fit all the attributesEric Engestrom1-1/+1
2023-10-19egl/glx: don't load non-sw zink without dri3 supportMike Blumenkrantz1-0/+7
2023-10-19egl: init dri3 version info during screen creationMike Blumenkrantz1-0/+8
2023-10-19egl: unify dri2_egl_display creationMike Blumenkrantz1-0/+14
2023-08-19egl: Advertise EGL_MESA_gl_interop extension if support presentSylvain Munaut1-0/+4
2023-08-04egl/dri2: Add a couple of missing mutex release in error pathSylvain Munaut1-2/+5
2023-07-28egl/dri2: Don't look up image extension twiceDaniel Stone1-1/+1
2023-07-27kopper: pass modifier availability to drawable creationMike Blumenkrantz1-0/+3
2023-07-27kopper: move pixmap param for drawable creation to info structMike Blumenkrantz1-2/+4
2023-07-07egl: re-format using clang-formatEric Engestrom1-455/+431
2023-07-07egl: protect the formatting in a couple of placesEric Engestrom1-0/+2
2023-07-07egl: add a few trailing commasEric Engestrom1-2/+2
2023-06-14egl/dri2: trigger drawable invalidation from surface queries for zinkMike Blumenkrantz1-1/+1
2023-04-26egl: fix typosHarri Nieminen1-2/+2
2023-04-26egl: Clear EGL_WINDOW_BIT for non-double-buffered EGLConfigsAdam Jackson1-0/+3
2023-04-19egl: inline driver.GetProcAddress() as it's always _glapi_get_proc_address()Eric Engestrom1-10/+0
2023-03-30dri2/android: Bypass throttlingRob Clark1-2/+9
2023-01-24egl: remove is_different_gpu variable from struct dri2_egl_displayYogesh Mohan Marimuthu1-4/+8
2023-01-24egl: add render_gpu tag to dri2_dpy->fd and dri2_dpy->dri_screen variableYogesh Mohan Marimuthu1-39/+41
2023-01-24egl: create DRI screen for display GPU in case of primeYogesh Mohanmarimuthu1-0/+23
2023-01-24egl,egl/x11: keep display fd open for primeYogesh Mohanmarimuthu1-0/+2
2023-01-23egl/dri2: avoid undefined unlocksJonathan Gray1-4/+0
2023-01-05egl: handle NULL loaderPrivate in dri_is_thread_safePierre-Eric Pelloux-Prayer1-3/+11
2022-12-09egl: Drop backwards compat for missing __DRI_ATTRIB_*_SHIFT.Emma Anholt1-18/+4
2022-12-09egl: Replace sRGB support check with a pscreen query.Emma Anholt1-16/+6
2022-12-09egl: Move common eglCreateContext() error checks from backends to core.Emma Anholt1-26/+1
2022-12-09egl: Replace the robustness DRI2 ext check with a pipe cap query.Emma Anholt1-3/+1
2022-12-09egl: Remove silly robustness support checks.Emma Anholt1-19/+0
2022-12-05egl+glx: Always support no_error contexts.Emma Anholt1-4/+1
2022-12-05egl: Collapse a bunch of renderer queries into pipe cap queries.Emma Anholt1-10/+14
2022-12-05egl: Pull the API mask directly out of the dri_screen.Emma Anholt1-13/+3
2022-12-05dri: Add createContext hook to __DRI_MESA.Emma Anholt1-32/+9
2022-12-05dri: Add createNewScreen into the __DRI_MESA extension.Emma Anholt1-20/+6
2022-12-05dri: Introduce internal Mesa DRI driver loader extension.Emma Anholt1-0/+3
2022-12-05egl: Switch to using loader_bind_extensions().Emma Anholt1-99/+44
2022-12-01egl: Refactor common error handling for context creation.Emma Anholt1-3/+1
2022-12-01egl: Bump minimum version of __DRI_SWRAST to 4.Emma Anholt1-38/+18
2022-12-01egl: Require __DRI_DRI2 v4 if we're to do DRI2.Emma Anholt1-33/+17
2022-12-01egl: Bump __DRI_CONFIG_OPTIONS min version to 2.Emma Anholt1-7/+2
2022-12-01egl: Bump minimum version of __DRI_IMAGE to 6 and drop version checks.Emma Anholt1-11/+8
2022-12-01egl: Bump required version of optional __DRI2_FENCE to 2.Emma Anholt1-10/+6
2022-11-21gallium/dri: Add P030 formatJose Maria Casanova Crespo1-0/+1