summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_quad_stipple.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-07gallium: fix various undefined left shifts into sign bitNicolai Hähnle1-2/+2
2009-07-24softpipe: actually pass >1 quad from triangle routineKeith Whitwell1-23/+21
2009-07-24softpipe: expand quad pipeline to process >1 quad at a timeKeith Whitwell1-21/+27
2009-03-20gallium: remove use of origin_lower_leftBrian Paul1-14/+4
2009-02-11softpipe: remove some old polygon stipple stuff and do some clean-upsBrian Paul1-15/+8
2009-02-11softpipe: rename PRIM_x to QUAD_PRIM_xBrian1-1/+1
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-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/+1
2008-03-20gallium: use new framebuffer width, height fieldsBrian1-1/+1
2008-03-19gallium: added fb_width/height fields to softpipe contextBrian Paul1-1/+1
2008-02-15Code reorganization: move files into their places.José Fonseca1-0/+94