summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i965simple/brw_wm.c
Commit message (Collapse)AuthorAgeFilesLines
* i965g: Drop i965simpleJakob Bornecrantz2009-10-051-209/+0
| | | | | | The driver never work with real hardware and has bitrotted for quite some time now, might as well drop it. If somebody wants to look at it just use git.
* gallium: standardize naming of masksZack Rusin2009-01-271-2/+2
|
* 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]
* gallium: remove redundant compare bit in sampler stateRoland Scheidegger2008-03-281-2/+1
|
* gallium/i965: remove UsesDepth, UsesKill - use tgsi_shader_info insteadBrian2008-02-271-2/+2
|
* Code reorganization: move files into their places.José Fonseca2008-02-151-0/+210
This is in a separate commit to ensure renames are properly preserved.