Re: [Mesa-dev] [PATCH] llvmpipe: fix using wrong format with MRT in blend code

2013-01-15 Thread Jose Fonseca
Reviewed-by: Jose Fonseca - Original Message - > From: Roland Scheidegger > > We were passing in the rt index however this was always 0 for > non-independent > blend case. (The format was only actually used to decide if the color > mask > covered all channels so this went unnoticed and

[Mesa-dev] [PATCH] llvmpipe: fix using wrong format with MRT in blend code

2013-01-10 Thread sroland
From: Roland Scheidegger We were passing in the rt index however this was always 0 for non-independent blend case. (The format was only actually used to decide if the color mask covered all channels so this went unnoticed and was discovered by accident.) (Also do some trivial cleanup.) --- src/g