summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv30/nv30_fragprog.c
Commit message (Expand)AuthorAgeFilesLines
* nv30: Fix generic passing to fragment program in NV34.Roy Spliet2012-05-251-1/+1
* nv30: import new driver for GeForce FX/6/7 chipsets, and Quadro variantsBen Skeggs2012-04-141-0/+170
* nv30, nv40: non-trivially unify nv[34]0_fragprog.cLuca Barbieri2010-03-151-903/+0
* nv30, nv40: non-trivially partially unify nv[34]0_shader.hLuca Barbieri2010-03-151-86/+86
* nv30, nv40: unify all structures and headers, except shadersLuca Barbieri2010-03-151-33/+33
* nouveau: s/rankine/eng3d/g; s/curie/eng3d/gLuca Barbieri2010-03-151-4/+4
* nv30: remove unused on_hw field and constant fp_reg_control fieldLuca Barbieri2010-03-151-3/+1
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* nouveau: rewrite nouveau_stateobj to use BEGIN_RING properlyMaarten Maathuis2010-01-051-1/+1
* nouveau: Unreference state/buffer objects on context/screen destruction.Younes Manton2009-12-281-0/+6
* NV30/NV40 CMP and SCS src == dst handlingLuca Barbieri2009-12-281-8/+24
* tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell2009-11-241-22/+22
* tgsi: rename fields of tgsi_full_dst_register to reduce verbosityKeith Whitwell2009-11-241-5/+5
* tgsi: rename fields of tgsi_full_declaration to reduce verbosityKeith Whitwell2009-11-241-5/+5
* tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosityKeith Whitwell2009-11-241-4/+4
* tgsi: reduce repetition of structure name in its membersKeith Whitwell2009-11-241-6/+6
* 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