mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-22 13:52:54 +00:00
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:
+1310
-168
File diff suppressed because it is too large
Load Diff
@@ -15,6 +15,7 @@ struct intel_batchbuffer {
|
|||||||
|
|
||||||
uint8_t buffer[BATCH_SZ];
|
uint8_t buffer[BATCH_SZ];
|
||||||
uint8_t *ptr;
|
uint8_t *ptr;
|
||||||
|
uint8_t *state;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct intel_batchbuffer *intel_batchbuffer_alloc(drm_intel_bufmgr *bufmgr,
|
struct intel_batchbuffer *intel_batchbuffer_alloc(drm_intel_bufmgr *bufmgr,
|
||||||
|
|||||||
+441
-674
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user