aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_vtbl.c
Commit message (Expand)AuthorAgeFilesLines
* [i965] multiple rendering target supportZou Nan hai2008-03-131-6/+9
* [965] Convert brw_draw_upload to managing dri_bos, not gl_buffer_objects.Eric Anholt2008-02-041-1/+5
* [965] Force a new vertex upload buffer at new batch time.Eric Anholt2008-01-141-0/+5
* [965] Improve performance by allocating CURBE buffers a page at a time.Eric Anholt2008-01-101-0/+3
* [965] Allow more than one draw_prims per batchbuffer.Eric Anholt2008-01-091-0/+3
* [965] Replace the always_update dirty flag with BRW_NEW_BATCH.Eric Anholt2008-01-091-0/+3
* [intel] Rename lost_hardware vtbl entry to new_batch.Eric Anholt2008-01-091-10/+5
* [965] Use shared intel_regions.c.Eric Anholt2007-12-151-2/+2
* [965] Replace the state cache suballocator with direct dri_bufmgr use.Eric Anholt2007-12-141-3/+2
* [965] Convert the driver to dri_bufmgr interface and enable TTM.Eric Anholt2007-12-071-5/+3
* [965] Remove AUB file support.Eric Anholt2007-09-271-3/+0
* Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa i...Keith Whitwell2007-01-161-0/+1
|\
| * Add accelerated CopyPixels for non-overlapping, 1:1 blits.Eric Anholt2006-11-291-0/+1
* | cleanup code, compiles with vbo changesKeith Whitwell2006-10-311-9/+1
|/
* Make sure bmBufferOffset is called for all active buffers every timeKeith Whitwell2006-09-071-0/+2
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+190