intel/blorp: Add support for swizzling fast-clear colors
Cc: mesa-stable@lists.freedesktop.org Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4218>
This commit is contained in:

committed by
Marge Bot

parent
bf2eb3e0ee
commit
3fb8f19481
@@ -166,7 +166,8 @@ swizzle_color_value(union isl_color_value src, struct isl_swizzle swizzle);
|
||||
|
||||
void
|
||||
blorp_fast_clear(struct blorp_batch *batch,
|
||||
const struct blorp_surf *surf, enum isl_format format,
|
||||
const struct blorp_surf *surf,
|
||||
enum isl_format format, struct isl_swizzle swizzle,
|
||||
uint32_t level, uint32_t start_layer, uint32_t num_layers,
|
||||
uint32_t x0, uint32_t y0, uint32_t x1, uint32_t y1);
|
||||
|
||||
|
Reference in New Issue
Block a user