| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | remove remaining traces of r200FlushVertices... | Roland Scheidegger | 2006-11-03 | 2 | -2/+0 |
| | * | | Move r300 to new fbo interface based on Keith Whithwell. | Jerome Glisse | 2006-11-02 | 1 | -218/+86 |
| | * | | merge current trunk into vbo branch | Alan Hourihane | 2006-11-02 | 136 | -354/+27223 |
| | * | | switch remaining drivers over to vbo | Keith Whitwell | 2006-10-31 | 29 | -68/+68 |
| | * | | disable vtxfmt_a code, switch over to vbo | Keith Whitwell | 2006-10-31 | 5 | -13/+14 |
| | * | | remove vtxfmt code, switch over to vbo | Keith Whitwell | 2006-10-31 | 26 | -6923/+21 |
| | * | | cleanup code, compiles with vbo changes | Keith Whitwell | 2006-10-31 | 15 | -612/+98 |
| | * | | switch several dri drivers over | Keith Whitwell | 2006-10-30 | 9 | -18/+20 |
| | * | | checkpoint - remove dead files, otherwise untested | Keith Whitwell | 2006-10-30 | 20 | -4114/+42 |
| | * | | switch over to vbo module | Keith Whitwell | 2006-10-29 | 3 | -9/+6 |
| * | | | push commit 2dfb3a217f730d6783fb2ac8b73248dc682f923c to i915tex | Zou Nan hai | 2007-02-02 | 1 | -4/+6 |
| * | | | Fix fd.o #9686, when fall into vertex fog, | Zou Nan hai | 2007-02-02 | 1 | -4/+6 |
| * | | | fix unitialized values in radeonClear | Roland Scheidegger | 2007-02-01 | 1 | -4/+4 |
| * | | | nouveau: argh | Ben Skeggs | 2007-01-30 | 1 | -1/+1 |
| * | | | nouveau: misc NV40 fixes | Ben Skeggs | 2007-01-30 | 1 | -3/+9 |
| * | | | nouveau: NV40 glClipPlane support. | Ben Skeggs | 2007-01-30 | 5 | -13/+101 |
| * | | | nouveau: rework shader param handling | Ben Skeggs | 2007-01-30 | 3 | -47/+110 |
| * | | | nouveau: oops, build attrib map after we know how the final shader will look.. | Ben Skeggs | 2007-01-30 | 1 | -2/+2 |
| * | | | nouveau: remove an unused table | Ben Skeggs | 2007-01-30 | 1 | -13/+1 |
| * | | | nouveau: oops | Ben Skeggs | 2007-01-30 | 1 | -3/+9 |
| * | | | nouveau: maintain a map of which vtxprog input corresponds to which array | Ben Skeggs | 2007-01-30 | 2 | -0/+47 |
| * | | | nouveau: unhardcode some more NV30TCL_FP_CONTROL values | Ben Skeggs | 2007-01-30 | 2 | -4/+19 |
| * | | | nouveau : NOUVEAU_RING_TRACE | Matthieu Castet | 2007-01-29 | 1 | -1/+24 |
| * | | | nouveau : nv10 comment icomplete command | Matthieu Castet | 2007-01-29 | 1 | -1/+1 |
| * | | | nouveau : nv10 mixing cached stuff with not cached stuff is bad. | Matthieu Castet | 2007-01-28 | 1 | -4/+4 |
| * | | | nouveau: fix nv30 line width | Ben Skeggs | 2007-01-28 | 1 | -1/+1 |
| * | | | nouveau: initial GL_ARB_occlusion_query support | Ben Skeggs | 2007-01-28 | 8 | -1/+302 |
| * | | | nouveau: extend notifier interface to allow multiple notifiers in a memory bl... | Ben Skeggs | 2007-01-28 | 2 | -13/+33 |
| * | | | Updated copyright header. | Claudio Ciccani | 2007-01-27 | 1 | -12/+13 |
| * | | | Bug 9628: no entry for GetVertexAttribPointerv | George Sapountzis | 2007-01-27 | 1 | -14/+8 |
| * | | | nouveau: more work on nv04, this time buffer format/pitches/... | Stephane Marchesin | 2007-01-27 | 3 | -2/+47 |
| * | | | Bug #9604: Fix a static buffer allocation failure. | Eric Anholt | 2007-01-26 | 3 | -3/+6 |
| * | | | Add _mesa_ffsll() for compatibility on OSes without ffsll(), and use it. | Eric Anholt | 2007-01-26 | 1 | -1/+1 |
| * | | | Remove dead code causing a warning. | Eric Anholt | 2007-01-26 | 1 | -5/+0 |
| * | | | Override Const.CheckArrayBounds for Xserver in XMesaCreateContext(). | George Sapountzis | 2007-01-26 | 1 | -0/+7 |
| * | | | Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa | Zou Nan hai | 2007-01-26 | 8 | -18/+71 |
| |\ \ \ |
|
| | * | | | nouveau: unbreak NOUVEAU_RING_DEBUG | Ben Skeggs | 2007-01-25 | 1 | -0/+16 |
| | * | | | nouveau: add result scaling to shader backend, use it in RSQ emul for NV40. | Ben Skeggs | 2007-01-25 | 6 | -17/+50 |
| | * | | | nouveau: and here's the "oops, I suck" commit :) | Ben Skeggs | 2007-01-25 | 1 | -0/+1 |
| | * | | | nouveau: some extra debug output | Ben Skeggs | 2007-01-25 | 1 | -1/+4 |
| * | | | | ARB_Occlusion_query should support multiple query at same time | Zou Nan hai | 2007-01-26 | 2 | -4/+4 |
| |/ / / |
|
| * | | | 965 glxswapcontrol fix | Zou Nan hai | 2007-01-24 | 1 | -0/+9 |
| * | | | 965 ARB_Occlusion_query fix | Zou Nan hai | 2007-01-24 | 3 | -16/+19 |
| * | | | fixes for C++ warnings/errors | Brian | 2007-01-23 | 1 | -1/+1 |
| * | | | i915tex: Relocation fixes: | Thomas Hellstrom | 2007-01-23 | 2 | -2/+2 |
| * | | | i915tex: Fix randr resizing. Rotation still broken. | Thomas Hellstrom | 2007-01-23 | 2 | -2/+29 |
| * | | | nouveau: DPH and CMP for NV40 which doesn't do it natively. | Ben Skeggs | 2007-01-23 | 1 | -0/+24 |
| * | | | nouveau: allow for card-specific shader infos to be kept | Ben Skeggs | 2007-01-23 | 8 | -62/+149 |
| * | | | nouveau: fill in condition info for instructions | Ben Skeggs | 2007-01-23 | 1 | -77/+76 |
| * | | | nouveau: unbreak nv40 | Ben Skeggs | 2007-01-23 | 1 | -1/+1 |