summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/softpipe/sp_quad_fs.c
AgeCommit message (Expand)Author
2007-10-29Make gallium compile in win32.Michal Krol
2007-10-28Use FREE and MALLOC instead of free and malloc.Michal Krol
2007-10-27Use FREE instead of free. Fix newlines.michal
2007-10-27Enable SSE path.michal
2007-10-27Respect use_sse flag.michal
2007-10-27Add #ifs.michal
2007-10-27Enable SSE2 for fragment shaders.michal
2007-10-27Define destroy method called by softpipe's destructor.michal
2007-10-26Re-implement GLSL texture sampler variables.Brian
2007-10-24Cleanup some code.Zack Rusin
2007-10-24Implement the conversion and do the initial execution pass.Zack Rusin
2007-10-24Initial stab at LLVM integration.Zack Rusin
2007-10-22remove unused varBrian
2007-10-22Finish unifying the surface and texture tile caches.Brian
2007-10-18Corrected the file permissions in src/mesa/pipe.Oliver McFadden
2007-10-10minor optimization for color/z resultsBrian
2007-10-09Pack fragment program outputs to be consistant with vertex programs.Brian
2007-10-03Add outputs_written bitfield to pipe_shader_state, use it to determine if fra...Brian
2007-10-03Move XSTDCALL definition to p_compiler.hBrian
2007-10-03handle frag progs that write ZBrian
2007-10-03Track fragment and vertex shader code generation via pipe shader state objects.Michel Dänzer
2007-10-02Implement/use fragment kill resultsBrian
2007-10-02Move tgsi machine state init/allocations so they're done less frequently.Brian
2007-09-27Enable codegen based whenever __i386__ is defined.Keith Whitwell
2007-09-24Enable SSE2 for FS.michal
2007-09-20remove #includes of tgsi_attribs.hBrian
2007-09-18Fix some issues with perspective-corrected interpolation.Brian
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