summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/softpipe/sp_quad_fs.c
Commit message (Expand)AuthorAgeFilesLines
* For the time being, interpolate Z in shade_quad() rather in the shader.Brian2007-08-231-0/+43
* Rework of shader constant buffers.Brian2007-08-221-1/+2
* move ALIGN16-related macros into p_compiler.hBrian2007-08-201-23/+4
* Silence warnings.michal2007-08-161-7/+6
* Add UsageMask to DECLARATION in TGSI.michal2007-08-151-146/+26
* Cleanup, do not use fp_attr_to_slot[] mapping array.michal2007-08-151-99/+52
* Continue reducing dependencies on core mesa include files.Keith Whitwell2007-08-141-24/+24
* Implement texture cache with multiple, direct-mapped entries.Brian2007-08-141-4/+9
* tgsi_sampler->get_samples() now operates on a quad (returns 4 colors).Brian2007-08-141-1/+1
* Start breaking the #include dependencies between pipe drivers and mesa.Keith Whitwell2007-08-131-5/+7
* initial lod/mipmap texture supportedBrian2007-08-081-0/+1
* fix qs->next testsBrian2007-08-081-1/+3
* add quad_stage::begin() funcsBrian2007-08-081-0/+1
* Add a quad_stage::begin() method to do per-primitive preparations (like setti...Brian2007-08-081-13/+43
* use new tex filtering codeBrian2007-08-071-16/+8
* checkpoint new tgsi_sampler_state structBrian2007-08-071-1/+19
* Use fp_attr_to_slot[].michal2007-08-061-0/+11
* Build libsoftpipe.aKeith Whitwell2007-08-011-1/+1
* Avoid unnecessary input attrib copy by aligning exec_machine attribs.michal2007-07-271-35/+44
* rename some varsBrian2007-07-251-9/+9
* Fix pinterp() to compute 1 / FRAG_ATTRIB_WPOS.w Update comments too.Brian2007-07-251-6/+7
* Compute need_z and need_w properly and use the correct const/linear/perspecti...Brian2007-07-241-16/+16
* Basic fragment programs run now.Brian2007-07-241-4/+26
* Execute fs tokens.michal2007-07-231-2/+42
* commentsBrian2007-07-131-2/+4
* emit quad->outputs.depth[], hack need_zBrian2007-06-251-3/+11
* update includes (s/tile/quad/)Brian2007-06-201-1/+1
* Rename "tile" files to "quad".Brian2007-06-201-0/+208