gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ code
[mesa.git] / src / mesa / pipe / draw / draw_unfilled.c
2007-12-09 Michalgallium: add draw_stage::destroy().
2007-10-16 Brianfront/back determination was wrong
2007-09-18 Zack Rusinconverting the setup state to immutable object and...
2007-08-30 BrianFix lost edge flags problem when clipping.
2007-08-17 BrianRemove many dependencies on mesa headers.
2007-08-14 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-08-14 Keith WhitwellBeginnings of a demand-filled post-tnl vertex cache.
2007-08-13 Brianwith Y=0=top, front/back determination is negated
2007-07-31 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-27 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-25 BrianImplement line stippling.
2007-07-17 Keith WhitwellMerge branch 'origin' into softpipe_0_1_branch
2007-07-17 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-12 BrianRename prim_stage -> draw_stage
2007-07-10 BrianFix front/back mix-up. added comments.
2007-07-09 BrianNew 'draw' module for primitive drawing (clipping,...
2007-07-09 BrianRename/move some files to modularize the primitive...