revert 213 commits (to 56092) from the last month. 10 still need work to resolve...
[AROS.git] / workbench / libs / cgfx / processpixelarray_opgradient.c
blob9aa51037c1ad61d500f699da161b95e1ffc70e99
1 /*
2 Copyright © 2013-2017, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <aros/debug.h>
8 #include <aros/debug.h>
10 #include <proto/cybergraphics.h>
12 #include <hidd/gfx.h>
13 #include <cybergraphx/cybergraphics.h>
14 #include <exec/types.h>
16 #include "cybergraphics_intern.h"
18 void ProcessPixelArrayGradientFunc(struct RastPort *opRast, struct Rectangle *opRect, BOOL opHoriz, ULONG opOffset, ULONG opCol1, ULONG opCol2, BOOL opFull, struct Library *CyberGfxBase)
20 bug ("[Cgfx] %s(0x%08x->0x%08x)\n", __PRETTY_FUNCTION__, opCol1, opCol2);
21 bug ("[Cgfx] %s: Gradient operator not implemented\n", __PRETTY_FUNCTION__);