Skip to content

panfrost: ARB_texture_buffer_object support

Icecream95 requested to merge icecream95/mesa:texbo into master

Tested with the arb_texture_buffer_object and arb_texture_buffer_range piglit tests.

The arb_texture_buffer_object-render-no-bo test causes GPU faults, but OpenGL does say that is undefined behaviour…

Exposes OpenGL 3.1 by default on MFBD Midgard:

$ PAN_GPU_ID=0x750 PAN_MESA_DEBUG= rtx new glxinfo | grep "GL version"
OpenGL version string: 3.1 Mesa 21.0.0-devel

Merge request reports