aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/nouveau
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | I missed this in the original migration.
* nouveau: update to DRM API patchlevel 10Carlos Martín Nieto2007-08-074-21/+20
| | | | Finally let DRI build for nouveau.
* fix mesa fb bindingRoland Scheidegger2007-07-191-2/+5
| | | | | | | | Make sure that we bind the right buffer (draw or read) when rebinding the window framebuffer (the api doesn't allow binding different draw and read buffers at the same time, but the default window framebuffer is basically 2 fb objects, one for read, one for write, which can be different). Pass both of these two down the driver api (no driver uses this right now).
* 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 ↵Brian2007-03-104-16/+39
| |\ \ | | | | | | | | | | | | into glsl-compiler-1
| * \ \ Merge branch 'origin' into glsl-compiler-1Brian2007-03-096-39/+65
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/mesa/main/context.c
| * | | | Update DRI drivers for new glsl compiler.Brian2007-02-234-10/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mostly: - update #includes - update STATE_* token code
* | | | | nouveau: match drm version bumppre-merge-glsl-compiler-1Ben Skeggs2007-03-261-1/+1
| | | | |
* | | | | nouveau: implement nv20Clear and nv20ScissorDave Airlie2007-03-251-4/+17
| | | | | | | | | | | | | | | | | | | | Still crashes out on scissor regs
* | | | | 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
| | | | | | | | | | | | | | Use _mesa_reference_framebuffer() and _mesa_unreference_framebuffer() functions to be sure reference counting is done correctly. Additional assertions are done too. Note _mesa_dereference_framebuffer() renamed to "unreference" as that's more accurate.
* | 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
|