Mesa (master): freedreno/a6xx: small cleanup

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Oct 26 22:11:41 UTC 2018


Module: Mesa
Branch: master
Commit: 604b5f1dcabb7541a1d5bcf4178c44f81f5e015d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=604b5f1dcabb7541a1d5bcf4178c44f81f5e015d

Author: Rob Clark <robdclark at gmail.com>
Date:   Fri Oct 26 13:50:58 2018 -0400

freedreno/a6xx: small cleanup

Signed-off-by: Rob Clark <robdclark at gmail.com>

---

 src/gallium/drivers/freedreno/a6xx/fd6_emit.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/drivers/freedreno/a6xx/fd6_emit.c b/src/gallium/drivers/freedreno/a6xx/fd6_emit.c
index ebec740c52..16b0def6a4 100644
--- a/src/gallium/drivers/freedreno/a6xx/fd6_emit.c
+++ b/src/gallium/drivers/freedreno/a6xx/fd6_emit.c
@@ -841,7 +841,7 @@ fd6_emit_state(struct fd_ringbuffer *ring, struct fd6_emit *emit)
 		}
 	}
 
-	if ((dirty & FD_DIRTY_BLEND)) {
+	if (dirty & FD_DIRTY_BLEND) {
 		struct fd6_blend_stateobj *blend = fd6_blend_stateobj(ctx->blend);
 		uint32_t i;
 




More information about the mesa-commit mailing list