summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50/nv50_program.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* nv50: nicer initialization of nv50_regsChristoph Bumiller2009-09-151-51/+42
* nv50: handle CEIL and TRUNC opcodesChristoph Bumiller2009-09-151-0/+16
* nv50: handle SEQ, SGT, SLE, SNE opcodesChristoph Bumiller2009-09-151-30/+61
* nv50: SIN and COS use src0.w for dst.wChristoph Bumiller2009-09-151-16/+20
* nv50: use broadcast TEMP reg in tx_insnChristoph Bumiller2009-09-151-60/+28
* nv50: add nv50_tgsi_insn to handle swizzles safelyChristoph Bumiller2009-09-151-19/+128
* nv50: add functions for swizzle resolutionChristoph Bumiller2009-09-151-30/+118
* nv50: extend insn src mask functionChristoph Bumiller2009-09-151-46/+72
* nv50: move centroid, flat bits when making interp longChristoph Bumiller2009-09-031-4/+4
* nv50: SWZ is the same as MOV from our perspectiveBen Skeggs2009-09-021-0/+1
* nv50: whitespace fixes and deobfuscationMaarten Maathuis2009-08-171-17/+16