summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga/svga_tgsi.h
AgeCommit message (Collapse)Author
2010-02-03svga: better method for generating white fs color outputsKeith Whitwell
2010-01-07svga: Fix fs key size computation and key comparison.Michal Krol
This also allows us to have texture_target back as a bitfield and save us a few bytes.
2010-01-06svga: make texture_target a ubyte, not a bitfieldBrian Paul
gcc won't let us take the address of a bitfield in the svga_fs_key_size() function.
2010-01-06Make sure we use only signed/unsigned ints with bitfields.Michal Krol
Seems to be the only way to stay fully portable.
2009-11-17svga: Add svga driverJakob Bornecrantz