From: Keith W. <ke...@va...> - 2000-11-05 18:36:17
|
"Jacob (=Jouk) Jansen" wrote: > > Hi all, > > Attached you find some indformationals I found when compiling the latest CVS > version. Are there include files missing or is not yest everything moved to > the swrast directory. > > Jouk > > cc /include=([-.include],[])/define=(FBIND=1)/name=(as_is,short) COLORTAB.C > > gl_read_rgba_span( ctx, ctx->ReadBuffer, width, x, y, data ); > ...^ > %CC-I-IMPLICITFUNC, In this statement, the identifier "gl_read_rgba_span" is imp > licitly declared as a function. > at line number 635 in file $DISK2:[JOUKJ.PUBLIC.MESAGL.MESA_20001103.MESA.SRC]CO > LORTAB.C;1 > > gl_read_rgba_span( ctx, ctx->ReadBuffer, width, x, y, data ); > ...^ > %CC-I-IMPLICITFUNC, In this statement, the identifier "gl_read_rgba_span" is imp > licitly declared as a function. > at line number 664 in file $DISK2:[JOUKJ.PUBLIC.MESAGL.MESA_20001103.MESA.SRC]CO > LORTAB.C;1 > > cc /include=([-.include],[])/define=(FBIND=1)/name=(as_is,short) /obj=[.x]xm_dd. > obj [.x]xm_dd.c > > if (_mesa_clip_pixelrect(ctx, &dstX, &dstY, &w, &h, &srcX, &srcY)) { > ..........^ > %CC-I-IMPLICITFUNC, In this statement, the identifier "_mesa_clip_pixelrect" is > implicitly declared as a function. > at line number 856 in file $DISK2:[JOUKJ.PUBLIC.MESAGL.MESA_20001103.MESA.SRC.X] > XM_DD.C;1 > > > c /include=([-.include],[])/define=(FBIND=1)/name=(as_is,short) TEXIMAGE.C > > gl_read_rgba_span( ctx, ctx->ReadBuffer, width, x, y + i, > ......^ > %CC-I-IMPLICITFUNC, In this statement, the identifier "gl_read_rgba_span" is imp > licitly declared as a function. > at line number 2646 in file $DISK2:[JOUKJ.PUBLIC.MESAGL.MESA_20001103.MESA.SRC]T > EXIMAGE.C;1 > > cc /include=([-.include],[])/define=(FBIND=1)/name=(as_is,short) CONVOLVE.C > > gl_read_rgba_span(ctx, ctx->ReadBuffer, width, x, y, (GLchan (*)[4]) rgba); > ...^ > %CC-I-IMPLICITFUNC, In this statement, the identifier "gl_read_rgba_span" is imp > licitly declared as a function. > at line number 487 in file $DISK2:[JOUKJ.PUBLIC.MESAGL.MESA_20001103.MESA.SRC]CO > NVOLVE.C;1 > > gl_read_rgba_span(ctx, ctx->ReadBuffer, width, x, y + i, > ......^ > %CC-I-IMPLICITFUNC, In this statement, the identifier "gl_read_rgba_span" is imp > licitly declared as a function. > at line number 527 in file $DISK2:[JOUKJ.PUBLIC.MESAGL.MESA_20001103.MESA.SRC]CO > NVOLVE.C;1 > I'll clean these up shortly -- there'll be a public interface to this functionality from the swrast module, I think. Keith |