aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_tgsi.h
Commit message (Collapse)AuthorAgeFilesLines
* svga: Fix fs key size computation and key comparison.Michal Krol2010-01-071-3/+2
| | | | | This also allows us to have texture_target back as a bitfield and save us a few bytes.
* svga: make texture_target a ubyte, not a bitfieldBrian Paul2010-01-061-1/+1
| | | | | gcc won't let us take the address of a bitfield in the svga_fs_key_size() function.
* Make sure we use only signed/unsigned ints with bitfields.Michal Krol2010-01-061-14/+12
| | | | Seems to be the only way to stay fully portable.
* svga: Add svga driverJakob Bornecrantz2009-11-171-0/+139