[Bug 101736] Disabling working OpenGL 2.1 in the i915 driver

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Jul 10 12:50:24 UTC 2017


https://bugs.freedesktop.org/show_bug.cgi?id=101736

--- Comment #1 from Emil Velikov <emil.l.velikov at gmail.com> ---
Afaict the drirc bits were left so that people can override them based on their
liking. Something like the following should do it.

Do enhance to your liking. Note that separate hunk is needed for each
application.


--- a/src/mesa/drivers/dri/common/drirc
+++ b/src/mesa/drivers/dri/common/drirc
@@ -187,4 +187,10 @@ TODO: document the other workarounds.
            <option name="glx_disable_oml_sync_control" value="true" />
         </application>
     </device>
+    <device driver="i915">
+        <application name="App symbolic name" executable="actual-binary-name">
+            <option name="fragment_shader" value="true" />
+            <option name="stub_occlusion_query" value="true" />
+        </application>
+    </device>

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20170710/80193e82/attachment.html>


More information about the dri-devel mailing list