summaryrefslogtreecommitdiff
path: root/src/egl
AgeCommit message (Expand)AuthorFilesLines
2024-06-26egl/wayland: ignore unsupported driver configsJulian Orth1-0/+3
2024-06-25egl/surfaceless: Enable RGBA configsDaniel Stone1-0/+2
2024-06-25egl/dri: Use packed pipe_formatMichel Dänzer1-2/+2
2024-06-21egl: do not access member of a NULL structureJuan A. Suarez Romero1-3/+5
2024-06-21egl: use os_get_option() to allow android to set EGL_LOG_LEVELEric Engestrom1-1/+2
2024-06-21gallium/hud: use os_get_option() to allow android to set GALLIUM_HUD and rela...Eric Engestrom1-1/+1
2024-06-12egl/dri2: add support for EGL_EXT_surface_compressionLouis-Francis Ratté-Boulianne3-9/+144
2024-06-12egl: wire up EGL_EXT_surface_compression extensionLouis-Francis Ratté-Boulianne7-0/+63
2024-06-12egl/wayland: factor out common part of DRI image creationLouis-Francis Ratté-Boulianne1-43/+35
2024-06-12egl: Use gbm_bo_create_with_modifiers2() when the surface has non-zero flagsBoris Brezillon1-1/+6
2024-06-10egl/device: drop unnecessary intermediate variableEric Engestrom1-5/+3
2024-06-10egl: ensure future platforms get their teardown implementedEric Engestrom1-1/+5
2024-06-10egl: move android-specific code into an android branchEric Engestrom1-4/+5
2024-06-10egl: fix teardown when using xcbEric Engestrom1-0/+1
2024-05-21egl/android: Fix sRGB visualsRob Clark1-1/+6
2024-05-17Revert "egl/wayland: Remove EGL_WL_create_wayland_buffer_from_image"Adrian Perez de Castro6-1/+83
2024-05-17egl/dri2: fix error returns on dri2_initialize_x11_dri3 failMike Blumenkrantz1-1/+3
2024-05-11egl/x11: Allow all RGB visuals to match 32-bit RGBA EGLConfigsRobert Mader1-5/+1
2024-05-11egl: Implement EGL_MESA_x11_native_visual_idRobert Mader3-0/+11
2024-05-11egl/x11: Move RGBA visuals in the second config selection groupDavid Heidelberg1-1/+16
2024-05-11egl: Implement EGL_EXT_config_select_groupRobert Mader5-0/+15
2024-05-10loader: silence implicit-load zink error by the loaderLuc Ma3-1/+4
2024-05-08egl/x11: disable dri3 with LIBGL_KOPPER_DRI2=1 as expectedMike Blumenkrantz1-1/+2
2024-05-06egl/wayland: Fix sRGB format look up for configMykhailo Skorokhodov1-0/+3
2024-05-02egl/wayland: Use loader_wayland_dispatchDerek Foreman1-3/+3
2024-04-30egl+glx: fix two #ifdef that should be #if like the restEric Engestrom1-1/+1
2024-04-22dri: plumb a 'implicit' param through createNewScreen interfacesMike Blumenkrantz1-10/+10
2024-04-18egl: drop dead dri2_dpy param in dri2_wl_visual_idx_from_config()Eric Engestrom1-7/+4
2024-04-17egl: use os_get_option for MESA_LOADER_DRIVER_OVERRIDEMike Blumenkrantz1-1/+1
2024-04-17egl/android: fix zink loadingMike Blumenkrantz1-2/+5
2024-04-17egl: fix defines for zink's dri3 checkMike Blumenkrantz1-3/+1
2024-04-12egl/dri2: don't bind dri2 for zinkDave Airlie1-1/+1
2024-04-04glx/egl: fix LIBGL_KOPPER_DISABLEMike Blumenkrantz2-2/+4
2024-04-04egl/x11: disable swapbufferswithdamage for zink without kopperMike Blumenkrantz1-1/+1
2024-04-02egl/android: Fix gl_config dereferenceRob Clark1-1/+1
2024-04-02build: Add linux-drm-syncobj-v1 wayland protocolJoshua Ashton1-0/+1
2024-03-24egl/wayland/sw: don't invert y `wl_surface_damage_buffer`Lucas Fryzek1-1/+1
2024-03-22treewide: Replace usage of macro DEBUG with MESA_DEBUG when possibleYonggang Luo2-3/+3
2024-03-15gallium/dri: Switch xf86drm.h for util/libdrm.h to allow for the no-op shim t...duncan.hopkins1-1/+1
2024-03-15egl: Changed EGLNativeDisplayType size check to make sure it is big enough in...duncan.hopkins1-1/+1
2024-03-15egl: Added DRI3 code guards.duncan.hopkins2-1/+14
2024-03-15egl: MacOS platform guard around pthread_condattr_setclock()duncan.hopkins1-0/+2
2024-02-29egl/wayland: Remove EGL_WL_create_wayland_buffer_from_imageDaniel Stone6-83/+1
2024-02-29egl/dri2: use the right egl platform enumMike Blumenkrantz1-2/+3
2024-02-29egl/wayland: delete swrast references to zinkMike Blumenkrantz1-6/+1
2024-02-29egl/wayland: split out kopper update_buffersMike Blumenkrantz1-1/+47
2024-02-29egl/wayland/kopper: actually call kopper swapbuffer functionsMike Blumenkrantz1-4/+11
2024-02-29egl/kopper: call swrast buffer age query for kopper+swrastMike Blumenkrantz2-0/+4
2024-02-29egl/wayland: split out kopper swapbuffers functionsMike Blumenkrantz1-20/+43
2024-02-29egl/wayland: add a separate hook for kopper buffer ageMike Blumenkrantz1-1/+13