Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | i965: Pass brw_context to functions rather than intel_context. | Kenneth Graunke | 2013-07-09 | 1 | -35/+38 |
* | i965: Replace #include "intel_context.h" with brw_context.h. | Kenneth Graunke | 2013-07-09 | 1 | -1/+1 |
* | i965: Replace maxBatchSize variable with BATCH_SZ define. | Kenneth Graunke | 2013-07-03 | 1 | -1/+1 |
* | i965: Move the remaining intel code to the i965 directory. | Eric Anholt | 2013-06-26 | 1 | -0/+173 |
* | [965] Convert the driver to dri_bufmgr interface and enable TTM. | Eric Anholt | 2007-12-07 | 1 | -133/+0 |
* | Replace bmBufferOffset usage in batchbuffer setup with OUT_RELOC. | Eric Anholt | 2007-10-04 | 1 | -0/+6 |
* | Revert "WIP 965 conversion to dri_bufmgr." | Eric Anholt | 2007-09-27 | 1 | -2/+2 |
* | WIP 965 conversion to dri_bufmgr. | Eric Anholt | 2007-09-27 | 1 | -2/+2 |
* | Use unsigned long batchbuffer offset, fixes x64 warnings. | Keith Whitwell | 2006-10-13 | 1 | -1/+1 |
* | Cope with memory pool fragmentation by allowing a second attempt at | Keith Whitwell | 2006-09-07 | 1 | -2/+2 |
* | Add Intel i965G/Q DRI driver. | Eric Anholt | 2006-08-09 | 1 | -0/+127 |