In draw_flatshade.c use vertex_info->interp_mode[] to choose attribs/colors to cpy.
[mesa.git] / src / mesa / pipe / draw / draw_context.h
2007-08-30 BrianIn draw_flatshade.c use vertex_info->interp_mode[]...
2007-08-24 BrianFix user-defined clip planes. They seem to work properl...
2007-08-23 Brianremove old draw_vertices()
2007-08-22 BrianRework of shader constant buffers.
2007-08-20 BrianMove guts of vertex array drawing into the 'draw' module.
2007-08-20 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-08-19 BrianFix some draw_arrays issues.
2007-08-17 Brianadded CLIP_x_SHIFT vals
2007-08-17 Briandefine CLIP_LEFT/RIGHT etc
2007-08-17 BrianRemove many dependencies on mesa headers.
2007-08-15 Keith WhitwellRemove mesa include directories, be stricter about...
2007-08-16 Brianadded draw_set_vertex_array_info()
2007-08-02 BrianImplement new draw_vertices() path for simple vertex...
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-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...