Skip to content

Draft: panfrost: Increase maximum texture buffer size

Icecream95 requested to merge icecream95/mesa:large-texbo into main

The eventual goal is to use this to accelerate PBO uploads, but setting PIPE_TEXTURE_TRANSFER_BLIT breaks some other things.

Also useful for other applications (e.g. OpenTTD) which try to create large texture buffers.

Merge request reports