summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/nouveau
Commit message (Expand)AuthorAgeFilesLines
* nouveau: nv10: Remove commented, unsupported by hw commandPatrice Mandin2007-08-211-7/+0
* Use correct object for GARTPatrice Mandin2007-08-201-1/+1
* nouveau: nv10: only one color buffer atmPatrice Mandin2007-08-192-9/+4
* nouveau: nv10: clear a bufferPatrice Mandin2007-08-161-1/+24
* nouveau: nv10: add function to clear a bufferPatrice Mandin2007-08-161-1/+31
* nouveau: store render buffer pointers in context, to access them when clearin...Patrice Mandin2007-08-162-0/+9
* nouveau: nv10: create objects needed to clear bufferPatrice Mandin2007-08-162-0/+39
* nouveau: Use half the notifier block for query objects.Ben Skeggs2007-08-151-1/+2
* nouveau: Keep drm channel alloc struct around.Ben Skeggs2007-08-155-44/+39
* nouveau: reindent nouveau_span.cBen Skeggs2007-08-151-24/+21
* nouveau: Remove ALLOW_MULTI_SUBCHANNEL hackBen Skeggs2007-08-154-8/+0
* nouveau: Always render offscreen, emulate front buffer rendering.Ben Skeggs2007-08-1513-129/+109
* nouveau: Split nouveau_buffers into nouveau_mem and nouveau_fboBen Skeggs2007-08-1511-169/+182
* nouveau: reindent nouveau_buffers.hBen Skeggs2007-08-152-31/+34
* nouveau: reindent nouveau_buffers.cBen Skeggs2007-08-151-334/+339
* nouveau: Lets only do private buffers.Ben Skeggs2007-08-151-29/+23
* nouveau: Missing notifier -> notifierobj migrationCarlos Martín Nieto2007-08-081-2/+2
* nouveau: update to DRM API patchlevel 10Carlos Martín Nieto2007-08-074-21/+20
* 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