summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* pts: Update molecular-dynamics test suite with new md-gromacs optionsMichael Larabel2008-08-112-9/+30
|
* pts: Add single and double precision support to md-gromacs test profileMichael Larabel2008-08-113-17/+50
|
* pts-core: Add NVIDIA SLI detection supportMichael Larabel2008-08-112-0/+8
|
* pts: Fix warsow test profile after $HOME change in pts-coreMichael Larabel2008-08-113-3/+5
|
* pts: Upgrade sqlite test profile to SQLite 3.6.1Michael Larabel2008-08-114-8/+9
|
* pts: Upgrade openarena test profile to OpenArena 0.8.0Michael Larabel2008-08-114-12/+13
|
* pts: Fix ut2004-demo benchmark log parsing after $HOME change inMichael Larabel2008-08-113-2/+4
| | | | pts-core
* pts: Upgrade openssl test profile to OpenSSL 0.9.8hMichael Larabel2008-08-113-7/+7
|
* pts: Upgrade iozone test profile to IOzone 3.308Michael Larabel2008-08-114-6/+7
|
* pts: In encode-mp3 test profile upgrade to LAME 3.98Michael Larabel2008-08-114-7/+8
|
* pts: Have doom3 support installing the key if it's stored locally in theMichael Larabel2008-08-113-0/+9
| | | | download-cache
* pts: Upgrade Bonnie++ to 1.03d in bonnie test profileMichael Larabel2008-08-114-8/+10
|
* pts-core: NUM_CPU_JOBS now equals NUM_CPU_CORES * 2Michael Larabel2008-08-112-1/+2
|
* pts-core: Add missing $test_identifier when running in batch mode forMichael Larabel2008-08-101-0/+1
| | | | testing
* pts: Fixes for synaptic in install-ubuntu-packages.shMichael Larabel2008-08-101-5/+1
|
* pts: Fixes for synaptic in install-ubuntu-packages.shMichael Larabel2008-08-101-1/+5
|
* pts: Fixes for synaptic in install-ubuntu-packages.shMichael Larabel2008-08-102-1/+2
|
* pts-core: Few small changesMichael Larabel2008-08-104-6/+5
|
* pts-core: Define DEFAULT_VIDEO_RAM_CAPACITY to 128MB for default videoMichael Larabel2008-08-091-5/+7
| | | | | RAM and switch statements that were hard-coded to 128 to using DEFAULT_VIDEO_RAM_CAPACITY
* pts-core: After first call, cache pts_env_variables()Michael Larabel2008-08-093-26/+38
|
* pts-core: Report video RAM in GPU string for NVIDIA cards tooMichael Larabel2008-08-091-8/+13
|
* pts: Update Tremulous download file for tremulous test profileMichael Larabel2008-08-094-13/+8
|
* pts-core: Improve GPU string detection for open-source driversMichael Larabel2008-08-093-4/+5
|
* pts-core: Improve video RAM detectionMichael Larabel2008-08-093-12/+94
|
* Reorder CHANGE-LOGMichael Larabel2008-08-091-15/+4
|
* pts-core: If properly detected, report video RAM capacity in ATI stringMichael Larabel2008-08-091-3/+10
|
* pts-core: Improved Video RAM detection when parsing X logMichael Larabel2008-08-092-3/+8
|
* pts-core: Add ATI multi-GPU detection supportMichael Larabel2008-08-093-0/+42
|
* pts: Update download links for text file on espeak testMichael Larabel2008-08-094-4/+6
|
* pts-core: Avoid PHP notice for $argv[1] not being set withinMichael Larabel2008-08-091-3/+7
| | | | pts_install_test(). Reported by deanjo.
* pts: Improved sensor detection for compliance-sensors testMichael Larabel2008-08-093-4/+19
|
* pts-core: Improve system voltage detection through LM_SensorsMichael Larabel2008-08-092-0/+16
|
* pts-core: xdpyinfo integration for providing universal monitor layout,Michael Larabel2008-08-091-41/+98
| | | | resolution, and count support
* pts-core: Don't insert dead monitors in read_xdpy_monitor_info() andMichael Larabel2008-08-091-2/+2
| | | | rename function to _xdpy_ it's not _xpdy_
* pts-core: Don't insert null entries into read_xdpy_monitor_info()Michael Larabel2008-08-091-1/+2
|
* pts-core: Add support for reading xdpyinfo XINERAMA monitor informationMichael Larabel2008-08-092-0/+11
| | | | using read_xpdy_monitor_info()
* pts-core: Add basic ATI multi-monitor detection support usingMichael Larabel2008-08-091-2/+44
| | | | amd_pcsdb_parser()
* pts-core: Fixes for read_amd_pcsdb_direct_parser()Michael Larabel2008-08-091-3/+2
|
* pts-core: Add in infrastructure for detecting multi-monitor support. SetMichael Larabel2008-08-093-0/+15
| | | | | | $VIDEO_MONITOR_COUNT for number of monitors, $VIDEO_MONITOR_LAYOUT for the physical layout of multiple monitors, and $VIDEO_MONITOR_SIZES for the resolution of each monitor in a multi-monitor configuration.
* pts-core: amd_pcsdb_parser() link to read_amd_pcsdb_direct_parser()Michael Larabel2008-08-091-0/+4
|
* pts-core: Didn't meant for two copies of pts_proximity_search()Michael Larabel2008-08-091-17/+0
|
* pts: Support * in attributes for wildcard/proximity in AMD PCSDB parser.Michael Larabel2008-08-092-1/+38
|
* pts-core: Add a hard-coded AMDPCSDB (AMD Persistent Configuration StoreMichael Larabel2008-08-082-0/+91
| | | | | | | Data-Base) parser for fglrx driver when aticonfig fails The PTS-written amdpcsdb parser is found in read_amd_pcsdb_direct_parser() for now at least.
* pts-core: In AMDPCSDB parsing, don't look for "):" as when showing theMichael Larabel2008-08-081-2/+2
| | | | screen it lacks the ")", but just shown when doing a number/hex.
* pts-core: Add detection support for number of monitors enabled. TestMichael Larabel2008-08-083-0/+24
| | | | profiles can access this using $VIDEO_MONITOR_COUNT variable
* pts-core: Fix for xrandr_available_modes() parsing on X.Org 7.1Michael Larabel2008-08-072-1/+3
|
* pts-core: Improve "Total Estimated Download Size" textMichael Larabel2008-08-063-1/+10
|
* pts-core: Two trivial fixesMichael Larabel2008-08-062-2/+7
|
* pts-core: pts_module_set_environment_variable() toMichael Larabel2008-08-063-7/+8
| | | | pts_set_environment_variable()
* documentation: Fix for sensor reading command documentationMichael Larabel2008-08-061-1/+1
|