include surface.offset in address calculations
[mesa.git] / src / mesa / pipe / softpipe / sp_quad_fs.c
2007-08-08 Brianinitial lod/mipmap texture supported
2007-08-08 Brianfix qs->next tests
2007-08-08 Brianadd quad_stage::begin() funcs
2007-08-08 BrianAdd a quad_stage::begin() method to do per-primitive...
2007-08-08 Brianuse new tex filtering code
2007-08-07 Briancheckpoint new tgsi_sampler_state struct
2007-08-06 michalUse fp_attr_to_slot[].
2007-08-01 Keith WhitwellBuild libsoftpipe.a
2007-07-31 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-27 michalAvoid unnecessary input attrib copy by aligning exec_ma...
2007-07-27 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-25 Brianrename some vars
2007-07-25 BrianFix pinterp() to compute 1 / FRAG_ATTRIB_WPOS.w Update...
2007-07-24 BrianCompute need_z and need_w properly and use the correct...
2007-07-24 BrianBasic fragment programs run now.
2007-07-24 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-07-23 michalExecute fs tokens.
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 Briancomments
2007-07-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-06-25 Brianemit quad->outputs.depth[], hack need_z
2007-06-20 Brianupdate includes (s/tile/quad/)
2007-06-20 BrianRename "tile" files to "quad".