Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-07 | [965] Convert the driver to dri_bufmgr interface and enable TTM. | Eric Anholt | |
This is currently believed to work but be a significant performance loss. Performance recovery should be soon to follow. The dri_bo_fake_disable_backing_store() call was added to allow backing store disable like bufmgr_fake.c did, which is a significant performance win (though it's missing the no-fence-subdata part). This commit is a squash merge of the 965-ttm branch, which had some history I wanted to avoid pulling due to noisiness and brokenness at many points for git-bisecting. | |||
2007-11-26 | i915: Catch cases where not all state is emitted for a new batchbuffer. | Keith Whitwell | |
This could lead to incorrect rendering or even lockups. | |||
2007-11-09 | [intel] Move over files that will be shared with 965-fbo work. | Eric Anholt | |
2007-09-27 | Revert "WIP 965 conversion to dri_bufmgr." | Eric Anholt | |
This reverts commit b2f1aa2389473ed09170713301b042661d70a48e. Somehow I ended up with my branch's save-this-while-I-work-on-master commit actually on master. | |||
2007-09-27 | WIP 965 conversion to dri_bufmgr. | Eric Anholt | |