JDK-8232210 : Update Mesa 3-D Headers to version 19.2.1
  • Type: Bug
  • Component: javafx
  • Sub-Component: graphics
  • Affected Version: 8u251,openjfx14
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-10-14
  • Updated: 2021-02-25
  • Resolved: 2019-11-05
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8 Other
8u251Fixed openjfx11.0.7Fixed
Related Reports
Cloners :  
Relates :  
Description
We currently use Mesa 3-D Headers gl.h and glx.h version 5.

GL/gl.h
GL/glx.h
GL/glext.h (currently get from Khronos)
GL/glxext.h (currently get from Khronos)
GL/wglext.h (currently get from Khronos)
KHR/khrplatform.h (currently get from Khronos) 

modules/javafx.graphics/src/main/native-prism-es2/GL/gl.h
modules/javafx.graphics/src/main/native-prism-es2/GL/glx.h

Need to update to the latest 19.2.1 version
Comments
Changeset: a1cc4ab0 Author: Kevin Rushforth <kcr@openjdk.org> Date: 2019-11-05 11:27:22 +0000 URL: https://git.openjdk.java.net/jfx/commit/a1cc4ab0 8232210: Update Mesa 3-D Headers to version 19.2.1 Reviewed-by: prr, arapte
05-11-2019

Review: https://github.com/openjdk/jfx/pull/26
29-10-2019

We need to do this for JavaFX as well as Java2D. See JDK-8232154.
14-10-2019