summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/nouveau
Commit message (Expand)AuthorAgeFilesLines
* merge of glsl-compiler-1 branchBrian2007-03-264-10/+16
|\
| * merge from masterBrian2007-03-2111-16/+92
| |\
| * \ Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa i...Brian2007-03-104-16/+39
| |\ \
| * \ \ Merge branch 'origin' into glsl-compiler-1Brian2007-03-096-39/+65
| |\ \ \
| * | | | Update DRI drivers for new glsl compiler.Brian2007-02-234-10/+16
* | | | | nouveau: match drm version bumpBen Skeggs2007-03-261-1/+1
* | | | | nouveau: implement nv20Clear and nv20ScissorDave Airlie2007-03-251-4/+17
* | | | | nouveau: some swtcl fixesBen Skeggs2007-03-241-0/+9
| |_|_|/ |/| | |
* | | | nouveau: update for drm interface changes (0.0.5)Ben Skeggs2007-03-214-9/+13
* | | | nouveau: SwapBuffers() needs to perform a glFlush()Ben Skeggs2007-03-211-0/+1
* | | | nouveau: fix typoBen Skeggs2007-03-201-1/+1
* | | | nouveau: fail translate if we use too many params somehowBen Skeggs2007-03-203-5/+31
* | | | nouveau: NVSDBG macroBen Skeggs2007-03-205-0/+24
* | | | nouveau: avoid using uninitialised TexSrcUnit.Ben Skeggs2007-03-191-1/+22
| |_|/ |/| |
* | | nouveau: fix nv04 swtcl.Stephane Marchesin2007-03-101-0/+1
* | | nouveau: fix the nv04 swtcl code.Stephane Marchesin2007-03-101-1/+1
* | | nouveau: oops don't debug by default.Stephane Marchesin2007-03-101-1/+1
* | | nouveau: some fixes to the nv04 state code.Stephane Marchesin2007-03-101-13/+15
* | | nouveau: add a fifo size debug check.Stephane Marchesin2007-03-102-3/+23
| |/ |/|
* | Fix/improve framebuffer object reference counting.Brian2007-03-061-1/+1
* | nouveau: drm interface changesBen Skeggs2007-02-286-38/+64
|/
* nouveau: nv10: grr, ctx->DrawBuffer invalid?Patrice Mandin2007-02-201-3/+3
* nouveau: nv10: also check ctx->DrawBuffer in nv10ViewportScalePatrice Mandin2007-02-201-7/+12
* 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://keithw@git.freedesktop.org/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