summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga/svga_tgsi.c
AgeCommit message (Collapse)Author
2010-09-20svga: Integer constant register file has a separate namespace.Michal Krol
Count int and float constants independently. Since there are only few i# constants available and hundreds of c# constants, it would be too easy to end up with an i# declaration out of its range.
2010-01-03svga: Use a shader id as low as possible.José Fonseca
2009-11-27svga: Re-add shader dumping.José Fonseca
2009-11-27svga: Use consistent file names for dumping facilities.José Fonseca
2009-11-17svga: Add svga driverJakob Bornecrantz