summaryrefslogtreecommitdiff
path: root/src/egl
AgeCommit message (Expand)AuthorFilesLines
5 daysdri: plumb a 'implicit' param through createNewScreen interfacesMike Blumenkrantz1-10/+10
10 daysegl: drop dead dri2_dpy param in dri2_wl_visual_idx_from_config()Eric Engestrom1-7/+4
11 daysegl: use os_get_option for MESA_LOADER_DRIVER_OVERRIDEMike Blumenkrantz1-1/+1
11 daysegl/android: fix zink loadingMike Blumenkrantz1-2/+5
11 daysegl: 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
2024-02-29egl/wayland: split out kopper vtableMike Blumenkrantz1-1/+13
2024-02-29egl/kopper: advertise EXT_swap_buffers_with_damage only in non-sw modeMike Blumenkrantz1-1/+2
2024-02-29egl/kopper: plumb through SwapBuffersWithDamageMike Blumenkrantz1-0/+23
2024-02-29egl/wayland/sw: clamp putimage geometry to surface sizeMike Blumenkrantz1-0/+3
2024-02-29egl/wayland/sw: pass damage region through from put_image2 to wl_surface_damageMike Blumenkrantz1-1/+6
2024-02-29egl/wayland/sw: fix no-op updating of current backbufferMike Blumenkrantz1-1/+3
2024-02-29egl/wayland/sw: move partial->full copy promotion to swapbuffersMike Blumenkrantz1-6/+14
2024-02-29egl/wayland/sw: trigger damage from put_image2Mike Blumenkrantz1-1/+1
2024-02-29egl/wayland/sw: call dri2_wl_swrast_attach_backbuffer() before swapMike Blumenkrantz1-2/+5
2024-02-29egl/wayland/sw: split out surface attach from dri2_wl_swrast_commit_backbuffer()Mike Blumenkrantz1-1/+9
2024-02-29egl/wayland: unify back/current swapping between zink and swrastMike Blumenkrantz1-7/+5
2024-02-29egl/wayland/sw: move dri2_wl_swrast_commit_backbuffer() directly into swapbuf...Mike Blumenkrantz1-1/+2
2024-02-29egl/wayland/sw: move swrast_update_buffers() directly into swapbuffersMike Blumenkrantz1-1/+3
2024-02-29drisw: plumb through a swapBuffersWithDamage interfaceMike Blumenkrantz1-2/+14
2024-02-29gallium: add a nboxes param to flush_frontbufferMike Blumenkrantz1-1/+1
2024-02-28egl/wayland: explain why implicit modifier downgrade is allowedSimon Ser1-0/+6
2024-02-28egl/wayland: ensure wl_drm is available before useSimon Ser1-1/+1
2024-02-28egl/wayland: use __DRI_IMAGE_PRIME_LINEAR_BUFFER in get_back_boPierre-Eric Pelloux-Prayer1-2/+2
2024-02-28egl/wayland: Give names to our Wayland event queuesDerek Foreman2-4/+8
2024-02-27egl/dri: Use pipe_format instead of DRI_IMAGE_FORMATDaniel Stone1-2/+2
2024-02-27egl: Remove shifts/sizes from dri2_add_config argumentDaniel Stone6-55/+7
2024-02-27egl/x11: Compare config shifts/sizes locallyDaniel Stone1-28/+38
2024-02-27egl/android: Remove hard-coded color-channel dataDaniel Stone1-15/+21
2024-02-27gbm: Remove hardcoded color-channel dataDaniel Stone1-37/+15
2024-02-27egl: Use pipe_format for pbuffer configsDaniel Stone4-86/+38
2024-02-27egl: Automatically set EGLConfig IDDaniel Stone6-41/+16