Project

General

Profile

« Previous | Next » 

Revision 586b5fa1

Added by Leszek Koltunski almost 6 years ago

Port another commit from master.

I spoke too soon, the ARM Mali flashing is of course not fixed yet. The previous commit fixed Triblur, but the bug is still reproducible elsewhere (only in the 'postprocessed' apps though).

This commit introduces a circular queue in case of the postprocessing FBOs - with little success though.

View differences:

src/main/java/org/distorted/library/main/DistortedNode.java
264 264

  
265 265
    if( input.setAsInput() )
266 266
      {
267
      surface.setAsOutput();
268 267
      DistortedRenderState.setUpStencilMark();
269 268
      mEffects.drawPriv(mSurface.getWidth() /2.0f, mSurface.getHeight()/2.0f, mMesh, surface, currTime, queue.getHalo()*surface.mMipmap);
270 269
      DistortedRenderState.unsetUpStencilMark();

Also available in: Unified diff