summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv50/codegen/nv50_ir_print.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-09-11Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr1-698/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-4/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-03-12nv50/ir: add CCTL (cache control) opChristoph Bumiller1-0/+1
2013-03-12nv50/ir: print function inputs and outputsChristoph Bumiller1-1/+22
2013-03-12nv50/ir/tgsi: handle TGSI_OPCODE_LOAD,STOREChristoph Bumiller1-1/+3
2013-03-12nv50/ir: add support for indirect BRA,CALLChristoph Bumiller1-0/+4
2013-03-12nv50/ir: add various new OPs that will be needed for computeChristoph Bumiller1-7/+42
2012-12-10nv50: remove unused OpClassStr arrayFabio Pedretti1-20/+0
2012-12-07nv50,nvc0: add support for cube map arraysChristoph Bumiller1-1/+1
2012-10-09nv50: fix build after "nv50: fix printf warning"Marcin Slusarz1-0/+2
2012-10-09nv50: fix printf warningMarek Olšák1-1/+2
2012-06-28nv50/ir: make colorful ir dump output optionalMarcin Slusarz1-5/+17
2012-04-29nvc0/ir: initial implementation of nve4 scheduling hintsChristoph Bumiller1-0/+20
2012-04-15nvc0: add initial support for nve4+ (Kepler) chipsetsChristoph Bumiller1-0/+1
2012-04-14nv50/ir: print interpolation modeChristoph Bumiller1-0/+22
2012-04-14nv50/ir: import nv50 targetChristoph Bumiller1-7/+18
2012-04-14nv50/ir: rewrite the register allocator as GCRA, with spillingChristoph Bumiller1-0/+3
2012-04-14nv50/ir: Build a "symbol" table with the binary offsets of each function.Francisco Jerez1-2/+4
2012-04-14nv50/ir: make Instruction::src/def container privateChristoph Bumiller1-9/+9
2012-04-14nv50/ir: Add support for unlimited instruction arguments.Francisco Jerez1-1/+1
2011-10-21nv50/ir: add wrap mode for shift operationsChristoph Bumiller1-0/+2
2011-09-14nv50/ir: add missing license headersChristoph Bumiller1-0/+21
2011-09-14nv50/ir: import new shader backend codeChristoph Bumiller1-0/+558