aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers')
-rw-r--r--src/gallium/drivers/lima/lima_draw.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gallium/drivers/lima/lima_draw.c b/src/gallium/drivers/lima/lima_draw.c
index a607e874601..bb603d45180 100644
--- a/src/gallium/drivers/lima/lima_draw.c
+++ b/src/gallium/drivers/lima/lima_draw.c
@@ -1074,7 +1074,9 @@ lima_pack_render_state(struct lima_context *ctx, const struct pipe_draw_info *in
/* more investigation */
render->aux0 = 0x00000300 | (ctx->vs->varying_stride >> 3);
- render->aux1 = 0x00003000;
+ render->aux1 = 0x00001000;
+ if (ctx->blend->base.dither)
+ render->aux1 |= 0x00002000;
if (ctx->tex_stateobj.num_samplers) {
render->textures_address =