annotate TOOLS/fastmem.sh @ 13394:455a5056801f

New generic 'portable anymap' video output driver. It supports portable pixmaps and graymaps in both raw and ASCII mode. Besides PPM and PGM, it can also output PGMYUV files which are PGM files with the U and V plane appended to the bottom of the Y image (bottom left and bottom right). All files can be written to the current directory, to a specified output directory or to multiple subdirectories if the filesystem can't handle the amount of files in one directory anymore. Note: This driver is not yet activated and will not be compiled and linked to libvo. A separate patch will take care of that. This is just for adding the file to the repository.
author ivo
date Mon, 20 Sep 2004 00:54:57 +0000
parents 5983b3ef67b4
children 15a7ea3fe2e0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
571
5983b3ef67b4 run fastmem tests
arpi_esp
parents:
diff changeset
1
5983b3ef67b4 run fastmem tests
arpi_esp
parents:
diff changeset
2 sync
5983b3ef67b4 run fastmem tests
arpi_esp
parents:
diff changeset
3 sleep 2
5983b3ef67b4 run fastmem tests
arpi_esp
parents:
diff changeset
4 ./fastmem-k6
5983b3ef67b4 run fastmem tests
arpi_esp
parents:
diff changeset
5 sleep 2
5983b3ef67b4 run fastmem tests
arpi_esp
parents:
diff changeset
6 ./fastmem-k7
5983b3ef67b4 run fastmem tests
arpi_esp
parents:
diff changeset
7 sleep 2
5983b3ef67b4 run fastmem tests
arpi_esp
parents:
diff changeset
8 ./fastmem-mmx
5983b3ef67b4 run fastmem tests
arpi_esp
parents:
diff changeset
9 sleep 2
5983b3ef67b4 run fastmem tests
arpi_esp
parents:
diff changeset
10 ./fastmem-sse
5983b3ef67b4 run fastmem tests
arpi_esp
parents:
diff changeset
11 sleep 2
5983b3ef67b4 run fastmem tests
arpi_esp
parents:
diff changeset
12 ./fastmem2-k6
5983b3ef67b4 run fastmem tests
arpi_esp
parents:
diff changeset
13 sleep 2
5983b3ef67b4 run fastmem tests
arpi_esp
parents:
diff changeset
14 ./fastmem2-k7
5983b3ef67b4 run fastmem tests
arpi_esp
parents:
diff changeset
15 sleep 2
5983b3ef67b4 run fastmem tests
arpi_esp
parents:
diff changeset
16 ./fastmem2-mmx
5983b3ef67b4 run fastmem tests
arpi_esp
parents:
diff changeset
17 sleep 2
5983b3ef67b4 run fastmem tests
arpi_esp
parents:
diff changeset
18 ./fastmem2-sse
5983b3ef67b4 run fastmem tests
arpi_esp
parents:
diff changeset
19 sleep 2