Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2007-01-30 | nouveau: maintain a map of which vtxprog input corresponds to which array | Ben Skeggs | |
2007-01-30 | nouveau: unhardcode some more NV30TCL_FP_CONTROL values | Ben Skeggs | |
2007-01-29 | nouveau : NOUVEAU_RING_TRACE | Matthieu Castet | |
allow to print what we are really sending to the fifo. | |||
2007-01-29 | nouveau : nv10 comment icomplete command | Matthieu Castet | |
2007-01-28 | nouveau : nv10 mixing cached stuff with not cached stuff is bad. | Matthieu Castet | |
2007-01-28 | nouveau: fix nv30 line width | Ben Skeggs | |
2007-01-28 | nouveau: initial GL_ARB_occlusion_query support | Ben Skeggs | |
Only enabled on NV40, NV20/NV30 code is untested.. However, NV30 should be identical to NV40. | |||
2007-01-28 | nouveau: extend notifier interface to allow multiple notifiers in a memory ↵ | Ben Skeggs | |
block. | |||
2007-01-27 | Updated copyright header. | Claudio Ciccani | |
Switched to LGPL (GPL header was a cut-&-paste mistake). | |||
2007-01-27 | Bug 9628: no entry for GetVertexAttribPointerv | George Sapountzis | |
This is because (in glX_API.xml) GetVertexAttribPointerv is aliased to GetVertexAttribPointervARB which is then aliased to GetVertexAttribPointervNV. Make GetVertexAttribPointerv alias GetVertexAttribPointervNV directly. Patch by Ian Romanick <idr@us.ibm.com> and regenerate. | |||
2007-01-26 | Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa | Brian | |
2007-01-26 | fix typo | Brian | |
2007-01-27 | nouveau: more work on nv04, this time buffer format/pitches/... | Stephane Marchesin | |
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 | |
The pool that the static buffer got allocated from was sized by pitch * height, but the buffer generated from it had its size aligned to a tile boundary, so allocation failed if pitch * height wasn't aligned. However, the 2d driver ensures that the size ends at a tile boundary, so just pass the 2d driver's buffer size rather than calculating it. | |||
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 | |
This leaves one last XFree86Server ifdef in Mesa core. --- Bug 9285: misc glcore, xmesa cleanups ACKed by Ian Romanick. | |||
2007-01-26 | Drop old (pre-AIGLX) GLcore interface. | George Sapountzis | |
The old GLcore interface was replaced in Xorg 7.1 with the addition of AIGLX, it is only used by DDX's which are known not to work with the new DIX glx code. --- Bug 9285: misc glcore, xmesa cleanups ACKed by Ian Romanick. | |||
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 ↵ | Roland Scheidegger | |
and sw mesa) | |||
2007-01-25 | allocate larger minimum dstelt buffer | Roland Scheidegger | |
increase the minimum dstelt buffer size to avoid triggering an assertion later because the split is triggered before the buffer is full. This fixes cases where the vbo_split_copy path is hit because of maximum index limit, where the dstelt buffer size needed could be very small (doom3 hit that assertion with a vertex count of just 3) | |||
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 | |
Increase the number of allowed relocations per batchbuffer. Fix an assert to avoid an array index overflow. (Reported by Steve Wilkins) | |||
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 | |
NV30/40 fragprog: build FP_CONTROL per-shader, still some hardcoded bits for this reg.. It looks like it has to do with the number of temps used, but needs more looking at. NV40 vtxprog : build VP_IN_REG/VP_OUT_REG during shader compile | |||
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 | |
if this gets rejected by the commit list, just ignore it.. nothing interesting to see here :) | |||
2007-01-23 | nouveau: start converting shaders into a tree format again.. | Ben Skeggs | |
No branching stuff implemented yet. Works enough for gears, probably other stuff broken. | |||
2007-01-21 | Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa | Jeremy Kolb | |