Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2007-02-03 | nouveau: forgot function declaration | Patrice Mandin | |
2007-02-03 | nouveau: nv50: use nv50 state | Patrice Mandin | |
2007-02-03 | nouveau: fix viewport clipping initialization | Patrice Mandin | |
2007-02-03 | nouveau: use color pitch as depth pitch if depth disabled | Patrice Mandin | |
2007-02-02 | Merge branch 'vbo-0.2' | Keith Whitwell | |
Conflicts: src/mesa/main/texcompress_s3tc.c src/mesa/tnl/t_array_api.c | |||
2007-01-30 | nouveau: argh | Ben Skeggs | |
2007-01-30 | nouveau: misc NV40 fixes | Ben Skeggs | |
2007-01-30 | nouveau: NV40 glClipPlane support. | Ben Skeggs | |
2007-01-30 | nouveau: rework shader param handling | Ben Skeggs | |
Conflicts: src/mesa/drivers/dri/nouveau/nouveau_shader_0.c | |||
2007-01-30 | nouveau: oops, build attrib map after we know how the final shader will look.. | Ben Skeggs | |
2007-01-30 | nouveau: remove an unused table | Ben Skeggs | |
2007-01-30 | nouveau: oops | Ben Skeggs | |