summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv50/nv50_program.c
AgeCommit message (Expand)Author
2009-12-31nv50: make assimilate_temp safeChristoph Bumiller
2009-12-31nv50: handle TGSI_OPCODE_EXP,LOGChristoph Bumiller
2009-12-31nv50: add support for subroutinesChristoph Bumiller
2009-12-31nv50: alloc_reg on reg_instanceChristoph Bumiller
2009-12-31nv50: neg and abs modifiers for flopsChristoph Bumiller
2009-12-31nv50: don't negate immediates in set_immdChristoph Bumiller
2009-12-28nv50: Dehexify and bring up to date with new method defines.Marcin Kościelnicki
2009-12-24nv50: support TGSI_OPCODE_CONTChristoph Bumiller
2009-12-24nv50: make edgeflags workChristoph Bumiller
2009-12-22nv50: correct the negation of DDY sourcesChristoph Bumiller
2009-12-20nv50: make address reg allocation a little less hackyChristoph Bumiller
2009-12-20nv50: use BREAKADDR and BREAK for loopsChristoph Bumiller
2009-12-20nv50: handle TGSI_OPCODE_RET,KILPChristoph Bumiller
2009-12-14nv50: be more cautious about using reg_instanceChristoph Bumiller
2009-12-14nv50: store immediates as uint32Christoph Bumiller
2009-12-13nouveau: nv50: Add missing ctor_immd_4u32 functionPatrice Mandin
2009-12-13nv50: add craziness for non-constant TXB and TXLChristoph Bumiller
2009-12-12nv50: support TXB and TXLChristoph Bumiller
2009-12-12nv50: add src_mask case for IF opcodeChristoph Bumiller
2009-12-12nv50: use copies of tgsi src nv50_regsChristoph Bumiller
2009-12-01Merge commit 'origin/tgsi-simplify-ext'Keith Whitwell
2009-11-29nv50: match VP outputs to FP inputs ourselvesChristoph Bumiller
2009-11-29nv50: don't permanently negate src in emit_ddyChristoph Bumiller
2009-11-27nv50: do conversion of last insn to 64 bit format firstChristoph Bumiller
2009-11-24tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell
2009-11-24tgsi: rename fields of tgsi_full_dst_register to reduce verbosityKeith Whitwell
2009-11-24tgsi: rename fields of tgsi_full_declaration to reduce verbosityKeith Whitwell
2009-11-24tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosityKeith Whitwell
2009-11-24tgsi: reduce repetition of structure name in its membersKeith Whitwell
2009-11-24gallium: try and update r300 and nv drivers for tgsi changesKeith Whitwell
2009-11-04nv50: fix shader emit_tex for cube texturesChristoph Bumiller
2009-11-04nv50: add abs-modifier for emit_minmaxChristoph Bumiller
2009-11-01nv50: handle TGSI_SEMANTIC_FACEChristoph Bumiller
2009-11-01nv50: make IF condition safeChristoph Bumiller
2009-11-01nv50: implement TGSI_OPCODE_AND/OR/XORChristoph Bumiller
2009-10-31nv50: use SIFC also for shader uploadChristoph Bumiller
2009-10-31nv50: make MRTs workChristoph Bumiller
2009-10-23nv50: do SIGN_SET as one instructionChristoph Bumiller
2009-10-23nv50: fix saturation outside of tx_insn caseChristoph Bumiller
2009-10-23nv50: allow all 127 TEMP regsChristoph Bumiller
2009-10-23nv50: fix address reg codeChristoph Bumiller
2009-10-23gallium: remove the swizzling parts of ExtSwizzleKeith Whitwell
2009-10-19nv50: add support for address regsChristoph Bumiller
2009-10-19nv50: cleanup emit_kilChristoph Bumiller
2009-10-19nv50: implement TGSI_OPCODE_CMPChristoph Bumiller
2009-10-19nv50: quick fix for insn src negationChristoph Bumiller
2009-10-19nv50: add support for DDX and DDY opcodesChristoph Bumiller
2009-09-25nv50: fix TEX for WriteMask not equal 0xfChristoph Bumiller
2009-09-25nv50: RCP and RSQ cannot load from VP inputsChristoph Bumiller
2009-09-25nv50: fix CEIL and TRUNCChristoph Bumiller