summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/softpipe/sp_quad_fs.c
AgeCommit message (Expand)Author
2007-09-18Convert shader to an immutable state object.Zack Rusin
2007-09-18Combing depth and stencil objects and making them immutable.Zack Rusin
2007-08-24Fix fragment program color output mapping (0=depth, 1=color)Brian
2007-08-24Fixup include paths after renameKeith Whitwell
2007-08-23Checkpoint: new vertex/fragment attribute namingBrian
2007-08-23For the time being, interpolate Z in shade_quad() rather in the shader.Brian
2007-08-22Rework of shader constant buffers.Brian
2007-08-20move ALIGN16-related macros into p_compiler.hBrian
2007-08-16Silence warnings.michal
2007-08-15Add UsageMask to DECLARATION in TGSI.michal
2007-08-15Cleanup, do not use fp_attr_to_slot[] mapping array.michal
2007-08-14Continue reducing dependencies on core mesa include files.Keith Whitwell
2007-08-14Implement texture cache with multiple, direct-mapped entries.Brian
2007-08-14tgsi_sampler->get_samples() now operates on a quad (returns 4 colors).Brian
2007-08-13Start breaking the #include dependencies between pipe drivers and mesa.Keith Whitwell
2007-08-08initial lod/mipmap texture supportedBrian
2007-08-08fix qs->next testsBrian
2007-08-08add quad_stage::begin() funcsBrian
2007-08-08Add a quad_stage::begin() method to do per-primitive preparations (like setti...Brian
2007-08-07use new tex filtering codeBrian
2007-08-07checkpoint new tgsi_sampler_state structBrian
2007-08-06Use fp_attr_to_slot[].michal
2007-08-01Build libsoftpipe.aKeith Whitwell
2007-07-27Avoid unnecessary input attrib copy by aligning exec_machine attribs.michal
2007-07-25rename some varsBrian
2007-07-25Fix pinterp() to compute 1 / FRAG_ATTRIB_WPOS.w Update comments too.Brian
2007-07-24Compute need_z and need_w properly and use the correct const/linear/perspecti...Brian
2007-07-24Basic fragment programs run now.Brian
2007-07-23Execute fs tokens.michal
2007-07-13commentsBrian
2007-06-25emit quad->outputs.depth[], hack need_zBrian
2007-06-20update includes (s/tile/quad/)Brian
2007-06-20Rename "tile" files to "quad".Brian