Quoting Kenneth Graunke (2017-08-07 22:50:42)
> RELOC_NEEDS_GGTT is only meaningful on Sandybridge - it's skipped on
> other generations - so this has no purpose. Just use rw_bo().
Furthermore the w/a is for a pipecontrol, so we should be able to
trim it down further. Though it shouldn't make any
RELOC_NEEDS_GGTT is only meaningful on Sandybridge - it's skipped on
other generations - so this has no purpose. Just use rw_bo().
---
src/mesa/drivers/dri/i965/genX_state_upload.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mesa/drivers/dri/i965/genX_state_upload.c
b