summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/nouveau
Commit message (Expand)AuthorAgeFilesLines
* nouveau: nv10: keep 24/8 depth/stencil value, don't check for depth bitsPatrice Mandin2007-02-201-6/+6
* nouveau: nv50: updatePatrice Mandin2007-02-161-1/+75
* nouveau: nv10,20: wrong viewport clip setupPatrice Mandin2007-02-162-2/+6
* nouveau: nv20: texture matrixPatrice Mandin2007-02-161-1/+4
* nouveau: nv20: updatePatrice Mandin2007-02-161-32/+176
* nouveau: nv10: set clear value for 16 and 24 bits depthPatrice Mandin2007-02-161-4/+15
* nouveau: nv10: rescale depth near and farPatrice Mandin2007-02-161-2/+8
* nouveau: nv10: fix viewport scale and originPatrice Mandin2007-02-161-12/+33
* nouveau: nv10: there are 8 clipping regionsPatrice Mandin2007-02-141-1/+1
* nouveau: a couple of NV3x fixesBen Skeggs2007-02-065-5/+45
* nouveau: OUT_RINGp expects the size in dwords, not bytes.Ben Skeggs2007-02-061-2/+2
* nouveau: fix a small bug in nv10 swtclBen Skeggs2007-02-061-1/+1
* nouveau: new bufferobj code.Ben Skeggs2007-02-063-169/+562
* nouveau: nv10: add init for unknown 0x120Patrice Mandin2007-02-041-0/+8
* nouveau: fix nv04 and nv10 swtcl, more work on nv04 state.Stephane Marchesin2007-02-044-14/+118
* nouveau: forgot function declarationPatrice Mandin2007-02-031-0/+1
* nouveau: nv50: use nv50 statePatrice Mandin2007-02-031-1/+3
* nouveau: fix viewport clipping initializationPatrice Mandin2007-02-031-5/+6
* nouveau: use color pitch as depth pitch if depth disabledPatrice Mandin2007-02-031-5/+3
* Merge branch 'vbo-0.2'Keith Whitwell2007-02-022-4/+2
|\
| * Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa i...Keith Whitwell2007-01-162-4/+2
* | nouveau: arghBen Skeggs2007-01-301-1/+1
* | nouveau: misc NV40 fixesBen Skeggs2007-01-301-3/+9
* | nouveau: NV40 glClipPlane support.Ben Skeggs2007-01-305-13/+101
* | nouveau: rework shader param handlingBen Skeggs2007-01-303-47/+110
* | nouveau: oops, build attrib map after we know how the final shader will look..Ben Skeggs2007-01-301-2/+2
* | nouveau: remove an unused tableBen Skeggs2007-01-301-13/+1
* | nouveau: oopsBen Skeggs2007-01-301-3/+9
* | nouveau: maintain a map of which vtxprog input corresponds to which arrayBen Skeggs2007-01-302-0/+47
* | nouveau: unhardcode some more NV30TCL_FP_CONTROL valuesBen Skeggs2007-01-302-4/+19
* | nouveau : NOUVEAU_RING_TRACEMatthieu Castet2007-01-291-1/+24
* | nouveau : nv10 comment icomplete commandMatthieu Castet2007-01-291-1/+1
* | nouveau : nv10 mixing cached stuff with not cached stuff is bad.Matthieu Castet2007-01-281-4/+4
* | nouveau: fix nv30 line widthBen Skeggs2007-01-281-1/+1
* | nouveau: initial GL_ARB_occlusion_query supportBen Skeggs2007-01-288-1/+302
* | nouveau: extend notifier interface to allow multiple notifiers in a memory bl...Ben Skeggs2007-01-282-13/+33
* | nouveau: more work on nv04, this time buffer format/pitches/...Stephane Marchesin2007-01-273-2/+47
* | nouveau: unbreak NOUVEAU_RING_DEBUGBen Skeggs2007-01-251-0/+16
* | nouveau: add result scaling to shader backend, use it in RSQ emul for NV40.Ben Skeggs2007-01-256-17/+50
* | nouveau: and here's the "oops, I suck" commit :)Ben Skeggs2007-01-251-0/+1
* | nouveau: some extra debug outputBen Skeggs2007-01-251-1/+4
* | nouveau: DPH and CMP for NV40 which doesn't do it natively.Ben Skeggs2007-01-231-0/+24
* | nouveau: allow for card-specific shader infos to be keptBen Skeggs2007-01-238-62/+149
* | nouveau: fill in condition info for instructionsBen Skeggs2007-01-231-77/+76
* | nouveau: unbreak nv40Ben Skeggs2007-01-231-1/+1
* | nouveau: reindent shader pass0/pass2Ben Skeggs2007-01-232-524/+566
* | nouveau: start converting shaders into a tree format again..Ben Skeggs2007-01-234-171/+315
* | Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesaJeremy Kolb2007-01-2116-350/+618
|\ \
| * | nouveau: fix some bugs in the nv10 swtcl.Stephane Marchesin2007-01-221-3/+18
| * | nouveau: add nv04 state support, and small nv04 fixes.Stephane Marchesin2007-01-217-18/+527