summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv30/nv30_fragprog.c
AgeCommit message (Expand)Author
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-17nouveau: nv30: Add missing include to fix warningPatrice Mandin
2009-10-23gallium: remove extended negate also, and also the ExtSwz tokenKeith Whitwell
2009-10-23gallium: remove the swizzling parts of ExtSwizzleKeith Whitwell
2009-10-23gallium: remove noise opcodesKeith Whitwell
2009-07-22gallium: simplify tgsi_full_immediate structKeith Whitwell
2009-06-05nouveau: remove unneeded code from ws, use pipe_buffer_ instead of ws->Ben Skeggs
2009-06-05nouveau: pass nouveau_bo instead of pipe_buffer to so_ callsBen Skeggs
2009-03-07nouveau: make stateobjs start off with refcount of 1Ben Skeggs
2009-03-04gallium: Unify reference counting.Michel Dänzer
2008-08-31nv30: set fp samplers with fragprog generationPatrice Mandin
2008-08-18nv30: add some opcodes.Stephane Marchesin
2008-08-14nv30/nv40: KIL/KILP swapped meaningsBen Skeggs
2008-08-07nouveau: fix buildBen Skeggs
2008-07-12nv30: was setting wrong registerPatrice Mandin
2008-07-12nv30: Emit fragment program using state objectsPatrice Mandin
2008-07-11nv30: Move constant buffers out of vert/frag prog structuresPatrice Mandin
2008-07-11nv30: split fragprog_upload from fragprog_bindPatrice Mandin
2008-07-11nv30: split fragprog_prepare from fragprog_translatePatrice Mandin
2008-07-08nv30: use native instructions.Stephane Marchesin
2008-06-23nouveau: update for interface changes + hack around gallium x86_64 bustageBen Skeggs
2008-03-30nv30: use FREE macroPatrice Mandin
2008-03-13nouveau: match interface changesBen Skeggs
2008-03-11nv30: silence some warningsPatrice Mandin
2008-02-16nouveau: match gallium code reorginisation.Ben Skeggs