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

The 3.1 compatibility context on Mesa >= 9.0 seems to be broken. More...

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

Public Member Functions

void test00ShowAvailProfiles ()
 
void test10GL2PolygonModeFailure ()
 
void test11GL3bcPolygonModeFailure ()
 
void test12GL3PolygonModeFailure ()
 
void test20GL2BindArrayAttributeFails ()
 
void test21GL3bcBindArrayAttributeFails ()
 
void test22GL3BindArrayAttributeFails ()
 
- 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 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 ()
 

Detailed Description

The 3.1 compatibility context on Mesa >= 9.0 seems to be broken.

This bug lies within Mesa3D (any renderer) and is fixed in commit ??? (not yet).

Mesa3D Version 9.0 still exposes this bug, where 9.?.? has it fixed w/ above commit.

https://jogamp.org/bugzilla/show_bug.cgi?id=658

Definition at line 33 of file TestGLMesaBug658NEWT.java.

Member Function Documentation

◆ main()

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

Definition at line 198 of file TestGLMesaBug658NEWT.java.

◆ test00ShowAvailProfiles()

void com.jogamp.opengl.test.junit.jogl.acore.TestGLMesaBug658NEWT.test00ShowAvailProfiles ( )

Definition at line 36 of file TestGLMesaBug658NEWT.java.

Here is the call graph for this function:

◆ test10GL2PolygonModeFailure()

void com.jogamp.opengl.test.junit.jogl.acore.TestGLMesaBug658NEWT.test10GL2PolygonModeFailure ( )

Definition at line 41 of file TestGLMesaBug658NEWT.java.

◆ test11GL3bcPolygonModeFailure()

void com.jogamp.opengl.test.junit.jogl.acore.TestGLMesaBug658NEWT.test11GL3bcPolygonModeFailure ( )

Definition at line 46 of file TestGLMesaBug658NEWT.java.

◆ test12GL3PolygonModeFailure()

void com.jogamp.opengl.test.junit.jogl.acore.TestGLMesaBug658NEWT.test12GL3PolygonModeFailure ( )

Definition at line 51 of file TestGLMesaBug658NEWT.java.

◆ test20GL2BindArrayAttributeFails()

void com.jogamp.opengl.test.junit.jogl.acore.TestGLMesaBug658NEWT.test20GL2BindArrayAttributeFails ( )

Definition at line 117 of file TestGLMesaBug658NEWT.java.

◆ test21GL3bcBindArrayAttributeFails()

void com.jogamp.opengl.test.junit.jogl.acore.TestGLMesaBug658NEWT.test21GL3bcBindArrayAttributeFails ( )

Definition at line 122 of file TestGLMesaBug658NEWT.java.

◆ test22GL3BindArrayAttributeFails()

void com.jogamp.opengl.test.junit.jogl.acore.TestGLMesaBug658NEWT.test22GL3BindArrayAttributeFails ( )

Definition at line 127 of file TestGLMesaBug658NEWT.java.


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