include surface.offset in address calculations
[mesa.git] / src / mesa / pipe / softpipe / sp_state_derived.c
2007-07-31 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-27 BrianClip triangles against softpipe->cliprect which include...
2007-07-27 BrianMaintain cliprect (scissor) info in sp_state_derived.c.
2007-07-27 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-24 BrianAdd VF_ATTRIB_VAR0..7 for varying variables.
2007-07-24 BrianCompute need_z and need_w properly and use the correct...
2007-07-24 BrianFix a typo (i << i) that was fouling up the vertex...
2007-07-24 Brianrebuild quad pipeline when framebuffer changes too
2007-07-24 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-07-19 Keith WhitwellTrigger tgsi compilation for fragment programs.
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-13 Brianset INTERP_CONSTANT when appropriate
2007-07-11 BrianImplement polygon stipple state tracking, application.
2007-07-10 BrianComments, minor clean-up.
2007-07-09 BrianRename G_NEW_* tokens to SP_NEW_*
2007-07-09 BrianNew 'draw' module for primitive drawing (clipping,...
2007-07-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-06-20 Briancheckpoint: implement z/depth testing
2007-06-20 Keith WhitwellRemove dependency on vf.h in public headers
2007-06-20 BrianInitial implementation of a software pipeline for quad...
2007-06-14 Keith WhitwellRenamed softpipe directories and files to something...