search for: op_discard

Displaying 3 results from an estimated 3 matches for "op_discard".

2014 Mar 11
2
[PATCH] nv50/ir/gk110: fix some instruction emission
...0x11000000 : 0x13000000; + if (i->srcExists(0) && i->src(0).getFile() == FILE_MEMORY_CONST) + code[0] |= 0x80; mask = 2; break; case OP_EXIT: code[1] = 0x18000000; mask = 1; break; case OP_RET: code[1] = 0x19000000; mask = 1; break; - case OP_DISCARD: code[1] = 0x19800000; mask = 1; break; // XXX: guess - case OP_BREAK: code[1] = 0x1a800000; mask = 1; break; // XXX: guess - case OP_CONT: code[1] = 0x1b000000; mask = 1; break; // XXX: guess + case OP_DISCARD: code[1] = 0x19800000; mask = 1; break; + case OP_BREAK: code[1] = 0x1a00...
2014 Mar 11
0
[PATCH] nv50/ir/gk110: fix some instruction emission
...f (i->srcExists(0) && i->src(0).getFile() == FILE_MEMORY_CONST) > + code[0] |= 0x80; > mask = 2; > break; > > case OP_EXIT: code[1] = 0x18000000; mask = 1; break; > case OP_RET: code[1] = 0x19000000; mask = 1; break; > - case OP_DISCARD: code[1] = 0x19800000; mask = 1; break; // XXX: guess > - case OP_BREAK: code[1] = 0x1a800000; mask = 1; break; // XXX: guess > - case OP_CONT: code[1] = 0x1b000000; mask = 1; break; // XXX: guess > + case OP_DISCARD: code[1] = 0x19800000; mask = 1; break; > + case OP_BREAK...
2014 May 20
14
[PATCH 00/12] Cherry-pick nv50/nvc0 patches from gallium-nine
I went through the gallium-nine tree and picked out nouveau patches that are general bug-fixes. The first bunch I'd like to also get into 10.2. I've reviewed all of them and they make sense to me, but sending them out for public review as well in case there are any objections. Unless I hear objections, I'd like to push this by Friday. Christoph Bumiller (11): nv50,nvc0: always pull