JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.opengl.test.junit.jogl.acore.TestGLMesaBug651NEWT Class Reference

Some GL state values are broken w/ Mesa 9.0 w/ multiple different context. More...

Inheritance diagram for com.jogamp.opengl.test.junit.jogl.acore.TestGLMesaBug651NEWT:
Collaboration diagram for com.jogamp.opengl.test.junit.jogl.acore.TestGLMesaBug651NEWT:

Classes

class  UnitTester
 

Public Member Functions

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
 
- Public Member Functions inherited from com.jogamp.opengl.test.junit.util.UITestCase
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...
 

Static Public Member Functions

static void initClass ()
 
static void releaseClass ()
 
static void main (final String args[])
 
- Static Public Member Functions inherited from com.jogamp.opengl.test.junit.util.UITestCase
static void setResetXRandRIfX11AfterClass ()
 
static int resetXRandRIfX11 ()
 Iterates through all outputs and sets the preferred mode and normal rotation using RandR 1.3. More...
 
static int processCommand (final String[] cmdline, final OutputStream outstream, final StringBuilder outstring, final String outPrefix)
 
static final void oneTimeSetUpUITest ()
 
static final void oneTimeTearDownUITest ()
 

Protected Member Functions

void runTestGL (final GLCapabilities caps) throws InterruptedException
 

Detailed Description

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.

Member Function Documentation

◆ initClass()

static void com.jogamp.opengl.test.junit.jogl.acore.TestGLMesaBug651NEWT.initClass ( )
static

Definition at line 68 of file TestGLMesaBug651NEWT.java.

◆ main()

static void com.jogamp.opengl.test.junit.jogl.acore.TestGLMesaBug651NEWT.main ( final String  args[])
static

Definition at line 223 of file TestGLMesaBug651NEWT.java.

◆ releaseClass()

static void com.jogamp.opengl.test.junit.jogl.acore.TestGLMesaBug651NEWT.releaseClass ( )
static

Definition at line 74 of file TestGLMesaBug651NEWT.java.

◆ runTestGL()

void com.jogamp.opengl.test.junit.jogl.acore.TestGLMesaBug651NEWT.runTestGL ( final GLCapabilities  caps) throws InterruptedException
protected

Definition at line 172 of file TestGLMesaBug651NEWT.java.

Here is the call graph for this function:

◆ test01_ES1()

void com.jogamp.opengl.test.junit.jogl.acore.TestGLMesaBug651NEWT.test01_ES1 ( ) throws InterruptedException

Definition at line 189 of file TestGLMesaBug651NEWT.java.

Here is the call graph for this function:

◆ test02__ES2()

void com.jogamp.opengl.test.junit.jogl.acore.TestGLMesaBug651NEWT.test02__ES2 ( ) throws InterruptedException

Definition at line 196 of file TestGLMesaBug651NEWT.java.

Here is the call graph for this function:

◆ test03_GL2()

void com.jogamp.opengl.test.junit.jogl.acore.TestGLMesaBug651NEWT.test03_GL2 ( ) throws InterruptedException

Definition at line 203 of file TestGLMesaBug651NEWT.java.

Here is the call graph for this function:

◆ test04_GL3()

void com.jogamp.opengl.test.junit.jogl.acore.TestGLMesaBug651NEWT.test04_GL3 ( ) throws InterruptedException

Definition at line 210 of file TestGLMesaBug651NEWT.java.

Here is the call graph for this function:

◆ test05_GL4()

void com.jogamp.opengl.test.junit.jogl.acore.TestGLMesaBug651NEWT.test05_GL4 ( ) throws InterruptedException

Definition at line 217 of file TestGLMesaBug651NEWT.java.

Here is the call graph for this function:

The documentation for this class was generated from the following file: