mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-17 20:23:47 -04:00
Checked in Mesa 6 generalization
This commit is contained in:
parent
b247c9d913
commit
95dcac0907
@ -572,7 +572,7 @@ reset() {
|
||||
_supports_multitexture = false;
|
||||
|
||||
_supports_vertex_arrays = true;
|
||||
if (_gl_version == "1.2 (1.5 Mesa 6.4.2)") {
|
||||
if (_gl_version.find(" Mesa 6.",0) >= 0) {
|
||||
// We suspect this particular version of Mesa, which appears to
|
||||
// be installed by default on every Linux implementation, has
|
||||
// real problems rendering with vertex arrays. Therefore,
|
||||
|
Loading…
x
Reference in New Issue
Block a user