gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ code
[mesa.git] / src / mesa / pipe / draw / draw_flatshade.c
2008-01-25 Briangallium: optimizations to flatshade, two-side prim...
2008-01-23 Briangallium: overhaul usage of vertex_info in draw module.
2007-12-09 Michalgallium: add draw_stage::destroy().
2007-11-21 BrianSimplify draw module's vertex_info.
2007-10-29 Zack RusinRemove typedefs from enums.
2007-08-31 BrianDefine attrib_format and interp_mode enum typedefs...
2007-08-30 Brianfix breakage from prev commit
2007-08-30 BrianIn draw_flatshade.c use vertex_info->interp_mode[]...
2007-08-24 BrianNeed to copy header->edgeflags to tmp when creating...
2007-08-23 BrianCheckpoint: new vertex/fragment attribute naming
2007-08-23 BrianCheckpoint commit: i915 texture works, use new vertex_i...
2007-08-17 BrianRemove many dependencies on mesa headers.
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-09 BrianNew 'draw' module for primitive drawing (clipping,...
2007-07-09 BrianRename/move some files to modularize the primitive...