Activity
From 12/20/2020 to 01/18/2021
01/13/2021
- 12:22 PM Revision 736a0b00 (examples): We need to re-add upping the max number of fragment effects as their default was lowered back to 5 in the library.
- 12:21 PM Revision 2b7d2abb (library): Remove UBO from the fragment shader and come back to the default of only 5 concurrent fragment effects. All because UBOs in fragment shader crash on Adreno 510 and Adreno 506.
01/10/2021
- 11:26 PM Revision 43b28f5b (library): Minor.
- 01:01 PM Revision 3ac42a4c (library): Properly initialize DynamicQuat.
01/09/2021
- 12:05 AM Revision 6979a0e0 (examples): Remove all the calls to DistortedLibrary.setMax() (except for app 'Check', which explictly checks this API)
- 12:05 AM Revision 8f011621 (library): Remove all the calls to DistortedLibrary.setMax() (except for app 'Check', which explictly checks this API)
- 11:49 PM Revision de77a6c5 (library): Introduce another Uniform Block Object. Now we can have much more vertex and fragment effects - up their default number to 100.
01/08/2021
- 04:08 PM Revision 431929cf (examples): Plug two more memory leaks. It should be fine now.
- 04:08 PM Revision fb001aff (library): Plug two more memory leaks. It should be fine now.
- 01:18 AM Revision 8b36dabf (library): Plug a major memory leak.
- Still one more leak remains - a similar UniformBuffer has to be markedForDeletion in the EffectQueues.
01/07/2021
- 04:08 PM Revision 78ff6ea9 (library): Convert the Integer part (i.e. effect names and the two associations) of vertex and fragment shaders to Uniform Buffer Objects.
- Next: convert the last part, i.e. the float effect parameters.
- 04:00 PM Revision 42ec9110 (examples): Fixes for Deform and Moving Effects.
12/31/2020
12/28/2020
Also available in: Atom