Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1194217 - GLSL support
Summary: GLSL support
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: mesa-libGLU
Version: 21
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Adam Jackson
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: tetzle
TreeView+ depends on / blocked
 
Reported: 2015-02-19 10:56 UTC by Mario Blättermann
Modified: 2015-06-14 15:41 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-06-14 15:41:19 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Mario Blättermann 2015-02-19 10:56:10 UTC
Description of problem:

I've compiled a small game with needs OpenGL. It starts, but is obviously unable to handle the provided GLSL versions:

$ tetzle
QGLShader::compile(Vertex): 0:1(10): error: GLSL 1.30 is not supported. Supported versions are: 1.10, 1.20, and 1.00 ES

QGLShader::compile(Fragment): 0:1(10): error: GLSL 1.30 is not supported. Supported versions are: 1.10, 1.20, and 1.00 ES

QGLShader::compile(Vertex): 0:1(10): error: GLSL 1.30 is not supported. Supported versions are: 1.10, 1.20, and 1.00 ES

QGLShader::compile(Fragment): 0:1(10): error: GLSL 1.30 is not supported. Supported versions are: 1.10, 1.20, and 1.00 ES

QGLShader::compile(Vertex): 0:1(10): error: GLSL 1.30 is not supported. Supported versions are: 1.10, 1.20, and 1.00 ES

QGLShader::compile(Fragment): 0:1(10): error: GLSL 1.30 is not supported. Supported versions are: 1.10, 1.20, and 1.00 ES

When I launch it with --graphics-layer=21 or --graphics-layer=15, then it works as expected. I've contacted upstream and get an answer:
"You built a fully functional binary package. Your Mesa is reporting that it supports a higher version of GLSL than it actually does, and Tetzle is auto-detecting that. Tetzle has runtime support for different versions of OpenGL, no compile-time options."
See https://github.com/gottcode/tetzle/issues/3

Version-Release number of selected component (if applicable):
mesa-libGL-10.4.3-1.20150124.fc21.x86_64

Comment 1 Mario Blättermann 2015-06-14 15:41:19 UTC
It seems to be rather a problem with the video driver... But because I don't need this for the review ticket previously depending on this bug report, I close it now.


Note You need to log in before you can comment on or make changes to this bug.