freedreno: use fd_bc_alloc_batch instead of fd_batch_create.
authorHyunjun Ko <zzoon@igalia.com>
Wed, 24 Oct 2018 01:57:15 +0000 (10:57 +0900)
committerRob Clark <robdclark@gmail.com>
Thu, 25 Oct 2018 22:46:19 +0000 (18:46 -0400)
commit3d198926a487cefc0316c2c4d1ebb20ff8ebf535
tree77af01eb0791485f76771072113f3e731b093f4e
parent703271c22a9b3ac85e9aef38be288e4ce9ba5e3a
freedreno: use fd_bc_alloc_batch instead of fd_batch_create.

Following the commit 2385d7b066 and 8e798e28f7, for resource dependancy
tracking.

Fixes: dEQP-GLES31.functional.image_load_store.early_fragment_tests.no_early_fragment_tests_depth_fbo
with FD_MESA_DEBUG=inorder

Signed-off-by: Rob Clark <robdclark@gmail.com>
src/gallium/drivers/freedreno/a5xx/fd5_blitter.c
src/gallium/drivers/freedreno/freedreno_batch.c