summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50/codegen/nv50_ir_build_util.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr2013-09-111-614/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-4/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* nv50/ir: implement splitting of 64 bit ops after RAChristoph Bumiller2013-03-121-0/+70
* nv50/ir/tgsi: handle TGSI_OPCODE_LOAD,STOREChristoph Bumiller2013-03-121-5/+7
* nv50/ir: Rename "mkLoad" to "mkLoadv" for consistency.Francisco Jerez2013-03-121-6/+5
* nv50,nvc0: add support for cube map arraysChristoph Bumiller2012-12-071-0/+1
* nv50/ir: move expansion of IMUL to later stage and handle memory operandsChristoph Bumiller2012-05-041-0/+25
* nv50/ir: Fix type of the instruction created by mkCmp() for dst in FILE_FLAGS.Francisco Jerez2012-04-141-1/+2
* nv50/ir: Fix BuildUtil::mkSelect and mkClobberFrancisco Jerez2012-04-141-6/+2
* nv50/ir/tgsi: Replace the inlining logic with proper function calls.Francisco Jerez2012-04-141-1/+1
* nv50/ir: Decouple DataArray from the dictionary that maps locations to values.Francisco Jerez2012-04-141-83/+59
* nv50/ir: add setFlagsDef/Src helperChristoph Bumiller2012-04-141-0/+3
* nv50/ir: import SM4 converterChristoph Bumiller2011-10-211-1/+1
* nv50/ir: use RDSV to fetch FrontFacing before loweringChristoph Bumiller2011-10-211-0/+19
* nv50/ir: add missing license headersChristoph Bumiller2011-09-141-0/+21
* nv50/ir: import new shader backend codeChristoph Bumiller2011-09-141-0/+501