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