Merge pull request #5297 from gohai/arm-updates

ARM updates
This commit is contained in:
Ben Fry
2018-01-12 07:19:30 -05:00
committed by GitHub
@@ -6896,7 +6896,7 @@ public class PGraphicsOpenGL extends PGraphics {
// overwrite the default shaders with vendor specific versions
// if needed
if (OPENGL_RENDERER.equals("VideoCore IV HW") || // Broadcom's binary driver for Raspberry Pi
OPENGL_RENDERER.equals("Gallium 0.4 on VC4")) { // Mesa driver for same hardware
OPENGL_RENDERER.contains("VC4")) { // Mesa driver for same hardware
defLightShaderVertURL =
PGraphicsOpenGL.class.getResource("/processing/opengl/shaders/LightVert-vc4.glsl");
defTexlightShaderVertURL =