aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2019-11-25 12:42:42 -0600
committerJason Ekstrand <[email protected]>2019-12-05 10:59:10 -0600
commita500a6b7f138b3fa42debbba8605ec4378ff3569 (patch)
tree9b3a20aa8a8f66b5ccb671bae8b92129037532ac /src/mesa/drivers
parentc142a40a92fc4a1ac4ac19141abd1d9d37ddd652 (diff)
blorp: Pass the VB size to the VF cache workaround
Reviewed-by: Ivan Briano <[email protected]> Reviewed-by: Lionel Landwerlin <[email protected]>
Diffstat (limited to 'src/mesa/drivers')
-rw-r--r--src/mesa/drivers/dri/i965/genX_blorp_exec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/genX_blorp_exec.c b/src/mesa/drivers/dri/i965/genX_blorp_exec.c
index 62a8310f68b..476849bdea6 100644
--- a/src/mesa/drivers/dri/i965/genX_blorp_exec.c
+++ b/src/mesa/drivers/dri/i965/genX_blorp_exec.c
@@ -207,6 +207,7 @@ blorp_alloc_vertex_buffer(struct blorp_batch *batch, uint32_t size,
static void
blorp_vf_invalidate_for_vb_48b_transitions(struct blorp_batch *batch,
const struct blorp_address *addrs,
+ UNUSED uint32_t *sizes,
unsigned num_vbs)
{
#if GEN_GEN >= 8 && GEN_GEN < 11