Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2007-02-16 | nouveau: nv20: update | Patrice Mandin | |
2007-02-16 | nouveau: nv10: set clear value for 16 and 24 bits depth | Patrice Mandin | |
2007-02-16 | nouveau: nv10: rescale depth near and far | Patrice Mandin | |
2007-02-16 | nouveau: nv10: fix viewport scale and origin | Patrice Mandin | |
2007-02-14 | nouveau: nv10: there are 8 clipping regions | Patrice Mandin | |
2007-02-06 | nouveau: a couple of NV3x fixes | Ben Skeggs | |
2007-02-06 | nouveau: OUT_RINGp expects the size in dwords, not bytes. | Ben Skeggs | |
This fixes the *actual* bug that the previous commit was supposed to fix.. | |||
2007-02-06 | nouveau: fix a small bug in nv10 swtcl | Ben Skeggs | |
2007-02-06 | nouveau: new bufferobj code. | Ben Skeggs | |
The old code suffered from a number of issues, the most severe being that with the Mesa VBO merge even swtcl used the driver's bufferobj interface. On most VBO types (or non-AGP cards) the buffer ended up in vram, and killed swtcl performance greatly. All bufferobj's start in system memory now, until they get referenced as a "real" VBO. The other big change is that only potentially "damaged" areas are uploaded/downloaded to/from the hardware. | |||
2007-02-04 | nouveau: nv10: add init for unknown 0x120 | Patrice Mandin | |
2007-02-04 | nouveau: fix nv04 and nv10 swtcl, more work on nv04 state. | Stephane Marchesin | |