Age | Commit message (Expand) | Author |
2007-01-26 | document, re-indent _mesa_ffsll() | Brian |
2007-01-26 | Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa | Brian |
2007-01-26 | Bug #9604: Fix a static buffer allocation failure. | Eric Anholt |
2007-01-26 | Add _mesa_ffsll() for compatibility on OSes without ffsll(), and use it. | Eric Anholt |
2007-01-26 | Remove dead code causing a warning. | Eric Anholt |
2007-01-26 | Override Const.CheckArrayBounds for Xserver in XMesaCreateContext(). | George Sapountzis |
2007-01-26 | Drop old (pre-AIGLX) GLcore interface. | George Sapountzis |
2007-01-26 | Merge branch 'master' of git+ssh://znh@git.freedesktop.org/git/mesa/mesa | Zou Nan hai |
2007-01-26 | ARB_Occlusion_query should support multiple query at same time | Zou Nan hai |
2007-01-25 | do not rebase index buffers as it does not work currently (tested with r200 a... | Roland Scheidegger |
2007-01-25 | allocate larger minimum dstelt buffer | Roland Scheidegger |
2007-01-25 | fix dstelt memory allocation to avoid hash corruption | Roland Scheidegger |
2007-01-25 | remove tnl/t_vtx_x86_gcc.S file from sources as it no longer exists | Roland Scheidegger |
2007-01-25 | re-fix bug 9062 in vbo code | Roland Scheidegger |
2007-01-25 | nouveau: unbreak NOUVEAU_RING_DEBUG | Ben Skeggs |
2007-01-25 | nouveau: add result scaling to shader backend, use it in RSQ emul for NV40. | Ben Skeggs |
2007-01-25 | nouveau: and here's the "oops, I suck" commit :) | Ben Skeggs |
2007-01-25 | nouveau: some extra debug output | Ben Skeggs |
2007-01-24 | 965 glxswapcontrol fix | Zou Nan hai |
2007-01-24 | 965 ARB_Occlusion_query fix | Zou Nan hai |
2007-01-23 | silence C++ warnings | Brian |
2007-01-23 | fixes for C++ warnings/errors | Brian |
2007-01-23 | i915tex: Relocation fixes: | Thomas Hellstrom |
2007-01-23 | i915tex: Fix randr resizing. Rotation still broken. | Thomas Hellstrom |
2007-01-23 | nouveau: DPH and CMP for NV40 which doesn't do it natively. | Ben Skeggs |
2007-01-23 | nouveau: allow for card-specific shader infos to be kept | Ben Skeggs |
2007-01-23 | nouveau: fill in condition info for instructions | Ben Skeggs |
2007-01-23 | nouveau: unbreak nv40 | Ben Skeggs |
2007-01-23 | nouveau: reindent shader pass0/pass2 | Ben Skeggs |
2007-01-23 | nouveau: start converting shaders into a tree format again.. | Ben Skeggs |
2007-01-21 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa | Jeremy Kolb |
2007-01-21 | nouveau: Fixes for nv30. | Jeremy Kolb |
2007-01-22 | nouveau: fix some bugs in the nv10 swtcl. | Stephane Marchesin |
2007-01-21 | nouveau: add nv04 state support, and small nv04 fixes. | Stephane Marchesin |
2007-01-21 | nouveau: rename pass0_arb to pass0. | Ben Skeggs |
2007-01-21 | nouveau: kill off shader pass1. | Ben Skeggs |
2007-01-21 | nouveau: shader backend branching support for all cards that support it. | Ben Skeggs |
2007-01-19 | nouveau: bump drm patchlevel | Ben Skeggs |
2007-01-18 | nouveau: preliminary nv50 state | Patrice Mandin |
2007-01-18 | support as much of GL_EXT_stencil_two_side as we can. untested. | Aapo Tahkola |
2007-01-18 | typo fix. this case still fails. | Aapo Tahkola |
2007-01-18 | Fix invalid enums passed to MapBuffer | Aapo Tahkola |
2007-01-18 | Fix invalid enums passed to MapBuffer | Aapo Tahkola |
2007-01-17 | New debug config for linux-dri | Keith Whitwell |
2007-01-17 | I965: fix bug#9625-get the correct PV for quardstrip | Xiang, Haihao |
2007-01-17 | Fix bug#9673 | Xiang, Haihao |
2007-01-16 | nouveau: Use the most recent card list. | Stephane Marchesin |
2007-01-16 | Don't special-case index, edgeflag. | Keith Whitwell |
2007-01-16 | Additional display list tests | Keith Whitwell |
2007-01-16 | Merge vbo_0_1_branch | Keith Whitwell |