summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50/nv50_program.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* nv50: align registers used with TEX to 4Christoph Bumiller2009-08-151-1/+2
* nv50: fix typo in REALLOC's 2nd argument in ctor_immdChristoph Bumiller2009-08-141-1/+1
* gallium: simplify tgsi_full_immediate structKeith Whitwell2009-07-221-4/+4
* nouveau: remove unneeded code from ws, use pipe_buffer_ instead of ws->Ben Skeggs2009-06-051-4/+4
* nouveau: move channel creation into pipe driversBen Skeggs2009-06-051-7/+6
* nouveau: call notifier/grobj etc funcs directlyBen Skeggs2009-06-051-8/+10
* nouveau: pass nouveau_bo instead of pipe_buffer to so_ callsBen Skeggs2009-06-051-17/+14
* nv50: negate sources directly where supportedChristoph Bumiller2009-05-281-42/+68
* nv50: introduce emit_cvt and use itChristoph Bumiller2009-05-281-40/+48
* nv50: fix TXPChristoph Bumiller2009-05-281-23/+112
* nv50: use multiple constant buffersChristoph Bumiller2009-05-281-37/+49
* nv50: don't look for unfreed temps in free_nv50_pcChristoph Bumiller2009-05-281-8/+0
* nv50: release hw TEMPs earlyChristoph Bumiller2009-05-281-0/+19
* nv50: allow immediates for MOV, ADD and MULChristoph Bumiller2009-05-281-5/+22
* nv50: enable half insns for MOV and MULChristoph Bumiller2009-05-281-7/+12
* nv50: make sure half-long insns are pairedChristoph Bumiller2009-05-281-0/+72
* nv50: enable KIL in register 19a8Christoph Bumiller2009-05-281-0/+1
* nv50: don't overwrite sources before they're usedChristoph Bumiller2009-05-281-12/+83
* nv50: put FP outputs where they belongChristoph Bumiller2009-05-281-4/+37
* nv50: modified FP attribute loadingChristoph Bumiller2009-05-281-45/+142
* nv50: inspect decl semantic and interpolation modeChristoph Bumiller2009-05-281-1/+74
* nv50: record last access to temp and attr regsChristoph Bumiller2009-05-281-0/+127
* nv50: save some space in immediate bufferChristoph Bumiller2009-05-281-1/+7
* nv50: fix SIGN_SET case in tgsi_srcChristoph Bumiller2009-05-281-1/+1
* nv50: set dst.z,w to 0,1 in SCS and XPDChristoph Bumiller2009-05-281-0/+14
* nv50: make LRP instruction nicerChristoph Bumiller2009-05-281-6/+3
* nv50: fix some memory leaks in shader assemblerChristoph Bumiller2009-05-281-25/+63