summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* pts: Use $LOG_FILE instead of $argv with scimark2 test profileMichael Larabel2008-12-293-8/+9
|
* pts: Use $LOG_FILE in video-extensions test profileMichael Larabel2008-12-293-4/+6
|
* pts-core: Rewrite pts_remove() functionMichael Larabel2008-12-292-21/+19
|
* pts: Update specviewperf9 and specviewperf10 test profiles to useMichael Larabel2008-12-286-38/+40
| | | | $LOG_FILE
* pts-core: When installing or running a test, only print to standardMichael Larabel2008-12-284-4/+16
| | | | output if under 10KB
* bilde_renderer: Add a JPEG renderer using the GD libraryMichael Larabel2008-12-288-8/+59
|
* bilde_renderer: When setting the image quality level to use with theMichael Larabel2008-12-286-5/+8
| | | | render_image() function, base it on a 100-point scale
* bilde_renderer: Add a generic abstract GD library renderer and then haveMichael Larabel2008-12-283-187/+230
| | | | bilde_png_renderer extend that
* pts-core: Add install-all-dependencies option to install all availableMichael Larabel2008-12-283-1/+45
| | | | external dependencies for that distribution
* pts: Update lzma download link for compress-lzma test profileMichael Larabel2008-12-282-1/+2
|
* pts: More graphics-magick tweaksMichael Larabel2008-12-282-2/+8
|
* pts: Add external dependencies and without-perl build argument toMichael Larabel2008-12-282-1/+2
| | | | graphics-magick test profile
* pts: Add graphics-magick to multicore test suite due to its use ofMichael Larabel2008-12-282-1/+12
| | | | OpenMP
* pts: Add graphics-magick test profile for GraphicsMagick 1.3 imageMichael Larabel2008-12-285-0/+81
| | | | testing
* pts: Add photo-sample base test profile for providing sample photographsMichael Larabel2008-12-285-1/+26
|
* pts: Add libperl-dev to Ubuntu External Dependencies XML to perl packageMichael Larabel2008-12-282-2/+3
|
* pts-core: Fix spacing in pts_trim_spaces()Michael Larabel2008-12-281-1/+1
|
* pts: Add system-disk test suite for real world disk / encryption testsMichael Larabel2008-12-282-0/+45
|
* pts: Add build-mysql test profile for timed build of MySQL 5.1Michael Larabel2008-12-286-0/+45
|
* pts-core: Archive installation output of tests in the test's directoryMichael Larabel2008-12-286-6/+26
| | | | in file install.log
* pts-core: Plot results in reverse order when graphing results ifMichael Larabel2008-12-271-0/+6
| | | | REVERSE_GRAPH_PLOTTING environmental variable is set
* pts-core: Eliminate use of most preg_ functionsMichael Larabel2008-12-276-34/+41
|
* pts-core: Clean up Display / X.Org server reported stringMichael Larabel2008-12-274-2/+7
|
* bilde_renderer: More SWF renderer workMichael Larabel2008-12-271-15/+43
|
* bilde_renderer: Implement png_image_to_type(), jpg_image_to_type(), andMichael Larabel2008-12-271-3/+5
| | | | image_copy_merge() functions in SWF renderer
* bilde_renderer: Implement draw_ellipse() in SWF rendererMichael Larabel2008-12-271-1/+17
|
* bilde_renderer: Implement draw_polygon() for SWF rendererMichael Larabel2008-12-274-4/+40
|
* pts_Graph: Allow the use of the SWF bilde_renderer through using theMichael Larabel2008-12-262-7/+21
| | | | SWF_DEBUG=1 environmental variable
* bilde_renderer: Add experimental Adobe Flash / SWF renderer with partialMichael Larabel2008-12-264-0/+147
| | | | support
* bilde_renderer: Add some new generic functionsMichael Larabel2008-12-261-0/+12
|
* bilde_renderer: Add support for dynamically resizing the image drawingMichael Larabel2008-12-264-17/+51
| | | | buffer
* bilde_renderer: Add and implement draw_polygon and draw_ellipse toMichael Larabel2008-12-265-1/+50
| | | | drawing API
* pts: Add 2d-test base profile that reports 2D acceleration mode usingMichael Larabel2008-12-268-0/+7
| | | | Cascading Test Profiles
* pts-core: Add pts_installed_test_tandem_XmlReader objectMichael Larabel2008-12-265-6/+46
|
* pts-core: Add pts_test_installed() boolean functionMichael Larabel2008-12-265-7/+12
|
* pts-core: Improve motherboard southbridge detection for some Intel ICHMichael Larabel2008-12-252-4/+12
| | | | Chipsets
* pts-core: Move base test profiles and resources toMichael Larabel2008-12-2418-2/+3
| | | | pts/base-test-profiles/ and pts/base-test-resources/
* pts: Add UXA acceleration check to GtkPerf test note reportingMichael Larabel2008-12-232-0/+3
|
* pts-core: Improve lspci support for distributions using /sbin/lspciMichael Larabel2008-12-202-1/+11
| | | | (such as OpenSuSE)
* pts_Graph: Tweak formatting of basic graph attributesMichael Larabel2008-12-182-3/+4
|
* pts-core: Improve size detection of low-capacity hard disksMichael Larabel2008-12-182-1/+5
|
* Tag Phoronix Test Suite 1.6.0 "Tydal" Beta 1Michael Larabel2008-12-172-2/+3
|
* pts-core: Fix a regression in pts_package_vendor_identifier() fromMichael Larabel2008-12-171-1/+1
| | | | yesterday's changes
* pts: Update download links in mrbayes and md-gromacsMichael Larabel2008-12-173-3/+4
|
* pts-core: Add auto-file-select and auto-directory-selection options toMichael Larabel2008-12-163-5/+31
| | | | PTS auto options support
* pts-core: Allow reading from TZ00 thermal zone over ACPI for CPUMichael Larabel2008-12-162-1/+4
| | | | temperature
* pts-core: Add support for specifying multiple possible points inMichael Larabel2008-12-162-15/+24
| | | | read_acpi() to provide some fallback support
* pts-core: Rework option counting in pts_auto_process_test_option()Michael Larabel2008-12-162-39/+39
|
* pts-core: Standardize the module-variables.txt spacing with the otherMichael Larabel2008-12-161-6/+6
| | | | static files
* pts-core: Add pts-functions_assignments.phpMichael Larabel2008-12-163-96/+122
|