In draw_flatshade.c use vertex_info->interp_mode[] to choose attribs/colors to cpy.
[mesa.git] / src / mesa / pipe / draw / draw_flatshade.c
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...