mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 03:18:08 +02:00
tu: Remove declaration of unused update_stencil_mask function
The update_stencil_mask function was removed when moving to the common Vulkan dynamic state handling. Fixes:97da0a7734("tu: Rewrite to use common Vulkan dynamic state") Signed-off-by: Valentine Burley <valentine.burley@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29658> (cherry picked from commitd9af1633a9)
This commit is contained in:
parent
b2985b208b
commit
2e350cbd48
2 changed files with 1 additions and 4 deletions
|
|
@ -1014,7 +1014,7 @@
|
|||
"description": "tu: Remove declaration of unused update_stencil_mask function",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": "97da0a7734188f4b666bc38833bfadc8b4c53f84",
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -698,9 +698,6 @@ void tu_disable_draw_states(struct tu_cmd_buffer *cmd, struct tu_cs *cs);
|
|||
void tu6_apply_depth_bounds_workaround(struct tu_device *device,
|
||||
uint32_t *rb_depth_cntl);
|
||||
|
||||
void
|
||||
update_stencil_mask(uint32_t *value, VkStencilFaceFlags face, uint32_t mask);
|
||||
|
||||
typedef void (*tu_fdm_bin_apply_t)(struct tu_cmd_buffer *cmd,
|
||||
struct tu_cs *cs,
|
||||
void *data,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue