flesh out process pixel array a little
commite6b0e58af718c7f12cf00e063bed037257eff53c
authorNicJA <NicJA@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Tue, 8 Oct 2013 16:12:30 +0000 (8 16:12 +0000)
committerNicJA <NicJA@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Tue, 8 Oct 2013 16:12:30 +0000 (8 16:12 +0000)
tree6d8b6652cd04a64eee998ac90b851915b4902dd5
parent43a8c7b95eb4b01b2bf221be309c33b5ff533e3b
flesh out process pixel array a little

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@48252 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
12 files changed:
workbench/libs/cgfx/mmakefile.src
workbench/libs/cgfx/processpixelarray_opblur.c [new file with mode: 0644]
workbench/libs/cgfx/processpixelarray_opbrightness.c [new file with mode: 0644]
workbench/libs/cgfx/processpixelarray_opcol2grey.c [new file with mode: 0644]
workbench/libs/cgfx/processpixelarray_opgradient.c [new file with mode: 0644]
workbench/libs/cgfx/processpixelarray_opnegative.c [new file with mode: 0644]
workbench/libs/cgfx/processpixelarray_opnegative_fade.c [new file with mode: 0644]
workbench/libs/cgfx/processpixelarray_ops.h [new file with mode: 0644]
workbench/libs/cgfx/processpixelarray_opsetalpha.c [new file with mode: 0644]
workbench/libs/cgfx/processpixelarray_opshiftrgb.c [new file with mode: 0644]
workbench/libs/cgfx/processpixelarray_optint.c [new file with mode: 0644]
workbench/libs/cgfx/processpixelarray_optint_fade.c [new file with mode: 0644]