On Fri, Apr 12, 2002 at 01:14:30PM -0600, Brian Paul wrote:
| 
| One might expect that the following identities be true for blending terms:
| 
|       1.0 * 1.0 == 1.0
|       1.0 * x == x * 1.0 == x
|       0.0 * x == x * 0.0 == 0.0
| 
| So for 8-bit channels, in fixed point:
| 
|       255 * 255 == 255
| 
| I can easily imagine cases in which applications would depend on these
| identities being true (in blending and elsewhere).

Sounds like a good candidate for a glean test.  Anyone out there want to
give it a try?

Allen

_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to