Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-15 | nouveau: Use half the notifier block for query objects. | Ben Skeggs | |
2007-08-15 | nouveau: Keep drm channel alloc struct around. | Ben Skeggs | |
2007-08-15 | nouveau: reindent nouveau_span.c | Ben Skeggs | |
2007-08-15 | nouveau: Remove ALLOW_MULTI_SUBCHANNEL hack | Ben Skeggs | |
Irrelevant, since we depend on working context switching now. | |||
2007-08-15 | nouveau: Always render offscreen, emulate front buffer rendering. | Ben Skeggs | |
2007-08-15 | nouveau: Split nouveau_buffers into nouveau_mem and nouveau_fbo | Ben Skeggs | |
2007-08-15 | nouveau: reindent nouveau_buffers.h | Ben Skeggs | |
2007-08-15 | nouveau: reindent nouveau_buffers.c | Ben Skeggs | |
2007-08-15 | nouveau: Lets only do private buffers. | Ben Skeggs | |
2007-08-08 | nouveau: Missing notifier -> notifierobj migration | Carlos Martín Nieto | |
I missed this in the original migration. | |||
2007-08-07 | nouveau: update to DRM API patchlevel 10 | Carlos Martín Nieto | |
Finally let DRI build for nouveau. | |||
2007-07-19 | fix mesa fb binding | Roland Scheidegger | |
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). | |||
2007-07-14 | nouveau: nv10 and nv11,15 are different | Patrice Mandin | |
2007-07-13 | Play "nuke the typedef" | Ben Skeggs | |
2007-07-12 | nv20 also don't support viewport_origin, like nv10 | Patrice Mandin | |
2007-07-12 | nouveau: match drm 0.0.9 interface | Ben Skeggs | |
2007-07-11 | nouveau: nv20 does not support hw scissors | Patrice Mandin | |
2007-07-11 | bumped nouveau DRM interface version number | Arthur Huillet | |
2007-07-06 | NV_17 is different from NV_10 | Patrice Mandin | |
2007-07-06 | NV1X don't support VIEWPORT_ORIGIN in hardware | Patrice Mandin | |
2007-06-29 | nouveau: match drm changes (0.0.7) | Ben Skeggs | |
2007-06-29 | nouveau: NV30_TCL viewport/scissor fixes | Ben Skeggs | |
2007-06-14 | nouveau: remove useless viewport xform with id matrix. | Stephane Marchesin | |
2007-03-26 | merge of glsl-compiler-1 branch | Brian | |
2007-03-26 | nouveau: match drm version bump | Ben Skeggs | |
2007-03-25 | nouveau: implement nv20Clear and nv20Scissor | Dave Airlie | |
Still crashes out on scissor regs | |||
2007-03-24 | nouveau: some swtcl fixes | Ben Skeggs | |
2007-03-21 | merge from master | Brian | |
2007-03-21 | nouveau: update for drm interface changes (0.0.5) | Ben Skeggs | |
2007-03-21 | nouveau: SwapBuffers() needs to perform a glFlush() | Ben Skeggs | |
2007-03-20 | nouveau: fix typo | Ben Skeggs | |
2007-03-20 | nouveau: fail translate if we use too many params somehow | Ben Skeggs | |
2007-03-20 | nouveau: NVSDBG macro | Ben Skeggs | |
2007-03-19 | nouveau: avoid using uninitialised TexSrcUnit. | Ben Skeggs | |
2007-03-10 | Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa ↵ | Brian | |
into glsl-compiler-1 | |||
2007-03-10 | nouveau: fix nv04 swtcl. | Stephane Marchesin | |
2007-03-10 | nouveau: fix the nv04 swtcl code. | Stephane Marchesin | |
2007-03-10 | nouveau: oops don't debug by default. | Stephane Marchesin | |
2007-03-10 | nouveau: some fixes to the nv04 state code. | Stephane Marchesin | |
2007-03-10 | nouveau: add a fifo size debug check. | Stephane Marchesin | |
2007-03-09 | Merge branch 'origin' into glsl-compiler-1 | Brian | |
Conflicts: src/mesa/main/context.c | |||
2007-03-06 | Fix/improve framebuffer object reference counting. | Brian | |
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. | |||
2007-02-28 | nouveau: drm interface changes | Ben Skeggs | |
2007-02-23 | Update DRI drivers for new glsl compiler. | Brian | |
Mostly: - update #includes - update STATE_* token code | |||
2007-02-20 | nouveau: nv10: grr, ctx->DrawBuffer invalid? | Patrice Mandin | |
2007-02-20 | nouveau: nv10: also check ctx->DrawBuffer in nv10ViewportScale | Patrice Mandin | |
2007-02-20 | nouveau: nv10: keep 24/8 depth/stencil value, don't check for depth bits | Patrice Mandin | |
2007-02-16 | nouveau: nv50: update | Patrice Mandin | |
2007-02-16 | nouveau: nv10,20: wrong viewport clip setup | Patrice Mandin | |
2007-02-16 | nouveau: nv20: texture matrix | Patrice Mandin | |