gallium: reorg tgsi directories.
[mesa.git] / src / mesa / pipe / softpipe / sp_quad_fs.c
2007-11-23 Michal Krolgallium: reorg tgsi directories.
2007-11-16 Briannote problem with fragment coord Y orientation
2007-11-02 Zack RusinCleanups.
2007-11-02 Zack RusinImplement COS and CMP opcode.
2007-11-02 Zack RusinAdd debugging ifdefs to make it less verbose
2007-11-02 Zack RusinGet fragment shaders working on top of LLVM.
2007-11-02 Zack RusinChange the fragment shader signature to better match...
2007-11-02 Zack RusinAdd basic entry points for fragment shaders.
2007-11-02 Zack RusinRenaming llvmtgsi to gallivm. Taking first steps on...
2007-10-29 Michal KrolMake gallium compile in win32.
2007-10-28 Michal KrolUse FREE and MALLOC instead of free and malloc.
2007-10-27 michalUse FREE instead of free. Fix newlines.
2007-10-27 michalEnable SSE path.
2007-10-27 michalRespect use_sse flag.
2007-10-27 michalAdd #ifs.
2007-10-27 michalEnable SSE2 for fragment shaders.
2007-10-27 michalDefine destroy method called by softpipe's destructor.
2007-10-27 BrianRe-implement GLSL texture sampler variables.
2007-10-24 Zack RusinCleanup some code.
2007-10-24 Zack RusinImplement the conversion and do the initial execution...
2007-10-24 Zack RusinInitial stab at LLVM integration.
2007-10-22 Brianremove unused var
2007-10-22 BrianFinish unifying the surface and texture tile caches.
2007-10-18 Oliver McFaddenCorrected the file permissions in src/mesa/pipe.
2007-10-10 Brianminor optimization for color/z results
2007-10-09 BrianPack fragment program outputs to be consistant with...
2007-10-03 BrianAdd outputs_written bitfield to pipe_shader_state,...
2007-10-03 BrianMove XSTDCALL definition to p_compiler.h
2007-10-03 Brianhandle frag progs that write Z
2007-10-03 Michel DänzerTrack fragment and vertex shader code generation via...
2007-10-03 BrianImplement/use fragment kill results
2007-10-02 BrianMove tgsi machine state init/allocations so they're...
2007-09-27 Keith WhitwellEnable codegen based whenever __i386__ is defined.
2007-09-24 michalEnable SSE2 for FS.
2007-09-20 Brianremove #includes of tgsi_attribs.h
2007-09-18 BrianFix some issues with perspective-corrected interpolation.
2007-09-18 Zack RusinConvert shader to an immutable state object.
2007-09-18 Zack RusinCombing depth and stencil objects and making them immut...
2007-08-25 BrianFix fragment program color output mapping (0=depth...
2007-08-24 Keith WhitwellFixup include paths after rename
2007-08-23 BrianCheckpoint: new vertex/fragment attribute naming
2007-08-23 BrianFor the time being, interpolate Z in shade_quad() rathe...
2007-08-22 BrianRework of shader constant buffers.
2007-08-21 Brianmove ALIGN16-related macros into p_compiler.h
2007-08-16 michalSilence warnings.
2007-08-15 michalAdd UsageMask to DECLARATION in TGSI.
2007-08-15 michalCleanup, do not use fp_attr_to_slot[] mapping array.
2007-08-14 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-08-14 BrianImplement texture cache with multiple, direct-mapped...
2007-08-14 Briantgsi_sampler->get_samples() now operates on a quad...
2007-08-14 Keith WhitwellContinue reducing dependencies on core mesa include...
2007-08-13 Keith WhitwellStart breaking the #include dependencies between pipe...
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".