Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-20 | remove dead code related to vf module | Brian | |
2007-08-20 | Checkpoint: remove more of the old draw_vb() code. | Brian | |
2007-08-20 | Move guts of vertex array drawing into the 'draw' module. | Brian | |
2007-08-20 | Merge branch 'softpipe_0_1_branch' of ↵ | Brian | |
git+ssh://brianp@git.freedesktop.org/git/mesa/mesa into softpipe_0_1_branch | |||
2007-08-19 | Fix some draw_arrays issues. | Brian | |
We weren't mapping all the needed vertex array buffers. Move array state that was temporarily in draw_context to softpipe_context. Remove a bunch of dead code. | |||
2007-08-17 | replace memcpy() with assignment, better type safety | Brian | |
2007-08-16 | Remove many dependencies on mesa headers. | Brian | |
To build with mesa, need -DMESA in makefile/config file. | |||
2007-08-15 | added draw_set_vertex_array_info() | Brian | |
2007-08-14 | use regular malloc/free instead of macros | Brian | |
2007-08-14 | Beginnings of a demand-filled post-tnl vertex cache. | Keith Whitwell | |
Probably breaks a bit of stuff, eg unfilled clipping, edgeflags, etc. | |||
2007-07-12 | Rename prim_stage -> draw_stage | Brian | |
2007-07-10 | comments, clean-up | Brian | |
2007-07-09 | New 'draw' module for handling the various stages of primitive drawing ↵ | Brian | |
(clipping, culling, etc). |