aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_draw.c
Commit message (Expand)AuthorAgeFilesLines
* i965: flush batch buffer when getting the maximum. This makesXiang, Haihao2007-08-281-0/+6
* include swrast_setup/swrast_setup.h to silence warningBrian2007-05-221-0/+1
* add some #includes to silence warningsBrian2007-05-031-1/+1
* fix for bug#9971Xiang, Haihao2007-03-051-0/+1
* Cope with internally-generated null inputs.Keith Whitwell2007-02-011-3/+6
* Use new rebase helper. Remove other rebase code.Keith Whitwell2007-01-301-4/+49
* cleanup code, compiles with vbo changesKeith Whitwell2006-10-311-53/+19
* checkpoint - remove dead files, otherwise untestedKeith Whitwell2006-10-301-26/+29
* Emit cliprects in the userspace driver as required, rather thanKeith Whitwell2006-10-231-5/+46
* 1) Add a new flag in the sarea (coopting the unused texAge value) toKeith Whitwell2006-09-201-0/+1
* Use DEBUG_SYNC to switch between per-primitive and per-frame aubfile dumps.Keith Whitwell2006-09-201-1/+1
* quieten debugKeith Whitwell2006-09-121-1/+1
* Basic facility for playing back captured aubfiles. Requires a smallKeith Whitwell2006-09-081-0/+6
* Cope with memory pool fragmentation by allowing a second attempt atKeith Whitwell2006-09-071-10/+52
* Simplify the immediate and displaylist code. Treat VertexAttrib*ARBKeith Whitwell2006-09-061-9/+4
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+414