[comp.sys.apollo] gpr_$text and Raster ops

FERGUSON@TMASL.EXXON.COM (08/19/89)

Why is it that gpr_$text ignores the Raster OP? How does one rubberband
text without having to BLT to memory and back?

I think I might've noticed once that gpr_$rectangle ignores ROP's also.
Any insights into why some primitives ignore raster ops? Any reason
why they should?

I'm at 9.7, so if "it's fixed in sr10", I guess I'll have to live with it.
(see my next message)

Scott Ferguson
ferguson@erevax.bitnet
Exxon Research & Engineering
(201)730-2339

lambert@cheops.eecs.unsw.oz (Timothy Lambert) (08/21/89)

From article <8908181723.AA14796@umix.cc.umich.edu>, by FERGUSON@TMASL.EXXON.COM:
> Why is it that gpr_$text ignores the Raster OP? How does one rubberband
> text without having to BLT to memory and back?
 
> I think I might've noticed once that gpr_$rectangle ignores ROP's also.
> Any insights into why some primitives ignore raster ops? Any reason
> why they should?
 
You need to use gpr_$raster_op_prim_set.  For some strange reason the
default is that raster ops apply to lines and blts and not to fills (such as
gpr_$rectangle and gpr_$circle_filled).

This doesn't help you with text though.

Tim