Skip to content

winsys/amdgpu: use cached GTT for command buffers and don't set the 32BIT flag

Marek Olšák requested to merge mareko/mesa:cmdbuf-in-cached-gtt into main

This improves performance a lot in a few viewperf tests.

The 32-bit flag was unnecessary.

Merge request reports