Activity
From 06/11/2018 to 07/10/2018
07/05/2018
- 10:33 PM Distorted Android Revision ca4521e3 (library): Simplify Main OIT shader.
- 12:39 PM Distorted Android Revision 12f9e4bb (library): a mix of two changes:
- 1) remove the DistortedInputSurface interface (now every Surface is Input)
2) make the OIT SSBO self-adjustable in size
07/04/2018
- 10:30 PM Distorted Android Revision acb44099 (library): Make the OIT SSBO size independent of screen size.
- 10:30 PM Distorted Android Revision 3998dddc (examples): Make the OIT SSBO size independent of screen size.
- 01:02 PM Distorted Android Revision d5e053a5 (library): Remove the redundant DistortedNode.onPause()
07/03/2018
- 01:31 PM Distorted Android Revision bddd4b2d (examples): Add OIT to the Effects3D app.
- 01:19 PM Distorted Android Revision 41a85bb7 (examples): Convert everythig to GLES31 (there were some GLES30 remnants)
- 12:47 PM Distorted Android Revision 6544040f (library): Fix the fact that back-facing surfaces were invisible.
- 12:06 PM Distorted Android Revision 001fb991 (library): Largely fix the non-postprocessed OIT. Still, one problem remains: back-facing surfaces seem to disappear (visible in 'Cubes')
07/02/2018
- 03:02 PM Distorted Android Revision 86c352e0 (library): Some progress with not-postprocessed OIT.
- 03:00 PM Distorted Android Revision 29aba2d1 (examples): Transparency App: try to postprocess and not-postprocess the Transparent Surfaces.
07/01/2018
- 11:21 PM Distorted Android Revision c1a38ba3 (library): Progress with non-postprocessed OIT.
- Status: compiles, but fails to work on both Adreno and Mali. Crashes the app (Adreno) or the whole system (Mali)
- 10:07 PM Distorted Android Revision 5e331bc8 (library): Update the 'main' shaders for OIT.
06/29/2018
- 10:50 PM Distorted Android Revision 9c3e749e (examples): Make the Cubes App capable of testing unprocessed OIT.
- 02:51 PM Distorted Android Revision edea9cf3 (library): In Distorted.onCreate(), catch and re-throw exceptions, so that even is some Program fails to compile, others will still compile.
- 02:03 PM Distorted Android Revision c25273e0 (library): Standarize GLSL version across the whole library.
- 01:36 PM Distorted Android Revision a895b883 (library): Merge branch 'order-independent-transparency'
- 01:31 PM Distorted Android Revision a935e9db (examples): Correct a recently introduced bug.
- 01:31 PM Distorted Android Revision df5f8dd9 (library): Correct a recently introduced bug.
- 12:22 PM Distorted Android Revision 406e2f6b (library): Give users API to render OutputSerfaces and attached Nodes in either the 'normal' way of OIT way.
- 11:55 AM Distorted Android Revision a07e0204 (library): Start merging master and OIT.
- 11:48 AM Distorted Android Revision 9e999930 (library): Start merging master and OIT.
- 11:25 AM Distorted Android Revision 97020807 (library): Start merging master and OIT.
- 11:07 AM Distorted Android Revision 61ce8e90 (library): Minor.
06/28/2018
- 11:54 PM Distorted Android Revision 9b94626c (library): Port some obvious stuff from OIT branch.
- 11:30 PM Distorted Android Revision 9ea800c6 (library): Minor.
- 11:21 PM Distorted Android Revision 8ac0ed3e (library): Correct the way we delay FBOs in DistortedScreen.
06/27/2018
- 11:52 PM Distorted Android Revision b3d1b670 (library): Minor.
- 11:51 PM Distorted Android Revision 1f19fba8 (library): Port the Mali flash fix to the OIT branch.
- 01:31 PM Distorted Android Revision 6672d895 (library): 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, b...
- 01:30 PM Distorted Android Revision 586b5fa1 (library): 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...
- 01:16 PM Distorted Android Revision 8ebbc730 (library): Port a commit from the master branch.
- Finally properly fix the flashing on ARM Mali T880 GPU.
The flashing is caused by a 'full pipeline flush' (see DarkP... - 11:08 AM Distorted Android Revision a3ddee5e (examples): 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, b...
- 11:08 AM Distorted Android Revision 2301cb2f (library): 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, b...
06/23/2018
- 12:07 AM Distorted Android Revision baa3989b (library): Revert last changes to the postprocessing FBO.
- This reverts commit 2dbed690bdbee80d9bfb22c800073855eb5d0946.
- 11:18 PM Distorted Android Revision f4d6114c (library): 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.
06/22/2018
- 10:38 PM Distorted Android Revision 9d845904 (library): Finally properly fix the flashing on ARM Mali T880 GPU.
- The flashing is caused by a 'full pipeline flush' (see DarkPhoton, https://www.opengl.org/discussion_boards/showthrea...
06/19/2018
- 11:09 PM Distorted Android Revision 01b9a241 (library): Minor.
- 11:04 PM Distorted Android Revision 040cd18c (library): Port all the 'non-controversial' changes from order-independent-transparency branch.
- 02:45 PM Distorted Android Revision 5cb36838 (examples): Merging changes from order-independent-transparency branch.
- 02:41 PM Distorted Android Revision 6777d742 (examples): Minor
06/15/2018
- 10:08 PM Distorted Android Revision b81d5d40 (examples): Stencil App: Do not request any special EGL config; with DistortedScreen now buffered, we don't have to (and in fact this config doesn't exist on HTC Desire 12)
06/13/2018
- 09:33 PM Distorted Android Revision 3f70dd29 (examples): Try and avoid re-sorting the children by buckets (if we can!). This makes change in rendering order in the 'Transparency' app actually work.
- 09:33 PM Distorted Android Revision 85bfeb7a (library): Try and avoid re-sorting the children by buckets (if we can!). This makes change in rendering order in the 'Transparency' app actually work.
Also available in: Atom