aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/freedreno/a4xx/fd4_zsa.h
diff options
context:
space:
mode:
authorRob Clark <[email protected]>2016-03-05 16:47:26 -0500
committerRob Clark <[email protected]>2016-03-13 12:23:41 -0400
commit2224ba597629b299e8601a137ead54ad5d93c489 (patch)
tree201ea0f155129538d79566fe61b4d666928b3ea6 /src/gallium/drivers/freedreno/a4xx/fd4_zsa.h
parent8824a765a25ea1a408b4e022363d5acdfb47081f (diff)
freedreno/a4xx: remove RB_RENDER_CONTROL patching
Bitfields where shuffled around for the better on a4xx, so we don't need any patching on this one. It appears to be something we set entirely in the gmem code so no conflict between tiling and render state like we had in a3xx. Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/gallium/drivers/freedreno/a4xx/fd4_zsa.h')
-rw-r--r--src/gallium/drivers/freedreno/a4xx/fd4_zsa.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/freedreno/a4xx/fd4_zsa.h b/src/gallium/drivers/freedreno/a4xx/fd4_zsa.h
index 6a92a9b6785..3c46117a3fe 100644
--- a/src/gallium/drivers/freedreno/a4xx/fd4_zsa.h
+++ b/src/gallium/drivers/freedreno/a4xx/fd4_zsa.h
@@ -39,7 +39,6 @@ struct fd4_zsa_stateobj {
struct pipe_depth_stencil_alpha_state base;
uint32_t gras_alpha_control;
uint32_t rb_alpha_control;
- uint32_t rb_render_control;
uint32_t rb_depth_control;
uint32_t rb_stencil_control;
uint32_t rb_stencil_control2;