diff options
Diffstat (limited to 'src/mesa/softpipe/generic/g_headers.h')
-rw-r--r-- | src/mesa/softpipe/generic/g_headers.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/softpipe/generic/g_headers.h b/src/mesa/softpipe/generic/g_headers.h index 1db325a4ab..96ff52a453 100644 --- a/src/mesa/softpipe/generic/g_headers.h +++ b/src/mesa/softpipe/generic/g_headers.h @@ -93,6 +93,7 @@ struct quad_header { GLint x0; GLint y0; GLuint mask; + GLuint facing; /**< Front or back facing? */ struct { GLfloat color[4][QUAD_SIZE]; /* rrrr, gggg, bbbb, aaaa */ |