aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_batchbuffer.h
Commit message (Expand)AuthorAgeFilesLines
* i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke2013-07-091-35/+38
* i965: Replace #include "intel_context.h" with brw_context.h.Kenneth Graunke2013-07-091-1/+1
* i965: Replace maxBatchSize variable with BATCH_SZ define.Kenneth Graunke2013-07-031-1/+1
* i965: Move the remaining intel code to the i965 directory.Eric Anholt2013-06-261-0/+173
* [965] Convert the driver to dri_bufmgr interface and enable TTM.Eric Anholt2007-12-071-133/+0
* Replace bmBufferOffset usage in batchbuffer setup with OUT_RELOC.Eric Anholt2007-10-041-0/+6
* Revert "WIP 965 conversion to dri_bufmgr."Eric Anholt2007-09-271-2/+2
* WIP 965 conversion to dri_bufmgr.Eric Anholt2007-09-271-2/+2
* Use unsigned long batchbuffer offset, fixes x64 warnings.Keith Whitwell2006-10-131-1/+1
* Cope with memory pool fragmentation by allowing a second attempt atKeith Whitwell2006-09-071-2/+2
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+127