summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_rast_debug.c
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2010-09-07 23:13:31 +0100
committerKeith Whitwell <keithw@vmware.com>2010-09-12 15:03:50 +0100
commitc4046d4fda2fe838659bff99bfa17f57f895a943 (patch)
treefcb324763312fd204c0e2153a9a9d900f5fd0bad /src/gallium/drivers/llvmpipe/lp_rast_debug.c
parent4b56e86e67d281b1c57f1f5e6b1a686d0dcd6ebb (diff)
llvmpipe: introduce tri_3_4 for tiny triangles
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_rast_debug.c')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_rast_debug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_rast_debug.c b/src/gallium/drivers/llvmpipe/lp_rast_debug.c
index f2ef21f2a9..9fc78645a3 100644
--- a/src/gallium/drivers/llvmpipe/lp_rast_debug.c
+++ b/src/gallium/drivers/llvmpipe/lp_rast_debug.c
@@ -40,6 +40,7 @@ static const char *cmd_names[LP_RAST_OP_MAX] =
"triangle_6",
"triangle_7",
"triangle_8",
+ "triangle_3_4",
"triangle_3_16",
"shade_tile",
"shade_tile_opaque",