Some GL state values are broken w/ Mesa 9.0 w/ multiple different context.
More...
|
| void | test01_ES1 () throws InterruptedException |
| |
| void | test02__ES2 () throws InterruptedException |
| |
| void | test03_GL2 () throws InterruptedException |
| |
| void | test04_GL3 () throws InterruptedException |
| |
| void | test05_GL4 () throws InterruptedException |
| |
| int | getMaxTestNameLen () |
| |
| String | getSnapshotFilename (final int sn, String postSNDetail, final GLCapabilitiesImmutable caps, final int width, final int height, final boolean sinkHasAlpha, String fileSuffix, final String destPath) |
| |
| void | snapshot (final int sn, final String postSNDetail, final GL gl, final GLReadBufferUtil readBufferUtil, final String fileSuffix, final String destPath) |
| | Takes a snapshot of the drawable's current front framebuffer. More...
|
| |
Some GL state values are broken w/ Mesa 9.0 w/ multiple different context.
This bug lies within Mesa3D (any renderer) and is fixed in commit 8dc79ae7d73cf6711c2182ff9a5d37ef6c989d23.
Mesa3D Version 9.0 still exposes this bug, where 9.0.1 has it fixed w/ above commit.
https://jogamp.org/bugzilla/show_bug.cgi?id=651
Definition at line 64 of file TestGLMesaBug651NEWT.java.
◆ initClass()
| static void com.jogamp.opengl.test.junit.jogl.acore.TestGLMesaBug651NEWT.initClass |
( |
| ) |
|
|
static |
◆ main()
| static void com.jogamp.opengl.test.junit.jogl.acore.TestGLMesaBug651NEWT.main |
( |
final String |
args[] | ) |
|
|
static |
◆ releaseClass()
| static void com.jogamp.opengl.test.junit.jogl.acore.TestGLMesaBug651NEWT.releaseClass |
( |
| ) |
|
|
static |
◆ runTestGL()
| void com.jogamp.opengl.test.junit.jogl.acore.TestGLMesaBug651NEWT.runTestGL |
( |
final GLCapabilities |
caps | ) |
throws InterruptedException |
|
protected |
◆ test01_ES1()
| void com.jogamp.opengl.test.junit.jogl.acore.TestGLMesaBug651NEWT.test01_ES1 |
( |
| ) |
throws InterruptedException |
◆ test02__ES2()
| void com.jogamp.opengl.test.junit.jogl.acore.TestGLMesaBug651NEWT.test02__ES2 |
( |
| ) |
throws InterruptedException |
◆ test03_GL2()
| void com.jogamp.opengl.test.junit.jogl.acore.TestGLMesaBug651NEWT.test03_GL2 |
( |
| ) |
throws InterruptedException |
◆ test04_GL3()
| void com.jogamp.opengl.test.junit.jogl.acore.TestGLMesaBug651NEWT.test04_GL3 |
( |
| ) |
throws InterruptedException |
◆ test05_GL4()
| void com.jogamp.opengl.test.junit.jogl.acore.TestGLMesaBug651NEWT.test05_GL4 |
( |
| ) |
throws InterruptedException |
The documentation for this class was generated from the following file: