aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/nouveau
Commit message (Expand)AuthorAgeFilesLines
* fix mesa fb bindingRoland Scheidegger2007-07-191-2/+5
* nouveau: nv10 and nv11,15 are differentPatrice Mandin2007-07-145-7/+11
* Play "nuke the typedef"Ben Skeggs2007-07-139-27/+34
* nv20 also don't support viewport_origin, like nv10Patrice Mandin2007-07-121-2/+2
* nouveau: match drm 0.0.9 interfaceBen Skeggs2007-07-122-11/+6
* nouveau: nv20 does not support hw scissorsPatrice Mandin2007-07-111-2/+2
* bumped nouveau DRM interface version numberArthur Huillet2007-07-111-1/+1
* NV_17 is different from NV_10Patrice Mandin2007-07-063-4/+6
* NV1X don't support VIEWPORT_ORIGIN in hardwarePatrice Mandin2007-07-061-2/+2
* nouveau: match drm changes (0.0.7)Ben Skeggs2007-06-2914-139/+94
* nouveau: NV30_TCL viewport/scissor fixesBen Skeggs2007-06-294-17/+43
* nouveau: remove useless viewport xform with id matrix.Stephane Marchesin2007-06-141-31/+14
* merge of glsl-compiler-1 branchBrian2007-03-264-10/+16
|\
| * merge from masterBrian2007-03-2111-16/+92
| |\
| * \ Merge branch 'master' of git+ssh://[email protected]/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 bumppre-merge-glsl-compiler-1Ben 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