summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_quad_fs.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-13softpipe: remove unused quad_shade_stage()Samuel Pitoiset1-8/+0
2016-03-31softpipe: add support for explicit early depth testingDave Airlie1-1/+1
2015-07-21gallium: replace INLINE with inlineIlia Mirkin1-2/+2
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2013-04-16draw: implement pipeline statistics in the draw moduleZack Rusin1-0/+5
2012-12-19softpipe: fix unreliable FS variant binding bugBrian Paul1-7/+0
2012-08-06softpipe: consolidate sampler-related arraysBrian Paul1-1/+1
2012-01-30gallium: Prefix #defines in tgsi_exec.h with TGSI_Tom Stellard1-1/+1
2012-01-10gallium: introduce GLSL based interpolation rules. (v2)Dave Airlie1-0/+1
2011-10-04softpipe: fix Z interpolation invariance bugBrian Paul1-1/+10
2011-07-21softpipe: implement fragment shader variantsBrian Paul1-5/+5
2010-07-29gallium: implement bounds checking for constant buffersBrian Paul1-3/+4
2010-06-25softpipe: rename a varBrian Paul1-4/+4
2010-05-06softpipe: fix dangling references to shaders in the TGSI executorBrian Paul1-19/+5
2010-02-18softpipe: comments and whitespace fixesBrian Paul1-7/+8
2010-01-28gallium: Rename PIPE_MAX_CONSTANT to PIPE_MAX_CONSTANT_BUFFERS.Michal Krol1-1/+1
2010-01-28gallium: Implement 2D constant buffers for fragment shader in softpipe.Michal Krol1-3/+4
2010-01-20softpipe: Remove unnecessary headers.Vinson Lee1-2/+0
2009-07-30softpipe: setup quad outputs from with fs->runKeith Whitwell1-34/+2
2009-07-30softpipe: remove unused variable in shade_quadKeith Whitwell1-3/+0
2009-07-27softpipe: move all depth/stencil/alpha pixel processing into one stageKeith Whitwell1-17/+29
2009-07-24softpipe: expand quad pipeline to process >1 quad at a timeKeith Whitwell1-10/+30
2009-07-16gallium: proper constructor and destructor for tgsi_exec_machineKeith Whitwell1-13/+17
2009-03-22softpipe: reformatting, comments, minor clean-upsBrian Paul1-11/+10
2009-02-11softpipe: rename sp_headers.h to sp_quad.hBrian1-1/+1
2009-02-11softpipe: rename sp_quad.[ch] -> sp_quad_pipe.[ch]Brian1-1/+1
2008-12-30gallium: Remove unused variables.José Fonseca1-1/+0
2008-12-17softpipe: fix vertex shader texture samplingBrian Paul1-13/+3
2008-11-25softpipe: Fix function prototype.Michal Krol1-1/+1
2008-11-23softpipe: remove old/unneeded dependencies between TGSI exec and softpipeBrian1-14/+9
2008-09-08softpipe: Split changing fields of quad_header into input, inout and output p...Michal Krol1-11/+11
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul1-1/+2
2008-05-10gallium: remove unused codeBrian1-15/+0
2008-04-15gallium: Remove middle of scope declarations.José Fonseca1-2/+3
2008-04-14gallium: enable new quad output code, remove old codeBrian1-36/+0
2008-04-07gallium: begin reworking quad stages for multiple color outputsBrian1-9/+51
2008-03-28gallium: Fix computation of Z values when not using early Z.Brian1-9/+12
2008-03-27gallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBSBrian1-2/+2
2008-03-14gallium: remove DOS carriage returnsBrian1-209/+209
2008-03-05gallium: michel's patch to rework texture/sampler binding interfaceKeith Whitwell1-208/+209
2008-02-27gallium: remove dependencies on pipe_shader_state's semantic infoBrian1-1/+1
2008-02-26gallium: added tgsi_shader_field to sp_fragment_shaderBrian1-2/+2
2008-02-20gallium: replace some ordinary assignments with pipe_reference_texture()Brian1-1/+1
2008-02-15Merge commit 'origin/gallium-0.1' into gallium-0.1Keith Whitwell1-0/+208
2008-02-15Code reorganization: update build.José Fonseca1-1/+1
2008-02-15Code reorganization: move files into their places.José Fonseca1-0/+390