PDA

View Full Version : PTS Git: Add graphics_override module...


phoronix-test-suite
06-27-2008, 11:10 AM
Phoronix Test Suite
Git Commit: Add graphics_override module...

Add graphics_override module for having FORCE_AA and FORCE_AF options for overriding anti-aliasing and anisotropic filtering levels with supported drivers.

http://www.phorogit.com/index.php?p=phoronix-test-suite.git&a=commitdiff&h=2220f8bfe3096037763b596d8e04895b6bea741d&hb=3004e508acbd951521c6e6ead826e823c79e1b05

Michael
06-27-2008, 11:17 AM
What this module allows you to do is run say:

FORCE_AA=8 FORCE_AF=16 phoronix-test-suite universe-x

And it will run universe-x while forcing your driver to run with 8x anti-aliasing and 16x anisotropic filtering. After the testing is done, it will return the driver to its previous state.

You could also just do the FORCE_AA command without FORCE_AF if you so choose.

However, right now this module support is limited to the NVIDIA binary driver.