Hi, There are some cases in the xrender pipeline which can only be accelerated under certain conditions, for example XRPMTransformedBlit will not work correctly with composite-operator=SRC. For text-rendering or maskfill I can control wether to fallback in validatePipe, however blits are registered at GraphicsPrimitiveMgr and there is no way I can specify condistions. When I try to call the super-method sun.java2d.loops.TransformBlit.Transform(...) an UnsatisfiedLinkError is thrown.
What is the proper way of falling back to the software-implementation of TransformedBlit that late in the pipeline? Thank you in advance, Clemens