aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_quad_fs.c
Commit message (Expand)AuthorAgeFilesLines
* softpipe: setup quad outputs from with fs->runKeith Whitwell2009-07-301-34/+2
* softpipe: remove unused variable in shade_quadKeith Whitwell2009-07-301-3/+0
* softpipe: move all depth/stencil/alpha pixel processing into one stageKeith Whitwell2009-07-271-17/+29
* softpipe: expand quad pipeline to process >1 quad at a timeKeith Whitwell2009-07-241-10/+30
* gallium: proper constructor and destructor for tgsi_exec_machineKeith Whitwell2009-07-161-13/+17
* softpipe: reformatting, comments, minor clean-upsBrian Paul2009-03-221-11/+10
* softpipe: rename sp_headers.h to sp_quad.hBrian2009-02-111-1/+1
* softpipe: rename sp_quad.[ch] -> sp_quad_pipe.[ch]Brian2009-02-111-1/+1
* gallium: Remove unused variables.José Fonseca2008-12-301-1/+0
* softpipe: fix vertex shader texture samplingBrian Paul2008-12-171-13/+3
* softpipe: Fix function prototype.Michal Krol2008-11-251-1/+1
* softpipe: remove old/unneeded dependencies between TGSI exec and softpipeBrian2008-11-231-14/+9
* softpipe: Split changing fields of quad_header into input, inout and output p...Michal Krol2008-09-081-11/+11
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+2
* gallium: remove unused codeBrian2008-05-101-15/+0
* gallium: Remove middle of scope declarations.José Fonseca2008-04-151-2/+3
* gallium: enable new quad output code, remove old codeBrian2008-04-141-36/+0
* gallium: begin reworking quad stages for multiple color outputsBrian2008-04-071-9/+51
* gallium: Fix computation of Z values when not using early Z.Brian2008-03-281-9/+12
* gallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBSBrian2008-03-271-2/+2
* gallium: remove DOS carriage returnsBrian2008-03-141-209/+209
* gallium: michel's patch to rework texture/sampler binding interfaceKeith Whitwell2008-03-051-208/+209
* gallium: remove dependencies on pipe_shader_state's semantic infoBrian2008-02-271-1/+1
* gallium: added tgsi_shader_field to sp_fragment_shaderBrian2008-02-261-2/+2
* gallium: replace some ordinary assignments with pipe_reference_texture()Brian2008-02-201-1/+1
* Merge commit 'origin/gallium-0.1' into gallium-0.1Keith Whitwell2008-02-151-191/+9
* Code reorganization: update build.José Fonseca2008-02-151-1/+1
* Code reorganization: move files into their places.José Fonseca2008-02-151-0/+390