[Webkit-unassigned] [Bug 165253] New: [GTK] Use an OpenGL < 3.0 compliant way to request the OpenGL version
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Dec 1 07:21:15 PST 2016
https://bugs.webkit.org/show_bug.cgi?id=165253
Bug ID: 165253
Summary: [GTK] Use an OpenGL < 3.0 compliant way to request the
OpenGL version
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit Gtk
Assignee: webkit-unassigned at lists.webkit.org
Reporter: magomez at igalia.com
CC: bugs-noreply at webkitgtk.org
We are currently using glGetIntegerv() with GL_MAJOR_VERSION and GL_MINOR_VERSION to get the opengl version, but this is not compatible with OpenGL < 3.0.
We need to use glGetString(GL_VERSION) instead, which is compatible with all versions (so far).
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161201/ec4e67a2/attachment.html>
More information about the webkit-unassigned
mailing list