Leszek Koltunski's activity
From 04/05/2018 to 05/04/2018
05/03/2018
- 04:19 PM Distorted Android Revision 27aefee6 (library): OIT: clear the postprocessing buffer with transparent white.
- 03:10 PM Distorted Android Revision 55e1b307 (examples): Properly recreate the Atomic and LinkedList buffers onPause.
- We have to discard all alpha==0.0 pixels during OIT Pass1.
- 03:10 PM Distorted Android Revision 78e89fb5 (library): Properly recreate the Atomic and LinkedList buffers onPause.
- We have to discard all alpha==0.0 pixels during OIT Pass1.
05/02/2018
- 12:19 AM Distorted Android Revision b36613d8 (library): small correction for blending OIT colors.
05/01/2018
- 11:21 PM Distorted Android Revision c92d84ec (library): minor.
- 11:19 PM Distorted Android Revision 375b3950 (library): OIT: something starts working ('Blur' and 'Multiblur' work, 'Triblur' and 'Transparency' do not)
- 09:07 PM Distorted Android Revision da57b7da (examples): Fix the 'OIT' artefacts.
- 09:07 PM Distorted Android Revision c731c612 (library): Fix the 'OIT' artefacts.
04/27/2018
- 04:53 PM Distorted Android Revision 341151fc (library): Fixes ported from the 'OIT' branch:
- - remove counting of transparent pixels
- various fixes for the Mali GPU - 04:40 PM Distorted Android Revision 57512fcb (examples): still debugging the OIT
- 04:40 PM Distorted Android Revision e029600f (library): still debugging the OIT
04/26/2018
- 12:03 PM Distorted Android Revision 76800a4d (examples): - remove counting of transparent pixels from main fragment shader
- - remove debugs and tidy up
- some fixes for the Mali GPU - 11:22 AM Distorted Android Revision 2f35828c (library): - remove counting of transparent pixels from main fragment shader
- - remove debugs and tidy up
- some fixes for the Mali GPU
04/25/2018
- 03:26 PM Distorted Android Revision cee0369a (library): Order Independent Transparency: debugging
- 02:17 PM Distorted Android Revision 47511918 (library): Order Independent Transparency: some progress
- 02:17 PM Distorted Android Revision a635eef9 (examples): Order Independent Transparency: some progress
04/18/2018
- 02:37 PM Distorted Android Revision f89a986e (library): Order Independent Transparency: some progress
04/17/2018
- 09:21 PM Distorted Android Revision 8777ce17 (library): Order Independent Transparency. Does not work yet.
- 09:19 PM Distorted Android Revision 96f271e9 (library): Minor.
- 09:07 PM Distorted Android Revision be169c10 (examples): Minor.
04/12/2018
- 11:06 PM Distorted Android Bug #30 (Closed): Blur with zero radius changes opacity
- 11:06 PM Distorted Android Bug #30: Blur with zero radius changes opacity
- Commit commit:library|8dccc3c2 fixes this.
- 10:02 PM Distorted Android Feature #15: Order Independent Transparency
- Theory understood, app checking functionality written. 20%.
- 10:01 PM Distorted Android Bug #27: Blur effect: incorrect at the borders
- Significant progress made: switching off blending while doing post processing has reduced the effect a lot.
Still w... - 09:46 PM Distorted Android Revision 1a3f8cc2 (examples): Some improvements for 'Moving Glow'
- 08:43 PM Distorted Android Revision 3025c903 (examples): 'Transparency' app icon.
- 08:42 PM Distorted Android Revision 8dccc3c2 (library): Disable blending during postprocessing.
04/11/2018
- 11:08 PM Distorted Android Feature #15: Order Independent Transparency
- Algorithm outlined in 'Per-Pixel Lists for Single Pass A-buffer' (Sylvain Lefebvre, Samuel Hornus, Anass Lasram) - sp...
- 11:03 PM Distorted Android Feature #15: Order Independent Transparency
- Commit commit:examples|664a0e45 adds an application checking this feature.
- 11:01 PM Distorted Android Bug #30 (Closed): Blur with zero radius changes opacity
- As discovered by the 'Transparency' app, Blur with zero radius is not a no-op as it is supposed to be - at least not ...
- 10:56 PM Distorted Android Revision 664a0e45 (examples): New app checking Order Independent Transparency.
04/09/2018
- 04:08 PM Distorted Android Bug #27: Blur effect: incorrect at the borders
- It's beginning to look like this simply has to work like this...
- 12:04 PM Distorted Android Bug #28 (Closed): Blur: looks of a blurred object depend on what's underneath
- Fixed in commit:library|9455da17
- 12:03 PM Distorted Android Revision 9455da17 (library): Fix for bug #28: looks of the borders of a blurred object depend on if the object is the first in the postprocessing bucket.
04/08/2018
- 09:24 PM Distorted Android Bug #29 (Closed): Postprocessed surface incorrectly merged
- As easily demonstrated by the 'Triblur' app, when we have 2 postprocessed objects, and the one closer to us is drawn ...
- 09:20 PM Distorted Android Bug #28 (Closed): Blur: looks of a blurred object depend on what's underneath
- Fire up the 'Triblur' app, rotate so that the left (red) cube is partially obstructed by the middle one, and keep tog...
- 09:17 PM Distorted Android Bug #27 (Closed): Blur effect: incorrect at the borders
- As demonstrated by the 'PostprocessTree' app, blurred objects get smaller and smaller when blur radius increases, ult...
- 09:12 PM Distorted Android Feature #26 (Closed): Use SSBO for storing effect arrays
- Currently, the arrays of floats that describe the individual effects in the main Vertex and Fragment shaders are stor...
- 09:07 PM Distorted Android Revision ae2802b1 (library): Postprocessing buffers mBuffer[] are now shared among all postprocessing operations. This saves a lot of memory, but also means that when doing each particular postprocessing, the textures backing up the mBuffer might be too large. We need to fix two things here: when outputting to those too large textures, we need to adjust the Viewport, and when binding those too large textures as input - we need to adjust the TexCoords to compensate.
- This commit does just that. Verified as working by the 'PostprocessTree' app.
- 08:36 PM Distorted Android Revision d8f9a204 (examples): 'PostprocessTree' app: enable the point: double blur.
04/06/2018
- 11:36 PM Distorted Android Revision fba88037 (examples): 'PostprocessTree' app: icon
- 11:28 PM Distorted Android Revision 0a098d35 (examples): Improve the 'PostprocessTree' app. Shows bugs in postprocessing.
- 11:28 PM Distorted Android Revision 79e354b0 (library): Improve the 'PostprocessTree' app. Shows bugs in postprocessing.
- 10:45 PM Distorted Android Revision efc280af (examples): New 'PostprocessTree' app (unfinished)
- 09:16 PM Distorted Android Revision 371c43ca (examples): Improve the 'Triblur' app.
- 02:31 PM Distorted Android Revision b0f04e72 (library): Simplify postprocessing buffers.
- 02:02 PM Distorted Android Revision ce154014 (library): Make the postprocessing buffers static.
- 01:28 PM Distorted Android Revision 61441ce2 (library): A little progress making the postprocessing buffers static.
- 12:21 PM Distorted Android Revision a4b182d4 (library): Introduce possibility that an OutputSurface is backed up by a larger texture than necessary and the 'cloneSize()' method.
04/05/2018
- 10:20 AM Distorted Android Revision 3493ef61 (library): Improve Blur (boundaries should be more white than black)
Also available in: Atom