summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_quad_fs.c
AgeCommit message (Expand)Author
2010-07-29gallium: implement bounds checking for constant buffersBrian Paul
2010-06-25softpipe: rename a varBrian Paul
2010-05-06softpipe: fix dangling references to shaders in the TGSI executorBrian Paul
2010-02-18softpipe: comments and whitespace fixesBrian Paul
2010-01-28gallium: Rename PIPE_MAX_CONSTANT to PIPE_MAX_CONSTANT_BUFFERS.Michal Krol
2010-01-28gallium: Implement 2D constant buffers for fragment shader in softpipe.Michal Krol
2010-01-20softpipe: Remove unnecessary headers.Vinson Lee
2009-07-30softpipe: setup quad outputs from with fs->runKeith Whitwell
2009-07-30softpipe: remove unused variable in shade_quadKeith Whitwell
2009-07-27softpipe: move all depth/stencil/alpha pixel processing into one stageKeith Whitwell
2009-07-24softpipe: expand quad pipeline to process >1 quad at a timeKeith Whitwell
2009-07-16gallium: proper constructor and destructor for tgsi_exec_machineKeith Whitwell
2009-03-22softpipe: reformatting, comments, minor clean-upsBrian Paul
2009-02-11softpipe: rename sp_headers.h to sp_quad.hBrian
2009-02-11softpipe: rename sp_quad.[ch] -> sp_quad_pipe.[ch]Brian
2008-12-30gallium: Remove unused variables.José Fonseca
2008-12-17softpipe: fix vertex shader texture samplingBrian Paul
2008-11-25softpipe: Fix function prototype.Michal Krol
2008-11-23softpipe: remove old/unneeded dependencies between TGSI exec and softpipeBrian
2008-09-08softpipe: Split changing fields of quad_header into input, inout and output p...Michal Krol
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
2008-05-10gallium: remove unused codeBrian
2008-04-15gallium: Remove middle of scope declarations.José Fonseca
2008-04-14gallium: enable new quad output code, remove old codeBrian
2008-04-07gallium: begin reworking quad stages for multiple color outputsBrian
2008-03-28gallium: Fix computation of Z values when not using early Z.Brian
2008-03-27gallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBSBrian
2008-03-14gallium: remove DOS carriage returnsBrian
2008-03-05gallium: michel's patch to rework texture/sampler binding interfaceKeith Whitwell
2008-02-27gallium: remove dependencies on pipe_shader_state's semantic infoBrian
2008-02-26gallium: added tgsi_shader_field to sp_fragment_shaderBrian
2008-02-20gallium: replace some ordinary assignments with pipe_reference_texture()Brian
2008-02-15Merge commit 'origin/gallium-0.1' into gallium-0.1Keith Whitwell
2008-02-15Code reorganization: update build.José Fonseca
2008-02-15Code reorganization: move files into their places.José Fonseca