mesa/src/gallium/auxiliary
David Rosca 6c83f3c3bb gallium/vl: Don't support planar RGB as video format
We assume everywhere that RGB is not planar, so sampling
and color space conversions will not work correctly with RGBP.
Drivers can still support RGBP, but processing entrypoint with
shaders doesn't support it.

Fixes: bdb7f36aa8 ("frontends/va: add support for RGBP rt_format")
Reviewed-by: Ruijing Dong <ruijing.dong@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32252>
2024-11-22 14:29:53 +00:00
..
cso_cache st/mesa: constify the pipe_draw_info parameter and remove obsolete comments 2024-02-10 04:55:35 +00:00
draw draw: primitive ID is per-patch 2024-11-21 21:10:00 +00:00
driver_ddebug gallium: use struct nir_shader * type in finalize_nir instead of void * 2024-11-18 11:25:18 +00:00
driver_noop gallium: use struct nir_shader * type in finalize_nir instead of void * 2024-11-18 11:25:18 +00:00
driver_trace frontends/va: function process_frame has return value 2024-11-20 12:18:48 +00:00
gallivm llvmpipe: Fix pmin calculation 2024-10-17 16:47:22 +00:00
hud gallium/hud: use os_get_option() to allow android to set GALLIUM_HUD and related vars 2024-06-21 07:44:36 +00:00
indices util/primconvert: Avoid OoB with improbable draws 2024-10-30 19:59:14 +00:00
nir nir: make use_interpolated_input_intrinsics a nir_lower_io parameter 2024-11-20 02:45:37 +00:00
pipe-loader mesa: make compressed-format emulation optional 2024-09-30 17:18:19 +00:00
pipebuffer treewide: Replace usage of macro DEBUG with MESA_DEBUG when possible 2024-03-22 18:22:34 +00:00
postprocess util: import pipe_box and its helpers 2024-04-22 01:42:52 +00:00
renderonly kmsro: assert that scanout refcount is larger than 0 2023-07-05 12:10:18 +00:00
rtasm util: Remove MMX/MMXext detection code 2024-11-13 23:33:15 +00:00
target-helpers gallium/sw: make llvmpipe the "default" sw driver 2024-10-11 14:47:12 +00:00
tessellator compiler: Rename shader_prim to mesa_prim and replace all usage of pipe_prim_type with mesa_prim 2023-06-03 03:29:03 +00:00
tgsi treewide: Replace usage of macro DEBUG with MESA_DEBUG when possible 2024-03-22 18:22:34 +00:00
translate util: include "util/compiler.h" instead of "pipe/p_compiler.h" 2023-06-27 18:18:30 +08:00
util nir: add nir_io_separate_clip_cull_distance_arrays to replace PIPE_CAP 2024-11-19 23:48:38 +00:00
vl gallium/vl: Don't support planar RGB as video format 2024-11-22 14:29:53 +00:00
meson.build vl: add Windows kopper support 2024-09-20 13:25:18 +00:00