aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv30/nv30_fragprog.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: try and update r300 and nv drivers for tgsi changesKeith Whitwell2009-11-241-1/+1
* nouveau: nv30: Add missing include to fix warningPatrice Mandin2009-11-171-4/+5
* gallium: remove extended negate also, and also the ExtSwz tokenKeith Whitwell2009-10-231-15/+2
* gallium: remove the swizzling parts of ExtSwizzleKeith Whitwell2009-10-231-19/+5
* gallium: remove noise opcodesKeith Whitwell2009-10-231-6/+0
* 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-8/+9
* nouveau: pass nouveau_bo instead of pipe_buffer to so_ callsBen Skeggs2009-06-051-3/+4
* nouveau: make stateobjs start off with refcount of 1Ben Skeggs2009-03-071-0/+1
* gallium: Unify reference counting.Michel Dänzer2009-03-041-1/+2
* nv30: set fp samplers with fragprog generationPatrice Mandin2008-08-311-1/+3
* nv30: add some opcodes.Stephane Marchesin2008-08-181-0/+11
* nv30/nv40: KIL/KILP swapped meaningsBen Skeggs2008-08-141-2/+2
* nouveau: fix buildBen Skeggs2008-08-071-2/+2
* nv30: was setting wrong registerPatrice Mandin2008-07-121-4/+3
* nv30: Emit fragment program using state objectsPatrice Mandin2008-07-121-20/+45
* nv30: Move constant buffers out of vert/frag prog structuresPatrice Mandin2008-07-111-6/+6
* nv30: split fragprog_upload from fragprog_bindPatrice Mandin2008-07-111-22/+35
* nv30: split fragprog_prepare from fragprog_translatePatrice Mandin2008-07-111-23/+68
* nv30: use native instructions.Stephane Marchesin2008-07-081-22/+4
* nouveau: update for interface changes + hack around gallium x86_64 bustageBen Skeggs2008-06-231-3/+3
* nv30: use FREE macroPatrice Mandin2008-03-301-2/+2
* nouveau: match interface changesBen Skeggs2008-03-131-6/+5
* nv30: silence some warningsPatrice Mandin2008-03-111-1/+1
* nouveau: match gallium code reorginisation.Ben Skeggs2008-02-161-0/+835