summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv30/nv30_vertprog.c
Commit message (Expand)AuthorAgeFilesLines
* Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr2013-09-111-258/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-4/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* nv30: Support negative offsets in indirect constant access.Roy Spliet2012-07-201-3/+3
* nv30: import new driver for GeForce FX/6/7 chipsets, and Quadro variantsBen Skeggs2012-04-141-0/+258
* nv30, nv40: non-trivially unify nv[34]0_vertprog.cLuca Barbieri2010-03-151-842/+0
* nv30, nv40: non-trivially partially unify nv[34]0_shader.hLuca Barbieri2010-03-151-67/+67
* nv30, nv40: unify all structures and headers, except shadersLuca Barbieri2010-03-151-30/+30
* nouveau: s/rankine/eng3d/g; s/curie/eng3d/gLuca Barbieri2010-03-151-5/+5
* 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: kill nouveau_push.h and use libdrm versions of BEGIN_RINGs, etcMarcin Slusarz2010-01-051-8/+10
* gallium: fix up drivers for edgeflag changesRoland Scheidegger2009-12-191-0/+3
* tgsi: rename fields of tgsi_full_src_register to reduce verbosityKeith Whitwell2009-11-241-19/+19
* tgsi: rename fields of tgsi_full_dst_register to reduce verbosityKeith Whitwell2009-11-241-4/+4
* tgsi: rename fields of tgsi_full_declaration to reduce verbosityKeith Whitwell2009-11-241-1/+1
* 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-7/+7
* gallium: try and update r300 and nv drivers for tgsi changesKeith Whitwell2009-11-241-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-6/+6
* nouveau: call notifier/grobj etc funcs directlyBen Skeggs2009-06-051-11/+9
* nouveau: make stateobjs start off with refcount of 1Ben Skeggs2009-03-071-0/+1
* nv30: Fix build -- rename Size to NrTokens.Michal Krol2009-02-101-1/+1
* nv30: add some opcodes.Stephane Marchesin2008-08-181-0/+6
* nouveau: fix buildBen Skeggs2008-08-071-1/+1
* nv30: does not have vp_attrib/resultPatrice Mandin2008-07-121-4/+0
* nv30: Change comment about slowdownPatrice Mandin2008-07-121-1/+1
* nv30: Emit vertex program using state objectsPatrice Mandin2008-07-121-9/+31
* nv30: Move constant buffers out of vert/frag prog structuresPatrice Mandin2008-07-111-10/+8
* nouveau: update for interface changes + hack around gallium x86_64 bustageBen Skeggs2008-06-231-1/+1
* nv30: Move some structures and functions from context to screenPatrice Mandin2008-04-111-6/+25
* nv30: use FREE macroPatrice Mandin2008-03-301-4/+4
* nouveau: match interface changesBen Skeggs2008-03-131-2/+2
* nv30: debug dumps vp constantsPatrice Mandin2008-03-121-4/+8
* nv30: put the card into vtxprog mode + small cleanups/fixesBen Skeggs2008-03-101-0/+5
* nv30: a couple of vtxprog fixesBen Skeggs2008-03-061-3/+14
* nouveau: match gallium code reorginisation.Ben Skeggs2008-02-161-0/+777