raspberrypi / userland

Source code for ARM side libraries for interfacing to Raspberry Pi GPU.
BSD 3-Clause "New" or "Revised" License
2.04k stars 1.09k forks source link

Can't run java2d with opengl #289

Closed fheday closed 8 years ago

fheday commented 8 years ago

When using this driver and trying to run a java program (in my specific case, BlueJ), using the opengl pipeline:

java -Dsun.java2d.opengl=true -Dawt.useSystemAAFontSettings=on -cp "/usr/share/bluej/bluej.jar:/usr/lib/jvm/jdk-8-oracle-arm32-vfp-hflt/lib/tools.jar" bluej.Boot

I get the following message:

unknown NIR ALU inst: vec1 ssa_371 = fddx ssa_316 Aborted

popcornmix commented 8 years ago

Pi doesn't support OpenGL, only OpenGLES, so this is unlikely to work. It is possible the very experimental new GL driver might make this more likely to work, but currently it is very experimental.