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

--- Comment #1 from Emil Velikov <[email protected]> ---
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.
_______________________________________________
dri-devel mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to