From 4f82d29bf95cb7a1cd372bd62059987426856c68 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Tue, 10 Apr 2018 20:48:55 +0000 Subject: [PATCH] Honour front_ccw --- trans/trans-builder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trans/trans-builder.c b/trans/trans-builder.c index 335bcf6..12d7920 100644 --- a/trans/trans-builder.c +++ b/trans/trans-builder.c @@ -705,7 +705,7 @@ panfrost_create_rasterizer_state( so->tiler_gl_enables = 0x105; so->tiler_gl_enables |= MALI_GL_FRONT_FACE( - cso->front_ccw ? MALI_GL_CCW : MALI_GL_CCW); + cso->front_ccw ? MALI_GL_CCW : MALI_GL_CW); return so; } -- 2.22.0