summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_quad_fs.c
AgeCommit message (Expand)AuthorFilesLines
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