Skip to content

i915g: do not force staging texture off

Thomas Andersen requested to merge phomes/mesa:i915-staging-texture into main

This code was introduced 10 years ago in 1a69b50b It contains a check if staging texture should be used, but then immediately after hard codes it to off.

My guess is that this line was a leftover from debugging.

Fixes a dead assignment warning

Merge request reports