Project

General

Profile

« Previous | Next » 

Revision 344ac0e4

Added by Leszek Koltunski almost 6 years ago

OIT: fix for 'out of memory' crash on Mali GPUs.

~The thing still does not fully work there - there are still strange flashes in apps that innvolve OIT, for example in 'Triblur'.

View differences:

src/main/java/org/distorted/library/main/DistortedOutputSurface.java
379 379
        {
380 380
        GLES31.glBindFramebuffer(GLES31.GL_FRAMEBUFFER, mFBOH[0]);
381 381
        numRenders += child1.draw(time, this);
382

  
383
        //setAsOutput(time);
384
        //numRenders += child1.draw(time,this);
385 382
        }
386 383
      else
387 384
        {

Also available in: Unified diff