From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 101736] Disabling working OpenGL 2.1 in the i915 driver
Date: Mon, 10 Jul 2017 12:50:24 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1257257100=="
Return-path:
Received: from culpepper.freedesktop.org (culpepper.freedesktop.org
[131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id 7548B8994A
for ; Mon, 10 Jul 2017 12:50:24 +0000 (UTC)
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: dri-devel-bounces@lists.freedesktop.org
Sender: "dri-devel"
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
--===============1257257100==
Content-Type: multipart/alternative; boundary="14996910240.2c316FBc.9418";
charset="UTF-8"
--14996910240.2c316FBc.9418
Date: Mon, 10 Jul 2017 12:50:24 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://bugs.freedesktop.org/
Auto-Submitted: auto-generated
https://bugs.freedesktop.org/show_bug.cgi?id=3D101736
--- Comment #1 from Emil Velikov ---
Afaict the drirc bits were left so that people can override them based on t=
heir
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.
+
+
+
+
+
+
--=20
You are receiving this mail because:
You are the assignee for the bug.=
--14996910240.2c316FBc.9418
Date: Mon, 10 Jul 2017 12:50:24 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://bugs.freedesktop.org/
Auto-Submitted: auto-generated
Afaict the drirc bits were left so that people can override th=
em 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=3D"glx_disable_oml_sync_control" valu=
e=3D"true" />
</application>
</device>
+ <device driver=3D"i915">
+ <application name=3D"App symbolic name" executable=3D=
"actual-binary-name">
+ <option name=3D"fragment_shader" value=3D"tr=
ue" />
+ <option name=3D"stub_occlusion_query" value=3D&qu=
ot;true" />
+ </application>
+ </device>