Bug 45238 - [regression] Unigine Heaven, OilRush broken in git
Summary: [regression] Unigine Heaven, OilRush broken in git
Status: RESOLVED NOTOURBUG
Alias: None
Product: Mesa
Classification: Unclassified
Component: Mesa core (show other bugs)
Version: git
Hardware: Other All
: medium normal
Assignee: mesa-dev
QA Contact:
URL: http://unigine.com/products/heaven/do...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-25 11:18 UTC by Sven Arvidsson
Modified: 2012-01-25 12:55 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Sven Arvidsson 2012-01-25 11:18:35 UTC
As mentioned on the mesa-dev list[0] Unigine Heaven and OilRush is broken with current git:

X Error of failed request:  BadRequest (invalid request code or no such operation)
  Major opcode of failed request:  154 (GLX)
  Minor opcode of failed request:  34 ()
  Serial number of failed request:  46
  Current serial number in output stream:  45

Just filing it as a bug to make sure this isn't forgotten.

0. http://lists.freedesktop.org/archives/mesa-dev/2012-January/017892.html
Comment 1 Ian Romanick 2012-01-25 12:55:49 UTC
The game is just broken.  It check the client extension string (returned by glXGetClientString(dpy, GLX_EXTENSIONS)) instead of the list of extensions that are actually available for use (returned by glXQueryExtensionsString).


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.