search for: rc0_in_rgb

Displaying 1 result from an estimated 1 matches for "rc0_in_rgb".

2009 Nov 04
1
[PATCH] nv10/exa: Spring-cleaning
...ONENT_USAGE_##chan) -static void NV10SetRegCombs(NVPtr pNv, PicturePtr src, PicturePtr mask) +static void +setup_combiners(NVPtr pNv, PicturePtr src, PicturePtr mask) { struct nouveau_channel *chan = pNv->chan; struct nouveau_grobj *celsius = pNv->Nv3D; - unsigned int rc0_in_alpha = 0, rc0_in_rgb = 0; - -/*This can be a bit difficult to understand at first glance. -Reg combiners are described here: -http://icps.u-strasbg.fr/~marchesin/perso/extensions/NV/register_combiners.html - -Single texturing setup, without honoring vertex colors (non default setup) is: -Alpha RC 0 : a_0 * 1 + 0 * 0...