OSDN Git Service

swrast: Fix vertex color in _swsetup_Translate()
authornick <nick@fuel7.com>
Wed, 23 Apr 2014 14:18:00 +0000 (08:18 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 24 Apr 2014 14:16:00 +0000 (08:16 -0600)
commit15c92464df07c5c0bb23a007358c560faeab76a8
treee0b876f996de13b96d9521c13c58a3bf897467ae
parent1527a545a4ebb825db02bba9c9e42a90c15326f6
swrast: Fix vertex color in _swsetup_Translate()

Straightforward fix to properly load dest->color with color data, as
opposed to position data as previously implemented.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=27499
Cc: "10.1" <mesa-stable@lists.freedesktop.org>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/swrast_setup/ss_context.c