summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nvc0/nvc0_pc.c
AgeCommit message (Collapse)Author
2010-12-19nvc0: improve shader support for texturingChristoph Bumiller
Fixed shadow and cube texture fetches, add array texture fetches.
2010-12-10nvc0: fix branching opsChristoph Bumiller
- bra is PC relative - jump to else condition was inverted - handle integer comparisons
2010-11-12nvc0: import nvc0 gallium driverChristoph Bumiller