mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-20 19:58:19 +02:00
Bifrost adds a value for the C factor equaling 2*src. This does not correspond directly to API blend modes so it is not too useful in general. However, it's required for src*dest + dest*src blending to be done in hardware instead of a blend shader. GFXbench uses that blend mode, so it must be important ;-) Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12152> |
||
|---|---|---|
| .. | ||
| meson.build | ||
| panvk_cmd_buffer.c | ||
| panvk_cs.c | ||
| panvk_cs.h | ||
| panvk_descriptor_set.c | ||
| panvk_device.c | ||
| panvk_formats.c | ||
| panvk_image.c | ||
| panvk_mempool.c | ||
| panvk_mempool.h | ||
| panvk_meta.c | ||
| panvk_pass.c | ||
| panvk_pipeline.c | ||
| panvk_pipeline_cache.c | ||
| panvk_private.h | ||
| panvk_query.c | ||
| panvk_shader.c | ||
| panvk_sync.c | ||
| panvk_util.c | ||
| panvk_varyings.c | ||
| panvk_varyings.h | ||
| panvk_wsi.c | ||
| panvk_wsi_display.c | ||
| panvk_wsi_wayland.c | ||