File: README

package info (click to toggle)
hermes1 1.2.6-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,432 kB
  • ctags: 716
  • sloc: asm: 11,457; sh: 7,346; ansic: 4,542; cpp: 258; makefile: 103
file content (35 lines) | stat: -rw-r--r-- 1,376 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35

The files in this directory are used by the author to test various things
at various time. Feel free to use them for your own enjoyment but no 
guarantees that they will work.

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Rephrased.. They are UNSUPPORTED :) Some of them require C++ as well!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

By the way, you will need the following (and they're hardcoded in the
Makefile):
	- X SHM extension
	- hermes compiled properly and positioned in ../src/.libs
	- X11 libraries in /usr/X11R6/lib
	- Electric Fence

If you're more interested, this is what each of the files test:
	
	- CheckLeaks.c: This is supposed to return 0 at the end if there
	are no memory leaks. It returns 32 at the moment.. :) Anyway, this
	uses highly platform specific code.. so it might not compiled if
	you don't use Linux.

	- Test.c: This is to test conversion from 32 bit rgb888 to whatever
	you like. 16 bit rgb 565 is hardcoded. It displays a couple of
	strips in different colours.

	- TestPalette.c: Same as test, but from an indexed mode to a target.
	Displays no strips but curve-like thingies..

	- Request.c: Benchmark the converter request routine.

	- Efence.cc: Checks the most frequently used converters for
	boundary violations using electric fence. This takes ages so
	be prepared to wait.