Project

General

Profile

Activity

From 05/12/2017 to 06/10/2017

06/09/2017

03:45 PM Distorted Android Revision 42f65cb4 (examples): Further progress with Apps.
Leszek Koltunski
03:39 PM Distorted Android Revision 37b324c4 (examples): Further progress with Apps.
Leszek Koltunski
03:39 PM Distorted Android Revision ae77d55e (library): Further progress with Apps.
Leszek Koltunski
03:01 PM Distorted Android Revision fa9b6494 (examples): Convert the first few Apps to the new Effect API.
Leszek Koltunski
03:01 PM Distorted Android Revision c3651001 (library): Convert the first few Apps to the new Effect API.
Leszek Koltunski
01:27 PM Distorted Android Revision da9b3f07 (library): Progress with support for Effect classes.
The library compiles now! Leszek Koltunski

06/08/2017

04:12 PM Distorted Android Revision 81b1577b (library): Progress with support for Effect classes. Last error in the library before it compiles!
Leszek Koltunski
04:00 PM Distorted Android Revision 02a4ac20 (library): Progress with support for Effect classes. Almost compiles now!
Leszek Koltunski
03:54 PM Distorted Android Revision 6bb59aad (library): Progress with support for Effect classes.
Leszek Koltunski
01:53 PM Distorted Android Revision 15aa7d94 (library): Progress with support for Effect classes.
Leszek Koltunski

06/07/2017

05:18 PM Distorted Android Revision fe82a979 (library): Progress with support for Effect classes.
Leszek Koltunski
05:18 PM Distorted Android Revision 01782e85 (examples): Progress with support for Effect classes.
Leszek Koltunski

06/06/2017

11:49 PM Distorted Android Revision 310e14fb (library): Some progress with Effect classes.
Big mess - nothing compiles now; classes moved around. Leszek Koltunski
04:43 PM Distorted Android Revision c828808d (library): Progress with support for Effect classes.
Leszek Koltunski
02:35 PM Distorted Android Revision 125cee3d (library): Progress with support for Effect classes.
Leszek Koltunski
01:01 PM Distorted Android Revision 6d62a900 (library): Beginnings of support for Effect classes.
Leszek Koltunski

06/05/2017

11:19 PM Distorted Android Revision 2014665f (library): Some progress with Effect classes.
Leszek Koltunski
11:04 PM Distorted Android Revision b547aaba (library): Some progress with Effect classes.
Leszek Koltunski
04:29 PM Distorted Android Revision 8eccf334 (library): Beginnings of support for Effect classes.
Leszek Koltunski

05/30/2017

03:27 PM Distorted Android Revision 3a91bfe1 (examples): Progress with GLOW.
Serious bug sorting Surface's children into postprocessing Buckets detected. Leszek Koltunski
03:27 PM Distorted Android Revision cf30778e (library): Progress with GLOW.
Serious bug sorting Surface's children into postprocessing Buckets detected. Leszek Koltunski
12:17 PM Distorted Android Revision 08602667 (examples): Beginnings of the GLOW unit test.
Leszek Koltunski
12:17 PM Distorted Android Revision 2da9b250 (library): Beginnings of the GLOW unit test.
Leszek Koltunski

05/29/2017

10:34 PM Distorted Android Revision fff1110e (library): Properly compute the Halo of a queue of postprocess effects.
Leszek Koltunski
09:32 PM Distorted Android Revision 0a24bdd7 (library): Minor.
Leszek Koltunski

05/27/2017

11:49 PM Distorted Android Revision 9362a929 (library): Still small improvement to FPS
Leszek Koltunski
11:41 PM Distorted Android Revision 716d9f38 (examples): Correct the FPS work (now works even after a Pause() ! )
Leszek Koltunski
11:41 PM Distorted Android Revision 86e99907 (library): Correct the FPS work (now works even after a Pause() ! )
Leszek Koltunski

05/26/2017

10:26 PM Distorted Android Revision 24ab1cf8 (examples): Move showing FPS in the uppoer-left corner of the Screen to the Library.
App can enable/disable this at any time with a single API call. Leszek Koltunski
10:26 PM Distorted Android Revision b28c6c21 (library): Move showing FPS in the uppoer-left corner of the Screen to the Library.
App can enable/disable this at any time with a single API call. Leszek Koltunski
02:09 PM Distorted Android Revision a31dbc5c (library): Beginnings of support for the GLOW effect.
Leszek Koltunski
11:57 AM Distorted Android Revision 3f44e745 (library): Bugfix in renderChildren again :)
Leszek Koltunski
11:52 AM Distorted Android Revision c9a24bfb (library): Bugfix in renderChildren (postprocess):
for each bucket, first render all the bucket members , only then render all of their Stencils+Depths (avoids this 'bl... Leszek Koltunski
10:57 AM Distorted Android Revision 6b962e80 (library): Minor.
Leszek Koltunski

05/25/2017

09:06 PM Distorted Android Revision cf7394cc (library): Split up postprocessing into queue of effects + blit with depth.
Leszek Koltunski
04:33 PM Distorted Android Revision 0f011027 (library): Major speedup, BLUR fully optimized now.
Multiblur app, worst case (all 8 cubes blurred with max radius, HIGHEST quality: Nexus5X: 46.7 FPS, Nexus 4: 29.7 FPS. Leszek Koltunski
12:09 PM Distorted Android Revision 7a52f457 (library): Minor speedup.
Leszek Koltunski

05/24/2017

11:16 PM Distorted Android Revision 7170e4eb (library): Move on to Stencil on both stages of the BLUR + separate 'blit with depth'.
This works wonders on Nexus 5X ( r=50 quality=HIGHIEST 1,4,8 cubes: 59.3,43.6,41.0 FPS! ) but it somehow fails to cl... Leszek Koltunski
02:36 PM Distorted Android Revision 048bc7f4 (library): Correct a bug where postprocessed objects would not re-appear after the app went briefly to the background.
Leszek Koltunski
01:47 PM Distorted Android Revision 81f0078a (library): Switch on Stencil in Postprocessing.
This is a clear win on Nexus 5X; on Nexus 4 it is debatable - faster on loads where area to be postprocessed is not m... Leszek Koltunski
01:02 PM Distorted Android Revision 1d6d261e (library): Move to a new way to detecting depth of postprocessing halos.
This switches off stenciling (hopefully temporarily!) Leszek Koltunski
10:35 AM Distorted Android Revision 984dc935 (library): 10% speedup with postprocessing.
Leszek Koltunski

05/22/2017

02:45 PM Distorted Android Revision 9ed80185 (library): Beginnings of support for multi-COLOR attachment Framebuffers.
This will be used in OutputSurface's Postprocessing Buffer. Leszek Koltunski
01:36 PM Distorted Android Revision 5b959cc5 (library): Some improvements to DistortedRenderState.
Leszek Koltunski

05/21/2017

12:40 AM Distorted Android Revision 51be198f (library): minor
Leszek Koltunski
12:21 AM Distorted Android Revision 35991860 (library): Fix Stencil in Postprocessing with lower than HIGHEST quality: now any quality works.
Leszek Koltunski
11:08 PM Distorted Android Revision 5c83f4b4 (library): Progress with Stencil in Postprocessing: stencil during the 1st stage postprocess (buffer1->buffer2) works now, provided quality is HIGHEST.
(lower quality --> render errors, looks like Stencil is not set up correctly then) Leszek Koltunski

05/20/2017

09:43 PM Distorted Android Revision b3120b1b (library): Progress with Stencil in Postprocessing (doesn't work still)
Leszek Koltunski

05/19/2017

03:58 PM Distorted Android Revision 7af96b9f (examples): Progress with Stencils in postprocessing.
Leszek Koltunski
03:58 PM Distorted Android Revision 270c27bc (library): Progress with Stencils in postprocessing.
Leszek Koltunski
09:17 AM Distorted Android Revision a15631bc (library): Progress with Magnify.
Leszek Koltunski
09:17 AM Distorted Android Revision 31d1b2fe (examples): Progress with Magnify.
Leszek Koltunski

05/18/2017

04:18 PM Distorted Android Revision 9eeba229 (examples): Beginnings of support of Magnification.
Leszek Koltunski
04:18 PM Distorted Android Revision a8162df9 (library): Beginnings of support of Magnification.
Leszek Koltunski
11:46 AM Distorted Android Revision a43e2db1 (library): minor
Leszek Koltunski

05/17/2017

10:14 AM Distorted Android Revision f08b268d (library): minor
Leszek Koltunski
10:02 AM Distorted Android Revision 5f2853be (library): Full support for any-depth MeshCubes.
Leszek Koltunski

05/16/2017

10:54 PM Distorted Android Revision b3b2c6cf (examples): Progress with any depth MeshCubes.
Leszek Koltunski
10:30 PM Distorted Android Revision 3a438b27 (examples): Progress with any depth MeshCubes.
Leszek Koltunski
10:30 PM Distorted Android Revision d1a396b2 (library): Progress with any depth MeshCubes.
Leszek Koltunski
09:58 PM Distorted Android Revision 58e9e190 (examples): Change of API in anticipation for MeshCubes of any depth (currently only 0 and 1 work)
Leszek Koltunski
09:58 PM Distorted Android Revision 80cb15ab (library): Change of API in anticipation for MeshCubes of any depth (currently only 0 and 1 work)
Leszek Koltunski
04:29 PM Distorted Android Revision 864e7b05 (examples): Minor
Leszek Koltunski
04:25 PM Distorted Android Revision acb69927 (examples): Minor
Leszek Koltunski
04:08 PM Distorted Android Revision 65e83759 (library): Fix creating FBOs with combined DEPTH/STENCIL.
This makes the Stencil app fully work, including rendering thru a FBO. Leszek Koltunski
02:41 PM Distorted Android Revision 23eecbd9 (library): Progress with Stencil app. Rendering through an intermediate FBO still doesn't quite work.
Leszek Koltunski
02:41 PM Distorted Android Revision 559da65d (examples): Progress with Stencil app. Rendering through an intermediate FBO still doesn't quite work.
Leszek Koltunski

05/15/2017

09:52 PM Distorted Android Revision aedd9013 (examples): First try to convert the Stencil app to a dual (directly to Screen / through intermediate Framebuffer) mode.
Doesn't work yet ( API is inconvenient / plain wrong ) Leszek Koltunski
09:00 PM Distorted Android Revision 42d62e7f (examples): Add possibility to create FBOs with combined DEPTH/STENCIL.
Leszek Koltunski
09:00 PM Distorted Android Revision 89de975c (library): Add possibility to create FBOs with combined DEPTH/STENCIL.
Leszek Koltunski

05/12/2017

12:16 AM Distorted Android Revision 1f9a52f1 (examples): Simplify setting up DistortedScreen.
Leszek Koltunski
12:16 AM Distorted Android Revision 806ca386 (library): Simplify setting up DistortedScreen.
Leszek Koltunski
10:55 PM Distorted Android Revision 53de4437 (examples): 1. Correct some bugs in DistortedRenderState
2. Thus make the Stencil App work
3. New icon for it
Leszek Koltunski
10:55 PM Distorted Android Revision cc8151c4 (library): 1. Correct some bugs in DistortedRenderState
2. Thus make the Stencil App work
3. New icon for it
Leszek Koltunski
01:51 PM Distorted Android Revision b0568eb5 (examples): Progress with Stencil App; should be working now AFAIK but doesn't.
Leszek Koltunski
01:51 PM Distorted Android Revision ad16ed3b (library): Progress with Stencil App; should be working now AFAIK but doesn't.
Leszek Koltunski
12:36 PM Distorted Android Revision 32d08f39 (examples): Beginnings of Stencil App.
Leszek Koltunski
12:36 PM Distorted Android Revision 11bf077b (library): Beginnings of Stencil App.
Leszek Koltunski
 

Also available in: Atom