Revision a3ddee5e
Added by Leszek Koltunski over 7 years ago
| src/main/java/org/distorted/examples/check/CheckRenderer.java | ||
|---|---|---|
| 27 | 27 |
|
| 28 | 28 |
import org.distorted.examples.R; |
| 29 | 29 |
|
| 30 |
import org.distorted.library.effect.EffectName; |
|
| 31 | 30 |
import org.distorted.library.effect.EffectType; |
| 32 | 31 |
import org.distorted.library.effect.FragmentEffectChroma; |
| 33 | 32 |
import org.distorted.library.effect.MatrixEffectMove; |
Also available in: Unified diff
I am pretty sure this time the flashing issues on Mali T880 r12 driver are finally fixed.
The fix: a queue of FBOs render to, just like before, but this time in DistortedScreen we blit not the current FBO, but the one computed several frames ago.
This of course introduces a delay and uses more memory, but it appears to work and does not seem to have any effects on speed.