Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-24 | nvc0: kick out empty live ranges | Christoph Bumiller | |
They affect overlap tests even though they're actually empty. | |||
2011-02-24 | nvc0: correct allocation of constrained registers | Christoph Bumiller | |
In linear scan we can't allocate multiple values with different live ranges at the same time to assign them consecutive regs. Maybe we should just switch to graph coloring for all values ... | |||
2011-02-09 | nvc0: make sure phi-ops really have one source per in-block | Christoph Bumiller | |
2011-02-09 | nvc0: try to fix register conflicts for vector instructions | Christoph Bumiller | |
Vector here means using multiple 32 bit regs which are forced to be consecutive in the register file. This still isn't quite nice. | |||
2010-12-19 | nvc0: improve shader support for texturing | Christoph Bumiller | |
Fixed shadow and cube texture fetches, add array texture fetches. | |||
2010-11-12 | nvc0: import nvc0 gallium driver | Christoph Bumiller | |