SWDEV-308644 - reorganize extra blit kernel in PAL stack

Change-Id: I9d853e8d417ef75b522184d83646ec4b9fa8669b
This commit is contained in:
Julia Jiang
2021-12-01 11:30:05 -05:00
committed by Julia Jiang
parent 5243552768
commit 376ea1e293
7 changed files with 38 additions and 28 deletions
+1 -1
View File
@@ -853,7 +853,7 @@ bool Device::createBlitProgram() {
blitProgram_ = new BlitProgram(context_);
// Create blit programs
if (blitProgram_ == nullptr || !blitProgram_->create(this, extraKernel)) {
if (blitProgram_ == nullptr || !blitProgram_->create(this, extraKernel, "")) {
delete blitProgram_;
blitProgram_ = nullptr;
LogError("Couldn't create blit kernels!");