[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] SV: SV: XaAES gradient problem with 1.17.x kernel




Which call is this and what is the expected result?
from trnfm.c:

              MFDB scr, dst;
              short pxy[8];
              union { unsigned short w[64]; unsigned long l[32];} b;

              [...]

              scr.fd_addr = NULL;

              dst.fd_addr = &b;
              dst.fd_w = 1;
              dst.fd_h = 1;
              dst.fd_wdwidth = 1;
              dst.fd_stand = 1;
              dst.fd_nplanes = screen.planes;
              dst.fd_r1 = dst.fd_r2 = dst.fd_r3 = 0;

              pxy[0] = 0;
              pxy[1] = 0;
              pxy[2] = 0;
              pxy[3] = 0;
              pxy[4] = 0;
              pxy[5] = 0;
              pxy[6] = 0;
              pxy[7] = 0;

              vro_cpyfm(v->handle, S_ONLY, pxy, &scr, &dst);


b.w[0] is then asked for pixel format. In 1.16 it returns OK value, in 1.17 bad value...

--
MiKRO / Mystic Bytes
http://mikro.atari.org