Test for replacing standard RGB to RGB conversion
commit15dd57634dbe8fe76b97d55035232e22285dd214
authorstegerg <stegerg@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sat, 24 Feb 2007 21:41:30 +0000 (24 21:41 +0000)
committerstegerg <stegerg@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sat, 24 Feb 2007 21:41:30 +0000 (24 21:41 +0000)
treea333c88bd2f77b1f2d4266e367a549be9a3b5ddf
parent0eff92945d2cac5984b06f40f9ab9d46b94b5a2b
Test for replacing standard RGB to RGB conversion
routine with faster ones.

git-svn-id: https://svn.aros.org:8080/svn/aros/trunk/AROS@25290 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
18 files changed:
test/patchrgbconv.c [new file with mode: 0644]
test/patchrgbconv_abgr32.h [new file with mode: 0644]
test/patchrgbconv_argb32.h [new file with mode: 0644]
test/patchrgbconv_bgr15.h [new file with mode: 0644]
test/patchrgbconv_bgr15oe.h [new file with mode: 0644]
test/patchrgbconv_bgr16.h [new file with mode: 0644]
test/patchrgbconv_bgr16oe.h [new file with mode: 0644]
test/patchrgbconv_bgr24.h [new file with mode: 0644]
test/patchrgbconv_bgra32.h [new file with mode: 0644]
test/patchrgbconv_macros.h [new file with mode: 0644]
test/patchrgbconv_rgb15.h [new file with mode: 0644]
test/patchrgbconv_rgb15oe.h [new file with mode: 0644]
test/patchrgbconv_rgb16.h [new file with mode: 0644]
test/patchrgbconv_rgb16oe.h [new file with mode: 0644]
test/patchrgbconv_rgb24.h [new file with mode: 0644]
test/patchrgbconv_rgba32.h [new file with mode: 0644]
test/patchrgbconv_rgbswap.h [new file with mode: 0644]
test/patchrgbconv_verify.h [new file with mode: 0644]