commit | cab68957c72d6f198546a250b6fe0a74732cb3ec | [log] [tgz] |
---|---|---|
author | Ian Romanick <idr@us.ibm.com> | Thu Mar 20 18:17:48 2008 -0700 |
committer | Ian Romanick <idr@us.ibm.com> | Thu Mar 20 18:17:48 2008 -0700 |
tree | 28592d99f3779d12e8cb3cb24c52da48a465782b | |
parent | 4b9520fc05f169b74835c096c933d67c67c6d8cd [diff] |
cell: Fix several bugs in blend code-gen - Alpha factor set to a _COLOR mode was mishandled - Cases when either dst factor or src factor was ZERO were mishandled - MIN and MAX cases were backwards - Case when blend was disabled was mishandled - Incorrect comments about number of instructions generated The tests blendminmax and blendsquare run correctly.