summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions_modules.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-06-27 10:51:37 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-08-03 11:49:17 -0400
commit5b89ff00c0a807b84f87a86ee3a92768690d2c3e (patch)
treed14e48e4df37752880ed68d46dd1871d98b58a22 /pts-core/functions/pts-functions_modules.php
parent32367749394b3e78bb7fc9c31b47f040ad09bc29 (diff)
downloadphoronix-test-suite-upstream-5b89ff00c0a807b84f87a86ee3a92768690d2c3e.tar.gz
phoronix-test-suite-upstream-5b89ff00c0a807b84f87a86ee3a92768690d2c3e.tar.xz
phoronix-test-suite-upstream-5b89ff00c0a807b84f87a86ee3a92768690d2c3e.zip
Add graphics_override module for having FORCE_AA and FORCE_AF options
for overriding anti-aliasing and anisotropic filtering levels with supported drivers.
Diffstat (limited to 'pts-core/functions/pts-functions_modules.php')
-rw-r--r--pts-core/functions/pts-functions_modules.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts-core/functions/pts-functions_modules.php b/pts-core/functions/pts-functions_modules.php
index 652cea0..6a1e478 100644
--- a/pts-core/functions/pts-functions_modules.php
+++ b/pts-core/functions/pts-functions_modules.php
@@ -24,7 +24,7 @@
function pts_auto_modules_ready(&$modules_list)
{
- $modules_assoc = array("MONITOR" => "system_monitor");
+ $modules_assoc = array("MONITOR" => "system_monitor", "FORCE_AA" => "graphics_override", "FORCE_AF" => "graphics_override");
foreach($modules_assoc as $env_var => $module)
if(!in_array($module, $modules_list) && ($e = getenv($env_var)) != FALSE && !empty($e))