summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50/nv50_program.c
Commit message (Expand)AuthorAgeFilesLines
* nv50: rework state emissionBen Skeggs2010-03-101-19/+12
* Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger2010-02-091-9/+7
|\
| * gallium: clean up point sprite rasterizer stateRoland Scheidegger2010-02-031-8/+6
* | gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* | nv50: fix uninitialized variable in nv50_revdep_reorderMarcin Slusarz2010-01-251-1/+1
* | nv50: fix handling of FragCoord inputChristoph Bumiller2010-01-241-12/+11
* | nv50: cannot exit shaders on a control flow instructionChristoph Bumiller2010-01-181-1/+9
* | nv50: fix nv50_program->immd memory leakMarcin Slusarz2010-01-181-0/+1
* | nv50: implement instanced drawingChristoph Bumiller2010-01-171-2/+20
* | nv50: handle all and more system valuesChristoph Bumiller2010-01-161-12/+107
* | nv50: support for geometry programs in nv50_programChristoph Bumiller2010-01-161-108/+314
* | nv50: get access to primitive input spaceChristoph Bumiller2010-01-161-88/+197
* | nv50: fix memory leak on nv50_pc freeMarcin Slusarz2010-01-121-0/+2
|/
* nv50: handle TGSI_OPCODE_UMAD,UMUL,NOT and fix SADChristoph Bumiller2010-01-081-3/+149
* nv50: free src temp_temps on emitChristoph Bumiller2010-01-081-32/+42
* nv50: try to honor sprite coord modeChristoph Bumiller2010-01-081-4/+10
* nv50: preallocate TEMPs written first time in a subroutineChristoph Bumiller2010-01-071-2/+10
* nv50: handle TGSI_OPCODE_SAD,UADDChristoph Bumiller2010-01-071-0/+96
* nv50: handle TGSI_OPCODE_IMAX,IMIN,UMAX,UMINChristoph Bumiller2010-01-071-10/+49
* nv50: handle integer SET operationsChristoph Bumiller2010-01-071-21/+34
* nv50: handle TGSI_OPCODE_SHL,ISHR,USHRChristoph Bumiller2010-01-071-0/+42
* nv50: handle TGSI_OPCODE_F2I,F2U,I2F,U2F plus src modsChristoph Bumiller2010-01-071-87/+131
* nouveau: rewrite nouveau_stateobj to use BEGIN_RING properlyMaarten Maathuis2010-01-051-3/+3
* nv50: small fix for handling "dangerous" swizzlesChristoph Bumiller2009-12-311-1/+1
* nv50: fix TEXLOD sequence and use it only in FPsChristoph Bumiller2009-12-311-1/+8
* nv50: cannot kill branch if immediate is usedChristoph Bumiller2009-12-311-0/+3
* nv50: make assimilate_temp safeChristoph Bumiller2009-12-311-16/+28
* nv50: handle TGSI_OPCODE_EXP,LOGChristoph Bumiller2009-12-311-0/+59
* nv50: add support for subroutinesChristoph Bumiller2009-12-311-53/+78
* nv50: alloc_reg on reg_instanceChristoph Bumiller2009-12-311-14/+15
* nv50: neg and abs modifiers for flopsChristoph Bumiller2009-12-311-28/+55
* nv50: don't negate immediates in set_immdChristoph Bumiller2009-12-311-12/+5
* nv50: Dehexify and bring up to date with new method defines.Marcin Kościelnicki2009-12-281-2/+2
* nv50: support TGSI_OPCODE_CONTChristoph Bumiller2009-12-241-0/+5
* nv50: make edgeflags workChristoph Bumiller2009-12-241-3/+16
* 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