nv50/ir: add support for indirect BRA,CALL
[mesa.git] / src / gallium / drivers / nvc0 / codegen / nv50_ir_emit_nvc0.cpp
2013-03-12 Christoph Bumillernv50/ir: add support for indirect BRA,CALL
2013-03-12 Christoph Bumillernvc0/ir/emit: implement move to and logic ops on predicates
2013-03-12 Christoph Bumillernvc0/ir/emit: implement surface related ops
2013-03-12 Christoph Bumillernv50/ir: initialize CodeEmitters' specialized target...
2012-12-08 Christoph Bumillernvc0/ir/emit: fix check for flags register use in logic ops
2012-12-07 Christoph Bumillernv50,nvc0: add support for cube map arrays
2012-09-07 Christoph Bumillernvc0/ir: add initial code to support GK110 ISA encoding
2012-05-29 Christoph Bumillernvc0/ir: fix texture barrier insertion to prevent WAW...
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-06 Christoph Bumillernvc0/ir: fix lowering of textureGrad
2012-04-29 Christoph Bumillernv50/ir/opt: try to convert ABS(SUB) to SAD
2012-04-29 Christoph Bumillernvc0/ir: try to use the optimal texture op mode
2012-04-29 Christoph Bumillernvc0/ir: initial implementation of nve4 scheduling...
2012-04-29 Christoph Bumillernvc0/ir/emit: fix emitTXQ 2nd src
2012-04-14 Christoph Bumillernvc0: add initial support for nve4+ (Kepler) chipsets
2012-04-14 Christoph Bumillernv50/ir: import nv50 target
2012-04-14 Christoph Bumillernv50/ir: rewrite the register allocator as GCRA, with...
2012-04-14 Christoph Bumillernvc0: fix emission of 3rd src in SET_AND,OR,XOR
2012-04-14 Christoph Bumillernv50/ir: make Instruction::src/def container private
2012-04-14 Christoph Bumillernv50/ir: add isAccessSupported check for memory access...
2012-01-09 Christoph Bumillernvc0/ir/emit: fix modifiers of f32 add with long immediate
2011-10-21 Christoph Bumillernv50/ir: fix textureGrad with offsets and in non-FPs
2011-10-21 Christoph Bumillernv50/ir: add wrap mode for shift operations
2011-10-21 Christoph Bumillernvc0/ir: fix emission of cvt when register and type...
2011-10-21 Christoph Bumillernvc0/ir: handle levelZero modifier in TEX emission
2011-09-14 Christoph Bumillernv50/ir: add missing license headers
2011-09-14 Christoph Bumillernv50/ir: import new shader backend code