r600g/llvm: Factorize code loading from const buffer.
[mesa.git] / src / gallium / drivers / nv50 / codegen / nv50_ir_print.cpp
2013-04-24 Kenneth Graunkemesa: Restore 78-column wrapping of license text in...
2013-04-24 Kenneth Graunkemesa: Add "OR COPYRIGHT HOLDERS" to license text discla...
2013-03-12 Christoph Bumillernv50/ir: add CCTL (cache control) op
2013-03-12 Christoph Bumillernv50/ir: print function inputs and outputs
2013-03-12 Christoph Bumillernv50/ir/tgsi: handle TGSI_OPCODE_LOAD,STORE
2013-03-12 Christoph Bumillernv50/ir: add support for indirect BRA,CALL
2013-03-12 Christoph Bumillernv50/ir: add various new OPs that will be needed for...
2012-12-10 Fabio Pedrettinv50: remove unused OpClassStr array
2012-12-07 Christoph Bumillernv50,nvc0: add support for cube map arrays
2012-10-09 Marcin Slusarznv50: fix build after "nv50: fix printf warning"
2012-10-09 Marek Olšáknv50: fix printf warning
2012-06-27 Marcin Slusarznv50/ir: make colorful ir dump output optional
2012-04-29 Christoph Bumillernvc0/ir: initial implementation of nve4 scheduling...
2012-04-14 Christoph Bumillernvc0: add initial support for nve4+ (Kepler) chipsets
2012-04-14 Christoph Bumillernv50/ir: print interpolation mode
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 Francisco Jereznv50/ir: Build a "symbol" table with the binary offsets...
2012-04-14 Christoph Bumillernv50/ir: make Instruction::src/def container private
2012-04-14 Francisco Jereznv50/ir: Add support for unlimited instruction arguments.
2011-10-21 Christoph Bumillernv50/ir: add wrap mode for shift operations
2011-09-14 Christoph Bumillernv50/ir: add missing license headers
2011-09-14 Christoph Bumillernv50/ir: import new shader backend code