summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_draw.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Check fallback before accounting for index/vertex buffer size. fix #16028.Xiang, Haihao2008-05-201-10/+8
* i965: Don't cast the result of brw_prepare_vertices to an unsigned value.Xiang, Haihao2008-05-051-1/+3
* i965: initial attempt at fixing the aperture overflowDave Airlie2008-04-181-12/+47
* Revert "[i965] make stipple pattern continue across GL_LINE_LOOP and GL_LINE_...Zou Nan hai2008-03-181-1/+1
* [i965] make stipple pattern continue across GL_LINE_LOOP and GL_LINE_STRIPZou Nan hai2008-03-181-1/+1
* [965] Convert brw_draw_upload to managing dri_bos, not gl_buffer_objects.Eric Anholt2008-02-041-47/+5
* i965: fix an assert fail in brw_new_batchZou Nan hai2008-01-151-2/+4
* [965] Force a new vertex upload buffer at new batch time.Eric Anholt2008-01-141-1/+1
* [intel] Add more cliprect modes to cover other meanings for batch emits.Eric Anholt2008-01-101-1/+3
* [965] Allow more than one draw_prims per batchbuffer.Eric Anholt2008-01-091-7/+13
* [intel] Clean up cliprect handling in intel drivers.Eric Anholt2008-01-091-47/+5
* [intel] Remove the dead intel->need_flush member.Eric Anholt2008-01-091-2/+1
* [intel] Merge intel_buffer_objects to shared.Eric Anholt2007-12-151-1/+3
* [intel] Move bufmgr back to context instead of screen, fixing glthreads.Eric Anholt2007-12-121-1/+1
* [965] Convert the driver to dri_bufmgr interface and enable TTM.Eric Anholt2007-12-071-45/+19
* [965] Convert DBG macro to use FILE_DEBUG_FLAG like i915.Eric Anholt2007-11-191-1/+1
* [965] Remove AUB file support.Eric Anholt2007-09-271-6/+0
* 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