Implement a working gen7 rendercopy

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=57825
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2012-12-06 17:18:52 +00:00
parent 3ad92902e1
commit 1945e2a7f1
3 changed files with 1752 additions and 842 deletions

File diff suppressed because it is too large Load Diff

View File

@ -15,6 +15,7 @@ struct intel_batchbuffer {
uint8_t buffer[BATCH_SZ];
uint8_t *ptr;
uint8_t *state;
};
struct intel_batchbuffer *intel_batchbuffer_alloc(drm_intel_bufmgr *bufmgr,

File diff suppressed because it is too large Load Diff