converting the setup state to immutable object and renaming it to rasterizer state
[mesa.git] / src / mesa / pipe / draw / draw_offset.c
2007-09-18 Zack Rusinconverting the setup state to immutable object and...
2007-08-24 BrianNeed to copy header->edgeflags to tmp when creating...
2007-08-16 michalSilence compiler warnings.
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-11 Brianremove unused hw_data_offset
2007-07-11 BrianFix broken depth offset.
2007-07-10 Brianclamp after offsetting, new comments
2007-07-09 BrianNew 'draw' module for primitive drawing (clipping,...
2007-07-09 BrianRename/move some files to modularize the primitive...