mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-20 08:53:55 +08:00
Add ClearColor allocation support for blitter
Related-To: NEO-5175 Signed-off-by: Pawel Wilma <pawel.wilma@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
17051459ea
commit
9bd0c69913
@@ -221,6 +221,11 @@ void CommandStreamReceiver::cleanupResources() {
|
||||
getMemoryManager()->freeGraphicsMemory(perDssBackedBuffer);
|
||||
perDssBackedBuffer = nullptr;
|
||||
}
|
||||
|
||||
if (clearColorAllocation) {
|
||||
getMemoryManager()->freeGraphicsMemory(clearColorAllocation);
|
||||
clearColorAllocation = nullptr;
|
||||
}
|
||||
}
|
||||
|
||||
bool CommandStreamReceiver::waitForCompletionWithTimeout(bool enableTimeout, int64_t timeoutMicroseconds, uint32_t taskCountToWait) {
|
||||
|
||||
Reference in New Issue
Block a user