Skip to content

non-power-of-two max texture size for v3d

Emma Anholt requested to merge anholt/mesa:v3d-maxsize into master

V3D 4.2 can do up to 7680 max texture size for non-MSAA, which is important for doing dual 4k display on X11. This series fixes Mesa core to allow NPOT max texture sizes, and uses driconf to expose the higher limit for Xorg (which would be invalid in general since people would expect to be able to do max texture size MSAA textures).

Merge request reports