Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | svga: Fix fs key size computation and key comparison. | Michal Krol | 2010-01-07 | 1 | -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 bitfield | Brian Paul | 2010-01-06 | 1 | -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 Krol | 2010-01-06 | 1 | -14/+12 |
| | | | | Seems to be the only way to stay fully portable. | ||||
* | svga: Add svga driver | Jakob Bornecrantz | 2009-11-17 | 1 | -0/+139 |