summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast_setup/ss_triangle.c
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2017-06-09 21:42:12 +0200
committerMarek Olšák <[email protected]>2017-06-22 01:51:02 +0200
commite7a091936fb6fd578c6ced9baa38b306b638a11b (patch)
tree538a1b3fa377fbb299169879a064f5534a79c5d1 /src/mesa/swrast_setup/ss_triangle.c
parentc19b08b079da566d5c377c1ff4fe0ae6ac980003 (diff)
mesa: replace ctx->Polygon._FrontBit with a helper function
Reviewed-by: Nicolai Hähnle <[email protected]> Reviewed-by: Brian Paul <[email protected]> Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/mesa/swrast_setup/ss_triangle.c')
-rw-r--r--src/mesa/swrast_setup/ss_triangle.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/swrast_setup/ss_triangle.c b/src/mesa/swrast_setup/ss_triangle.c
index 8f034d8aaf0..d3a0e23109e 100644
--- a/src/mesa/swrast_setup/ss_triangle.c
+++ b/src/mesa/swrast_setup/ss_triangle.c
@@ -30,6 +30,7 @@
#include "main/macros.h"
#include "main/mtypes.h"
#include "main/stencil.h"
+#include "main/state.h"
#include "tnl/t_context.h"