summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_quad_stencil.c
Commit message (Expand)AuthorAgeFilesLines
* softpipe: move all depth/stencil/alpha pixel processing into one stageKeith Whitwell2009-07-271-363/+0
* softpipe: fix typoKeith Whitwell2009-07-241-1/+1
* softpipe: expand quad pipeline to process >1 quad at a timeKeith Whitwell2009-07-241-87/+98
* softpipe: remove backwards dependency from tilecache to softpipeKeith Whitwell2009-07-221-1/+1
* 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: standardize naming of masksZack Rusin2009-01-271-2/+2
* softpipe: Split changing fields of quad_header into input, inout and output p...Michal Krol2008-09-081-22/+22
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+1
* gallium: replace old PIPE_FORMAT_U_S8 with PIPE_FORMAT_S8_UNORMBrian Paul2008-04-301-2/+2
* Code reorganization: move files into their places.José Fonseca2008-02-151-0/+352