mesa/src/gallium/frontends/dri
Sviatoslav Peleshko e62f2c48a0 dri: Use RGB internal formats for RGBX formats
These formats do not contain alpha channel, so their internal formats
should reflect that.

Fixes: bf576772 ("dri_util: add driImageFormatToSizedInternalGLFormat function")
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/9429
Signed-off-by: Sviatoslav Peleshko <sviatoslav.peleshko@globallogic.com>
Reviewed-by: Daniel Stone <daniels@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24580>
2023-08-18 11:00:40 +00:00
..
dri2.c gallium/dri: fix dri2_from_names 2023-08-15 23:36:24 +00:00
dri_context.c dri: Replace usage of boolean/TRUE/FALSE with bool/true/false 2023-06-16 16:52:48 +00:00
dri_context.h util: include "util/compiler.h" instead of "pipe/p_compiler.h" 2023-06-27 18:18:30 +08:00
dri_drawable.c util: Replace all usage of PIPE_TIMEOUT_INFINITE with OS_TIMEOUT_INFINITE 2023-06-05 05:12:02 +00:00
dri_drawable.h kopper: determine modifier support per-drawable 2023-07-27 19:18:22 +00:00
dri_helpers.c dri: Support 1555/4444 formats 2023-07-28 12:44:01 +01:00
dri_helpers.h dri: Replace usage of boolean/TRUE/FALSE with bool/true/false 2023-06-16 16:52:48 +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 dri: Support 1555/4444 formats 2023-07-28 12:44:01 +01:00
dri_screen.h util: include "util/compiler.h" instead of "pipe/p_compiler.h" 2023-06-27 18:18:30 +08:00
dri_util.c dri: Use RGB internal formats for RGBX formats 2023-08-18 11:00:40 +00:00
dri_util.h dri: Add createContext hook to __DRI_MESA. 2022-12-05 19:26:41 +00:00
drisw.c dri: Replace usage of boolean/TRUE/FALSE with bool/true/false 2023-06-16 16:52:48 +00:00
kopper.c zink: Fix one addicional case when running a compositor 2023-08-17 20:47:34 +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