summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_quad_stipple.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: fix various undefined left shifts into sign bitNicolai Hähnle2016-05-071-2/+2
* softpipe: actually pass >1 quad from triangle routineKeith Whitwell2009-07-241-23/+21
* softpipe: expand quad pipeline to process >1 quad at a timeKeith Whitwell2009-07-241-21/+27
* gallium: remove use of origin_lower_leftBrian Paul2009-03-201-14/+4
* softpipe: remove some old polygon stipple stuff and do some clean-upsBrian Paul2009-02-111-15/+8
* softpipe: rename PRIM_x to QUAD_PRIM_xBrian2009-02-111-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
* 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/+1
* gallium: use new framebuffer width, height fieldsBrian2008-03-201-1/+1
* gallium: added fb_width/height fields to softpipe contextBrian Paul2008-03-191-1/+1
* Code reorganization: move files into their places.José Fonseca2008-02-151-0/+94