mesa: require at least 14 UBOs for GL 4.3
authorRoland Scheidegger <sroland@vmware.com>
Thu, 11 Jan 2018 01:10:25 +0000 (02:10 +0100)
committerRoland Scheidegger <sroland@vmware.com>
Fri, 12 Jan 2018 01:52:10 +0000 (02:52 +0100)
commit734bef372d80a2ebf5677eb4fbd0e939f2b3cfb4
tree6b360647f6492b64f3dcb3a61e8e242f7dcd1c12
parent85377dc55c55d1c5536cdf9a86ce67ebb59b7e77
mesa: require at least 14 UBOs for GL 4.3

ARB_ubo requires 12 UBOs (per stage) at least, but this limit has been
raised by GL 4.3 to 14, so don't advertize GL 4.3 without it (only checking
the vertex stage since all drivers probably have the same limit anyway for
other stages). (piglit has minmax tests for that kind of thing, but they go
only up to 3.3, so this won't really be noticed.)
I think this currently should not affect any driver - r600 until very
recently only supported 12 but now advertizes 14 too.

Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/main/version.c