summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50/nv50_program.c
Commit message (Expand)AuthorAgeFilesLines
* nv50: correct the negation of DDY sourcesChristoph Bumiller2009-12-221-15/+7
* nv50: make address reg allocation a little less hackyChristoph Bumiller2009-12-201-24/+28
* nv50: use BREAKADDR and BREAK for loopsChristoph Bumiller2009-12-201-47/+75
* nv50: handle TGSI_OPCODE_RET,KILPChristoph Bumiller2009-12-201-28/+54
* nv50: be more cautious about using reg_instanceChristoph Bumiller2009-12-141-17/+10
* nv50: store immediates as uint32Christoph Bumiller2009-12-141-32/+30
* nouveau: nv50: Add missing ctor_immd_4u32 functionPatrice Mandin2009-12-131-2/+15
* nv50: add craziness for non-constant TXB and TXLChristoph Bumiller2009-12-131-44/+204
* nv50: support TXB and TXLChristoph Bumiller2009-12-121-56/+106
* nv50: add src_mask case for IF opcodeChristoph Bumiller2009-12-121-0/+2
* nv50: use copies of tgsi src nv50_regsChristoph Bumiller2009-12-121-26/+22
* Merge commit 'origin/tgsi-simplify-ext'Keith Whitwell2009-12-011-54/+54
|\
| * tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell2009-11-241-23/+23
| * tgsi: rename fields of tgsi_full_dst_register to reduce verbosityKeith Whitwell2009-11-241-18/+18
| * tgsi: rename fields of tgsi_full_declaration to reduce verbosityKeith Whitwell2009-11-241-2/+2
| * tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosityKeith Whitwell2009-11-241-18/+18
| * tgsi: reduce repetition of structure name in its membersKeith Whitwell2009-11-241-2/+2
| * gallium: try and update r300 and nv drivers for tgsi changesKeith Whitwell2009-11-241-5/+5
* | nv50: match VP outputs to FP inputs ourselvesChristoph Bumiller2009-11-291-31/+39
* | nv50: don't permanently negate src in emit_ddyChristoph Bumiller2009-11-291-4/+10
* | nv50: do conversion of last insn to 64 bit format firstChristoph Bumiller2009-11-271-16/+11
|/
* nv50: fix shader emit_tex for cube texturesChristoph Bumiller2009-11-041-14/+36
* nv50: add abs-modifier for emit_minmaxChristoph Bumiller2009-11-041-17/+31
* nv50: handle TGSI_SEMANTIC_FACEChristoph Bumiller2009-11-011-0/+25
* nv50: make IF condition safeChristoph Bumiller2009-11-011-1/+3
* nv50: implement TGSI_OPCODE_AND/OR/XORChristoph Bumiller2009-11-011-0/+47
* nv50: use SIFC also for shader uploadChristoph Bumiller2009-10-311-55/+24
* nv50: make MRTs workChristoph Bumiller2009-10-311-0/+4
* nv50: do SIGN_SET as one instructionChristoph Bumiller2009-10-231-6/+1
* nv50: fix saturation outside of tx_insn caseChristoph Bumiller2009-10-231-3/+5
* nv50: allow all 127 TEMP regsChristoph Bumiller2009-10-231-3/+16
* nv50: fix address reg codeChristoph Bumiller2009-10-231-23/+44
* gallium: remove the swizzling parts of ExtSwizzleKeith Whitwell2009-10-231-20/+8
* nv50: add support for address regsChristoph Bumiller2009-10-191-8/+170
* nv50: cleanup emit_kilChristoph Bumiller2009-10-191-11/+7
* nv50: implement TGSI_OPCODE_CMPChristoph Bumiller2009-10-191-2/+16
* nv50: quick fix for insn src negationChristoph Bumiller2009-10-191-2/+23
* nv50: add support for DDX and DDY opcodesChristoph Bumiller2009-10-191-14/+56
* nv50: fix TEX for WriteMask not equal 0xfChristoph Bumiller2009-09-251-4/+5
* nv50: RCP and RSQ cannot load from VP inputsChristoph Bumiller2009-09-251-1/+21
* nv50: fix CEIL and TRUNCChristoph Bumiller2009-09-251-4/+5
* nv50: implement BGNLOOP, BRK, ENDLOOPChristoph Bumiller2009-09-251-2/+75
* nv50: implement IF, ELSE, ENDIF opcodesChristoph Bumiller2009-09-251-42/+146
* nv50: fix stupid thinko in emit_setChristoph Bumiller2009-09-151-1/+3
* nv50: let programs use the whole param bufferChristoph Bumiller2009-09-151-41/+27
* nv50: add preliminary support for point spritesChristoph Bumiller2009-09-151-1/+54
* nv50: add support for point size per vertexChristoph Bumiller2009-09-151-0/+14
* nv50: add support for light-twosideChristoph Bumiller2009-09-151-0/+19
* nv50: proper linkage between VP and FPChristoph Bumiller2009-09-151-153/+269
* nv50: move allocation of pc regsChristoph Bumiller2009-09-151-155/+129