Leszek Koltunski's activity
From 04/05/2017 to 05/04/2017
05/04/2017
- 10:36 PM Distorted Android Revision 7cf57d72 (library): This version appears to be fully working on Nexus 5X (it transfers back all the vertices and, if there are no vertex effects, the vertices transferred back are identical to the ones passed).
- This however crashes with GL_INVALID_OPERATION during glDrawArrays() when run on Nexus 4.
05/03/2017
- 12:13 AM Distorted Android Revision 5f2a53b6 (examples): Progress with VBOs - this time abstract out a new class, DistortedObject - i.e. everything that uploads something to GPU and thus needs to be auto re-created upon loss of the context.
- 12:13 AM Distorted Android Revision 226144d0 (library): Progress with VBOs - this time abstract out a new class, DistortedObject - i.e. everything that uploads something to GPU and thus needs to be auto re-created upon loss of the context.
05/02/2017
- 09:59 PM Distorted Android Revision f8f6d457 (library): Minimize differences from master branch.
- 09:59 PM Distorted Android Revision d21254e8 (examples): Minimize differences from master branch.
- 09:50 PM Distorted Android Revision bdb80fb0 (examples): Stride should be 0 (but for some reason it worked even with the incorrect 4)
- 09:32 PM Distorted Android Revision 6acc6481 (examples): Simplify Transform Feedback App.
- 09:22 PM Distorted Android Revision 23ee8a18 (examples): Simplify Transform Feedback App.
- 09:13 PM Distorted Android Revision a5973e7d (examples): Progress with moving Transform Feedback into library.
- 03:51 PM Distorted Android Revision 42877baa (examples): Minor.
- 03:51 PM Distorted Android Revision 6db360fb (library): Minor.
04/27/2017
- 10:47 PM Distorted Android Revision 885d424a (library): Minor.
04/26/2017
- 10:37 PM Distorted Android Revision 638b5b5c (library): More MIPMAP work.
04/25/2017
- 11:14 PM Distorted Android Revision 886800be (examples): Minor.
- 11:08 PM Distorted Android Revision 630703d1 (examples): Revert "Major refactoring: convert the Matrix Effects to be independent of the resolution of the surface we render to."
- This reverts commit d79a56d3bc6cc7a22b21abeb180353a1818bd6ad.
- 11:07 PM Distorted Android Revision 67c3a83b (examples): Revert "Convert a few more APPs to the new resolution-independent Matrix Effects."
- This reverts commit 51554e4700774b72e18e97c7cc72ef887dfbf551.
- 11:07 PM Distorted Android Revision 0fb42347 (examples): Revert "Convert a few more APPs to the new resolution-independent Matrix Effects."
- This reverts commit 19938eb7e76e004b164589f0ca6eec2894935e08.
- 11:07 PM Distorted Android Revision 477fc548 (examples): Revert "Minor."
- This reverts commit 1a23144587625d973a62c479cf0aef57e2958de1.
- 11:07 PM Distorted Android Revision 8c1caf83 (examples): Revert "Convert next 4 APPs to the new Matrix effects."
- This reverts commit 39a0d81b7482f2925808d661e526aeaa980fb079.
- 11:07 PM Distorted Android Revision 1da3c7db (examples): Revert "One more APP converted. Only 2 remain."
- This reverts commit 00d86f0fc5d827d8d6d30db9a69f18df56d63428.
- 11:06 PM Distorted Android Revision fce25d04 (examples): Revert "Progress with the last 2 Apps: Effects3D and Wind (not done yet)"
- This reverts commit 752c6b57bb227292e6c28438b955fcb892f7acc6.
- 11:01 PM Distorted Android Revision a2594090 (library): Revert "Major refactoring: convert the Matrix Effects to be independent of the resolution of the surface we render to."
- This reverts commit ec231614152da2cfdb65c3450cd47da83ee05a6f.
revert the recenr matrix Effects work. - 11:01 PM Distorted Android Revision eacd5df5 (library): Revert "Minor."
- This reverts commit 5fecbdb9d145354d84f0168b434a74d84c192c56.
revert the recent Matrix Effects work. - 11:00 PM Distorted Android Revision 34f52b8a (library): Revert "Convert next 4 APPs to the new Matrix effects."
- This reverts commit d28acefad49451b502424dae12ec8a985007de86.
revert the recent Marix Effects work.
04/24/2017
- 10:59 PM Distorted Android Revision 5fecbdb9 (library): Minor.
- 10:59 PM Distorted Android Revision 1a231445 (examples): Minor.
- 10:53 PM Distorted Android Revision 19938eb7 (examples): Convert a few more APPs to the new resolution-independent Matrix Effects.
- 09:51 PM Distorted Android Revision 51554e47 (examples): Convert a few more APPs to the new resolution-independent Matrix Effects.
04/23/2017
- 10:05 PM Distorted Android Revision c374e9c3 (library): Minor
04/21/2017
- 10:33 PM Distorted Android Revision 893e008d (library): Bugfix: create the Postprocessing buffer immediately.
- 09:50 PM Distorted Android Revision d3c2d1ef (examples): Minor.
- 09:46 PM Distorted Android Revision 629120e4 (examples): Minor.
04/18/2017
- 11:07 PM Distorted Android Revision c126aa85 (examples): Fix PlainMonaLisa's Activity lifecycle (it wouldn't work after a POWER button press, i.e. after a brief time in the background - surfaceCreated is not called in this case)
04/16/2017
- 10:25 PM Distorted Android Revision 28fe91ae (examples): Multiblur: add FPS
- 09:30 PM Distorted Android Revision 0afc143a (library): Reset EffectsPostprocess' ID back in 0 on Destroy.
- 09:23 PM Distorted Android Revision be60d4ff (library): Children now properly sorted into Postprocessing Buckets.
04/15/2017
- 10:58 PM Distorted Android Revision efe3d8fe (library): Messing around with the AttachDaemon (from now on a more generic DistortedMaster).
- In preparation for thr SORT job that will let us sort the children Nodes into postprocessing Buckets.
04/13/2017
- 09:38 PM Distorted Android Revision 27f42cd6 (library): Actually implement proper postprocessing Buckets.
- 09:18 PM Distorted Android Revision e02264ff (library): Bugfix (before we couldn't call postprocess() more than once per frame)
04/12/2017
- 11:55 PM Distorted Android Revision 13687207 (library): Separate the Postprocessing Effects to their own DistortedEffectsPostprocess queue.
- This partly breaks Multiblur (to be debugged)
- 11:55 PM Distorted Android Revision 895d2f4f (examples): Separate the Postprocessing Effects to their own DistortedEffectsPostprocess queue.
- This partly breaks Multiblur (to be debugged)
04/10/2017
- 11:02 PM Distorted Android Revision 60c1c622 (library): Move the Postprocessing buffers to OutputSurface.
Also available in: Atom