Skip to content

i915g: Fix GL_ARB_copy_buffer assertion fails.

Emma Anholt requested to merge anholt/mesa:i915g-copy-buffer into main

The i915_texture() asserts that the resource is not a buffer, so check for the buffer fallback first.

Merge request reports