nv50/ir: add function for splitting a BasicBlock
[mesa.git] / src / gallium / drivers / nv50 / codegen / nv50_ir_from_tgsi.cpp
2012-04-14 Christoph Bumillernv50/ir/tgsi: handle inferSrcType(NOT) to be u32
2012-01-12 Christoph Bumillernv50/ir: make use of TGSI_INTERPOLATE_COLOR
2012-01-12 Christoph Bumillernvc0: fix submission of VertexID and EdgeFlag in push...
2012-01-11 Christoph Bumillernv50/ir: handle TGSI_OPCODE_ISSG
2012-01-11 Christoph Bumillernv50/ir: handle TGSI_TEXTURE_SHADOWCUBE
2012-01-09 Christoph Bumillernv50/ir: handle TGSI_SEMANTIC_VERTEXID
2012-01-09 Christoph Bumillernv50/ir/tgsi: translate SNE as unordered comparison
2012-01-09 Christoph Bumillernv50/ir/tgsi: handle TGSI_OPCODE_IABS
2012-01-09 Christoph Bumillernv50/ir,nvc0: make ClipDistance and ClipVertex work
2011-10-21 Christoph Bumillernv50/ir: use RDSV to fetch FrontFacing before lowering
2011-09-14 Christoph Bumillernv50/ir: add missing license headers
2011-09-14 Christoph Bumillernv50/ir: import new shader backend code