Project

General

Profile

Leszek Koltunski's activity

From 04/23/2017 to 05/22/2017

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

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/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

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

05/11/2017

08:40 PM Distorted Android Revision 420836fc (library): Some corrections so that most apps still work on the Android emulator (OpenGL ES 2.0-based)
Leszek Koltunski
08:40 PM Distorted Android Revision 1bbe1af2 (examples): Some corrections so that most apps still work on the Android emulator (OpenGL ES 2.0-based)
Leszek Koltunski
04:03 PM Distorted Android Revision e1f2a6f6 (examples): Merge branch 'transform-feedback'
Leszek Koltunski
04:02 PM Distorted Android Revision 54d38d30 (library): Merge Transform Feedback
Leszek Koltunski

05/09/2017

09:37 AM Distorted Android Revision 76bfa5be (library): Merge remote-tracking branch 'origin/master' into transform-feedback
Leszek Koltunski
09:30 AM Distorted Android Revision 6e60be83 (library): Revert "Progress with Transform Feedback."
This reverts commit e78a30fd53d9463903521921e177028e5c869514. Leszek Koltunski
09:30 AM Distorted Android Revision 9cd1f9b3 (library): Revert "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 reverts commit 7cf57d72e238092806b3f833d85d16c1a38ac78d. Leszek Koltunski
09:30 AM Distorted Android Revision 135be991 (library): Revert "Progress with TransferFeedback app - introduce two modes: USEPOINTS 'true' or 'false'."
This reverts commit 21304c55380460c5882b789ea13eb00ffd9a686c. Leszek Koltunski
09:30 AM Distorted Android Revision dd7a5c7d (library): Revert "This commit (and reading the OpenGL ES 3.0 spec) pretty conclusively proves that, sadly, Nexus 4's Transform Feedback implementation is incomplete (doesn't work with GL_TRIANGLES primitiveMode)"
This reverts commit 5ba19814852de1762e452662a13c4944792014a9. Leszek Koltunski
09:30 AM Distorted Android Revision 1aedf874 (library): Revert "Beginnings of support for DistortedEffects.drawPrivFeedback()"
This reverts commit a22c66287b616833b0ad72d81d40cc321e4bc920. Leszek Koltunski
09:30 AM Distorted Android Revision f80337b5 (library): Revert "Some progress with Transform Feedback. Still many bugs all over."
This reverts commit 79921db22e4ff5a3b2e6e3466a39445f5607a695. Leszek Koltunski

05/05/2017

11:30 PM Distorted Android Revision 79921db2 (library): Some progress with Transform Feedback. Still many bugs all over.
Leszek Koltunski

05/04/2017

12:17 AM Distorted Android Revision bbf09f75 (examples): Progress with TransferFeedback app - introduce two modes: USEPOINTS 'true' or 'false'.
On Nexus5X, it works with 'true' and 'false'. On Nexus 4, it works with 'true', but returns GL_INVALID_OPERATION with... Leszek Koltunski
12:17 AM Distorted Android Revision 21304c55 (library): Progress with TransferFeedback app - introduce two modes: USEPOINTS 'true' or 'false'.
On Nexus5X, it works with 'true' and 'false'. On Nexus 4, it works with 'true', but returns GL_INVALID_OPERATION with... Leszek Koltunski
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. Leszek Koltunski

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.
Leszek Koltunski
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.
Leszek Koltunski

05/02/2017

09:59 PM Distorted Android Revision f8f6d457 (library): Minimize differences from master branch.
Leszek Koltunski
09:59 PM Distorted Android Revision d21254e8 (examples): Minimize differences from master branch.
Leszek Koltunski
09:50 PM Distorted Android Revision bdb80fb0 (examples): Stride should be 0 (but for some reason it worked even with the incorrect 4)
Leszek Koltunski
09:32 PM Distorted Android Revision 6acc6481 (examples): Simplify Transform Feedback App.
Leszek Koltunski
09:22 PM Distorted Android Revision 23ee8a18 (examples): Simplify Transform Feedback App.
Leszek Koltunski
09:13 PM Distorted Android Revision a5973e7d (examples): Progress with moving Transform Feedback into library.
Leszek Koltunski
03:51 PM Distorted Android Revision 42877baa (examples): Minor.
Leszek Koltunski
03:51 PM Distorted Android Revision 6db360fb (library): Minor.
Leszek Koltunski

04/27/2017

10:47 PM Distorted Android Revision 885d424a (library): Minor.
Leszek Koltunski

04/26/2017

10:37 PM Distorted Android Revision 638b5b5c (library): More MIPMAP work.
Leszek Koltunski

04/25/2017

11:14 PM Distorted Android Revision 886800be (examples): Minor.
Leszek Koltunski
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. Leszek Koltunski
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. Leszek Koltunski
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. Leszek Koltunski
11:07 PM Distorted Android Revision 477fc548 (examples): Revert "Minor."
This reverts commit 1a23144587625d973a62c479cf0aef57e2958de1. Leszek Koltunski
11:07 PM Distorted Android Revision 8c1caf83 (examples): Revert "Convert next 4 APPs to the new Matrix effects."
This reverts commit 39a0d81b7482f2925808d661e526aeaa980fb079. Leszek Koltunski
11:07 PM Distorted Android Revision 1da3c7db (examples): Revert "One more APP converted. Only 2 remain."
This reverts commit 00d86f0fc5d827d8d6d30db9a69f18df56d63428. Leszek Koltunski
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. Leszek Koltunski
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.
Leszek Koltunski
11:01 PM Distorted Android Revision eacd5df5 (library): Revert "Minor."
This reverts commit 5fecbdb9d145354d84f0168b434a74d84c192c56.
revert the recent Matrix Effects work.
Leszek Koltunski
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.
Leszek Koltunski

04/24/2017

10:59 PM Distorted Android Revision 5fecbdb9 (library): Minor.
Leszek Koltunski
10:59 PM Distorted Android Revision 1a231445 (examples): Minor.
Leszek Koltunski
10:53 PM Distorted Android Revision 19938eb7 (examples): Convert a few more APPs to the new resolution-independent Matrix Effects.
Leszek Koltunski
09:51 PM Distorted Android Revision 51554e47 (examples): Convert a few more APPs to the new resolution-independent Matrix Effects.
Leszek Koltunski

04/23/2017

10:05 PM Distorted Android Revision c374e9c3 (library): Minor
Leszek Koltunski
 

Also available in: Atom