Re: Let's just build it and see how it works!
Keith Packard <[email protected]>
| Newsgroups | gmane.comp.freedesktop.xserver |
|---|---|
| Message-ID | <[email protected]> |
Around 14 o'clock on Nov 26, Brian Paul wrote: > If the glyph you're drawing is a constant color (always true?) you can > store the glyph color as the constant blend color (i.e. glBlendColor) > and treat the per-R/G/B alpha values as the incoming RGB image. Ok, that's what I thought when I looked at the GL spec myself, but I've been told several times over the last two years that the per-component compositing operators were incompatible with existing graphics hardware. Time to go write some code and give it a try. -keith