aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/freedreno_gmem.h
diff options
context:
space:
mode:
authorRob Clark <[email protected]>2018-07-17 09:54:23 -0400
committerRob Clark <[email protected]>2018-07-17 11:00:00 -0400
commit20f677f6bccdabafbffd0d8e948514dda0acb3f4 (patch)
tree7c7bfa11a69c6015cacbec58c63c5f60e0dc96e3 /src/gallium/drivers/freedreno/freedreno_gmem.h
parent15f6c0509a8b6928a94023e095e08419cf1fe589 (diff)
freedreno: get rid of noop render
This was basically to avoid a zero-dword IB (indirect-branch), but instead just don't emit the IB packet in that case. Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/gallium/drivers/freedreno/freedreno_gmem.h')
-rw-r--r--src/gallium/drivers/freedreno/freedreno_gmem.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/freedreno/freedreno_gmem.h b/src/gallium/drivers/freedreno/freedreno_gmem.h
index 07e13f57328..144e9506cfb 100644
--- a/src/gallium/drivers/freedreno/freedreno_gmem.h
+++ b/src/gallium/drivers/freedreno/freedreno_gmem.h
@@ -63,7 +63,6 @@ struct fd_gmem_stateobj {
struct fd_batch;
void fd_gmem_render_tiles(struct fd_batch *batch);
-void fd_gmem_render_noop(struct fd_batch *batch);
bool fd_gmem_needs_restore(struct fd_batch *batch, struct fd_tile *tile,
uint32_t buffers);