summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/softpipe/sp_state_derived.c
AgeCommit message (Expand)Author
2007-07-27Clip triangles against softpipe->cliprect which includes scissor and surface ...Brian
2007-07-27Maintain cliprect (scissor) info in sp_state_derived.c.Brian
2007-07-24Add VF_ATTRIB_VAR0..7 for varying variables.Brian
2007-07-24Compute need_z and need_w properly and use the correct const/linear/perspecti...Brian
2007-07-24Fix a typo (i << i) that was fouling up the vertex layout info.Brian
2007-07-24rebuild quad pipeline when framebuffer changes tooBrian
2007-07-19Trigger tgsi compilation for fragment programs.Keith Whitwell
2007-07-13set INTERP_CONSTANT when appropriateBrian
2007-07-11Implement polygon stipple state tracking, application.Brian
2007-07-10Comments, minor clean-up.Brian
2007-07-09Rename G_NEW_* tokens to SP_NEW_*Brian
2007-07-09New 'draw' module for primitive drawing (clipping, culling, etc).Brian
2007-06-20checkpoint: implement z/depth testingBrian
2007-06-20Remove dependency on vf.h in public headersKeith Whitwell
2007-06-20Initial implementation of a software pipeline for quad rasterization (fragmen...Brian
2007-06-14Renamed softpipe directories and files to something less confusing.Keith Whitwell