|
119
by Robert Hooker, Robert Hooker, Christopher James Halse Rogers
[ Robert Hooker ] |
1 |
From e5a4106be7c8b87821f6b5d21fec99a402825740 Mon Sep 17 00:00:00 2001 |
2 |
From: Robert Hooker <sarvatt@ubuntu.com> |
|
3 |
Date: Wed, 8 Sep 2010 12:33:09 -0400 |
|
4 |
Subject: [PATCH] Revert "i915: Enable ARB_fragment_shader by default." |
|
5 |
||
6 |
This reverts commit a58514cc9c5cc5867f9140700462c5ac5749550d. |
|
7 |
---
|
|
8 |
src/mesa/drivers/dri/intel/intel_screen.c | 2 +- |
|
9 |
1 files changed, 1 insertions(+), 1 deletions(-) |
|
10 |
||
11 |
diff --git a/src/mesa/drivers/dri/intel/intel_screen.c b/src/mesa/drivers/dri/intel/intel_screen.c
|
|
12 |
index 0a542a7..8ae2cd2 100644
|
|
13 |
--- a/src/mesa/drivers/dri/intel/intel_screen.c
|
|
14 |
+++ b/src/mesa/drivers/dri/intel/intel_screen.c
|
|
15 |
@@ -70,7 +70,7 @@ PUBLIC const char __driConfigOptions[] =
|
|
16 |
DRI_CONF_DESC(en, "Enable early Z in classic mode (unstable, 945-only).") |
|
17 |
DRI_CONF_OPT_END |
|
18 |
||
19 |
- DRI_CONF_OPT_BEGIN(fragment_shader, bool, true)
|
|
20 |
+ DRI_CONF_OPT_BEGIN(fragment_shader, bool, false)
|
|
21 |
DRI_CONF_DESC(en, "Enable limited ARB_fragment_shader support on 915/945.") |
|
22 |
DRI_CONF_OPT_END |
|
23 |
||
24 |
--
|
|
25 |
1.7.2 |
|
26 |