vc4: Drop the winsys_stride relayout in the simluator
authorEric Anholt <eric@anholt.net>
Thu, 1 Nov 2018 21:34:02 +0000 (14:34 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 1 Nov 2018 21:34:02 +0000 (14:34 -0700)
commit43a397c5804987a564e0f154c34018d512d58116
tree1d82682f00fc7fcbe785e1029e1cf7bb5ba7c632
parent4e1b163eeda4d611383a6d36c5702af4fc80b85c
vc4: Drop the winsys_stride relayout in the simluator

Since 0c1dd9dee0da ("broadcom/vc4: Allow importing linear BOs with
arbitrary offset/stride."), we have the vc4-side BO properly laid out
(assuming it's linear) in the winsys BO so that we can skip this extra
copy.
src/gallium/drivers/vc4/vc4_bufmgr.c
src/gallium/drivers/vc4/vc4_bufmgr.h
src/gallium/drivers/vc4/vc4_context.h
src/gallium/drivers/vc4/vc4_resource.c
src/gallium/drivers/vc4/vc4_simulator.c