summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_rast_debug.c
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2010-10-08 17:21:03 +0100
committerKeith Whitwell <keithw@vmware.com>2010-10-08 17:30:08 +0100
commit0ff132e5a633170afaed0aea54d01438c895b8ab (patch)
treecbef2ed85c77611a5daf3ba4317206a29d4a415d /src/gallium/drivers/llvmpipe/lp_rast_debug.c
parenteeb13e2352d7a44881b011cb3232bb80aee0c826 (diff)
llvmpipe: add rast_tri_4_16 for small lines and points
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 9fc78645a3..6f4ba1c6fe 100644
--- a/src/gallium/drivers/llvmpipe/lp_rast_debug.c
+++ b/src/gallium/drivers/llvmpipe/lp_rast_debug.c
@@ -42,6 +42,7 @@ static const char *cmd_names[LP_RAST_OP_MAX] =
"triangle_8",
"triangle_3_4",
"triangle_3_16",
+ "triangle_4_16",
"shade_tile",
"shade_tile_opaque",
"begin_query",