summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50/nv50_program.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* nouveau: make stateobjs start off with refcount of 1Ben Skeggs2009-03-071-0/+2
* gallium: Unify reference counting.Michel Dänzer2009-03-041-3/+3
* nv50: stop using nouveau_push.h, it's evilBen Skeggs2009-02-051-9/+14
* gallium: remove pipe_buffer from surfacesZack Rusin2009-02-021-1/+1
* nv50: change some magic reg, makes more things workBen Skeggs2009-01-131-1/+1
* nv50: implement KIL enough for progs/fp/kil to workBen Skeggs2009-01-131-0/+28
* nv50: disable shader debugBen Skeggs2009-01-121-1/+7
* nv50: fill image unit index in TEX varientsBen Skeggs2009-01-061-2/+8
* nv50: fix crash in nv50_program_destroyBen Skeggs2009-01-061-2/+2
* nv50: add TXP to TEX case.. not correct, but anyway..Ben Skeggs2009-01-061-0/+1
* nv50: indentation for TEX is a little overenthusiasticBen Skeggs2009-01-061-18/+23
* nv50: ensure we actually get contiguous regs for TEX insn.Ben Skeggs2009-01-061-17/+42
* nouveau: fix buildBen Skeggs2008-08-071-2/+2
* nv50: add some texture formatsBen Skeggs2008-07-111-0/+2
* nv50: add license headers to .c filesBen Skeggs2008-07-111-0/+22
* nv50: more "abuse" by using libc malloc etc..Ben Skeggs2008-07-111-7/+7
* nv50: fixes after rebase + commits note on the code that was just pushed.Ben Skeggs2008-06-291-2/+2
* nv50: whoopsBen Skeggs2008-06-291-2/+2
* nv50: remove some debugBen Skeggs2008-06-291-6/+0
* nv50: simplify emit_interp a bitBen Skeggs2008-06-291-10/+11