| Commit message (Expand) | Author | Age | Files | Lines |
* | nvc0: they removed the NTID,NCTAID,GRIDID registers on nve4 | Christoph Bumiller | 2013-03-12 | 1 | -0/+4 |
* | nvc0/ir: try to fix CAS (CompareAndSwap) | Christoph Bumiller | 2013-03-12 | 1 | -1/+3 |
* | nvc0/ir: add formatted surface load lib code, move to extra header | Christoph Bumiller | 2013-03-12 | 1 | -149/+24 |
* | nvc0/ir/emit: implement INSBF, EXTBF, PERMT and ATOM | Christoph Bumiller | 2013-03-12 | 1 | -0/+1 |
* | nvc0/ir/target: some ops can't be predicated, e.g. CALL | Christoph Bumiller | 2013-03-12 | 1 | -0/+8 |
* | nvc0/ir/emit: implement surface related ops | Christoph Bumiller | 2013-03-12 | 1 | -0/+10 |
* | nv50/ir: add various new OPs that will be needed for compute | Christoph Bumiller | 2013-03-12 | 1 | -3/+4 |
* | nvc0/ir: allow neg,abs modifiers on OP_SET with integer result | Christoph Bumiller | 2012-12-08 | 1 | -0/+4 |
* | nvc0/ir: add initial code to support GK110 ISA encoding | Christoph Bumiller | 2012-09-07 | 1 | -2/+2 |
* | nvc0/ir: allow 64-bit constant loads on nve4 | Christoph Bumiller | 2012-05-29 | 1 | -1/+1 |
* | nvc0/ir: allow abs,neg source modifiers with ceil,floor,trunc | Christoph Bumiller | 2012-05-06 | 1 | -0/+3 |
* | nv50/ir/opt: try to convert ABS(SUB) to SAD | Christoph Bumiller | 2012-04-29 | 1 | -1/+1 |
* | nvc0/ir: initial implementation of nve4 scheduling hints | Christoph Bumiller | 2012-04-29 | 1 | -8/+69 |
* | nvc0/ir/target: integer ADD doesn't support ABS modifier | Christoph Bumiller | 2012-04-29 | 1 | -0/+2 |
* | nvc0: add initial support for nve4+ (Kepler) chipsets | Christoph Bumiller | 2012-04-15 | 1 | -23/+26 |
* | nv50/ir: fix off-by-ones in CSE and nvc0 insnCanLoad | Christoph Bumiller | 2012-04-14 | 1 | -1/+1 |
* | nv50/ir: make Instruction::src/def container private | Christoph Bumiller | 2012-04-14 | 1 | -7/+7 |
* | nv50/ir/opt: improve post-multiply and check target for support | Christoph Bumiller | 2012-04-14 | 1 | -0/+12 |
* | nv50/ir: add isAccessSupported check for memory access coalescing | Christoph Bumiller | 2012-04-14 | 1 | -0/+10 |
* | nv50/ir: add missing license headers | Christoph Bumiller | 2011-09-14 | 1 | -0/+21 |
* | nv50/ir: import new shader backend code | Christoph Bumiller | 2011-09-14 | 1 | -0/+568 |