mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
Turn back on zcopy uploads - my timings were incorrect.
This commit is contained in:
parent
b0902a4158
commit
4239cfd534
1 changed files with 1 additions and 1 deletions
|
|
@ -422,7 +422,7 @@ intelTexImage(GLcontext * ctx,
|
|||
* performance (in particular when intel_region_cow() is
|
||||
* required).
|
||||
*/
|
||||
if (0 && intelObj->mt == intelImage->mt &&
|
||||
if (intelObj->mt == intelImage->mt &&
|
||||
intelObj->mt->first_level == level &&
|
||||
intelObj->mt->last_level == level) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue