summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/softpipe/sp_quad_fs.c
Commit message (Expand)AuthorAgeFilesLines
* Pack fragment program outputs to be consistant with vertex programs.Brian2007-10-091-9/+14
* Add outputs_written bitfield to pipe_shader_state, use it to determine if fra...Brian2007-10-031-2/+1
* Move XSTDCALL definition to p_compiler.hBrian2007-10-031-8/+0
* handle frag progs that write ZBrian2007-10-031-13/+10
* Track fragment and vertex shader code generation via pipe shader state objects.Michel Dänzer2007-10-031-1/+2
* Implement/use fragment kill resultsBrian2007-10-021-1/+1
* Move tgsi machine state init/allocations so they're done less frequently.Brian2007-10-021-42/+39
* Enable codegen based whenever __i386__ is defined.Keith Whitwell2007-09-271-8/+2
* Enable SSE2 for FS.michal2007-09-241-28/+31
* remove #includes of tgsi_attribs.hBrian2007-09-201-1/+0
* Fix some issues with perspective-corrected interpolation.Brian2007-09-181-5/+4
* Convert shader to an immutable state object.Zack Rusin2007-09-181-1/+1
* Combing depth and stencil objects and making them immutable.Zack Rusin2007-09-181-1/+1
* Fix fragment program color output mapping (0=depth, 1=color)Brian2007-08-241-2/+2
* Fixup include paths after renameKeith Whitwell2007-08-241-1/+1
* Checkpoint: new vertex/fragment attribute namingBrian2007-08-231-1/+2
* 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