diff options
author | Keith Whitwell <[email protected]> | 2010-10-08 17:21:03 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2010-10-08 17:30:08 +0100 |
commit | 0ff132e5a633170afaed0aea54d01438c895b8ab (patch) | |
tree | cbef2ed85c77611a5daf3ba4317206a29d4a415d /src/gallium/drivers/llvmpipe/lp_rast.c | |
parent | eeb13e2352d7a44881b011cb3232bb80aee0c826 (diff) |
llvmpipe: add rast_tri_4_16 for small lines and points
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 790d88a7450..db9b2f9b128 100644 --- a/src/gallium/drivers/llvmpipe/lp_rast.c +++ b/src/gallium/drivers/llvmpipe/lp_rast.c @@ -597,6 +597,7 @@ static lp_rast_cmd_func dispatch[LP_RAST_OP_MAX] = lp_rast_triangle_8, lp_rast_triangle_3_4, lp_rast_triangle_3_16, + lp_rast_triangle_4_16, lp_rast_shade_tile, lp_rast_shade_tile_opaque, lp_rast_begin_query, |