llvmpipe: Fix the 4 planes (lines) case properly.
authorJosé Fonseca <jfonseca@vmware.com>
Wed, 5 Oct 2011 12:27:08 +0000 (13:27 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Wed, 5 Oct 2011 17:07:05 +0000 (18:07 +0100)
commite2072a1046039403d814613553e7b3b563d43dfc
tree6b3eaca75fd515731540860e73c4f33da1329aa6
parentc620087432b2055aa9301f19f8b6444080698c90
llvmpipe: Fix the 4 planes (lines) case properly.

The previous change was not effective for lines, because there is no
4 planes 4x4 block rasterization path: it is handled by the 16x16 block
case too, and the 16x16 block was not being budged as it should.

This fixes assertion failures on line rasterization.
src/gallium/drivers/llvmpipe/lp_rast.h
src/gallium/drivers/llvmpipe/lp_setup_tri.c