OSDN Git Service

swrast: fix redundant texture application in affine_textured_triangle().
authorBrian Paul <brianp@vmware.com>
Wed, 21 Jan 2009 16:05:02 +0000 (09:05 -0700)
committerBrian Paul <brianp@vmware.com>
Wed, 21 Jan 2009 16:05:02 +0000 (09:05 -0700)
commit8c7135ee14fb6f4d8b6e64d570daee3512c99438
tree9ddb66af510718955c0f422189f2a5e46c63b76f
parent4683cab29a74d6b3cefdd915aaf91e6b4f667d27
swrast: fix redundant texture application in affine_textured_triangle().

This function does simple texture mapping so disable normal texture mapping
before we call _swrast_write_rgba_span() so that we don't do it twice.
src/mesa/swrast/s_triangle.c