mesa/src/gallium/frontends/dri
Rob Clark 08ffa8e0d2 dri/android: Fix MSAA resolve
Commit f9a074dd55 ("dri2/android: Bypass throttling") dropped
unnecessary throtting in the SwapBuffers() path for android.  But
unfortunately MSAA resolve got tangled up in the throttle reason
flag.  So add a new flag that indicates "no throttingling, but yes
please do MSAA resolve".

Fixes: f9a074dd55 ("dri2/android: Bypass throttling")
Signed-off-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22719>
2023-04-27 19:05:44 +00:00
..
dri2.c gallium: Modify default path for DMABUF to use DRM 2023-03-31 13:39:07 +00:00
dri_context.c glthread: add newline to env override 2023-04-19 22:21:46 +00:00
dri_context.h gallium: remove st_context_iface, use st_context directly 2022-12-09 13:14:03 +00:00
dri_drawable.c dri/android: Fix MSAA resolve 2023-04-27 19:05:44 +00:00
dri_drawable.h gallium: rename st_framebuffer_iface -> pipe_frontend_drawable, etc. 2022-12-09 13:14:03 +00:00
dri_helpers.c st/mesa: remove st_context callbacks for dri/glx/wgl frontends 2022-12-09 13:14:03 +00:00
dri_helpers.h gallium/dri: add dri_screen egl image validate hooks 2021-09-09 01:42:39 +00:00
dri_query_renderer.c egl: Replace sRGB support check with a pscreen query. 2022-12-09 05:32:18 +00:00
dri_query_renderer.h
dri_screen.c gallium: remove pipe_frontend_screen::destroy callback, call it directly 2022-12-09 13:14:03 +00:00
dri_screen.h gallium: rename st_manager to pipe_frontend_screen (think dri_screen) 2022-12-09 13:14:03 +00:00
dri_util.c dri: Validate more of the context version in validate_context_version 2023-04-06 21:29:54 +00:00
dri_util.h dri: Add createContext hook to __DRI_MESA. 2022-12-05 19:26:41 +00:00
drisw.c dri: Do not free the given screen in initScreen implementation 2023-01-12 13:11:31 +00:00
kopper.c kopper: apply ancillary invalidation through glthread on swapbuffers 2023-03-30 05:06:47 +00:00
meson.build meson: replace vk_wsi_args with dependencies to let meson take care of transitivity 2023-02-23 09:42:46 +00:00