aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_quad_earlyz.c
Commit message (Collapse)AuthorAgeFilesLines
* softpipe: rename sp_headers.h to sp_quad.hBrian2009-02-111-1/+1
| | | | This header describes the quad-related datatypes afterall.
* softpipe: rename sp_quad.[ch] -> sp_quad_pipe.[ch]Brian2009-02-111-1/+1
| | | | Be more consistant with 'draw' module.
* softpipe: Split changing fields of quad_header into input, inout and output ↵Michal Krol2008-09-081-6/+6
| | | | parts.
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+1
| | | | Also, rename p_tile.[ch] to u_tile.[ch]
* Code reorganization: move files into their places.José Fonseca2008-02-151-0/+88
This is in a separate commit to ensure renames are properly preserved.