diff options
author | Keith Whitwell <[email protected]> | 2010-09-07 23:13:31 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2010-09-12 15:03:50 +0100 |
commit | c4046d4fda2fe838659bff99bfa17f57f895a943 (patch) | |
tree | fcb324763312fd204c0e2153a9a9d900f5fd0bad /src/gallium/drivers/llvmpipe/lp_rast.c | |
parent | 4b56e86e67d281b1c57f1f5e6b1a686d0dcd6ebb (diff) |
llvmpipe: introduce tri_3_4 for tiny triangles
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_rast.c')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_rast.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_rast.c b/src/gallium/drivers/llvmpipe/lp_rast.c index 36068d74be2..d7e6415e139 100644 --- a/src/gallium/drivers/llvmpipe/lp_rast.c +++ b/src/gallium/drivers/llvmpipe/lp_rast.c @@ -579,6 +579,7 @@ static lp_rast_cmd_func dispatch[LP_RAST_OP_MAX] = lp_rast_triangle_6, lp_rast_triangle_7, lp_rast_triangle_8, + lp_rast_triangle_3_4, lp_rast_triangle_3_16, lp_rast_shade_tile, lp_rast_shade_tile_opaque, |