Project

General

Profile

Download (7.71 KB) Statistics
| Branch: | Revision:

library / src / main / java / org / distorted / library / main / DistortedObject.java @ ccd98f1c

# Date Author Comment
ccd98f1c 04/26/2019 04:54 PM Leszek Koltunski

Correct a bug in DistortedBuffer: we only mark it for creation when we actually have all the data ready, otherwise it can happen that create(0 is called before setData() !

d2039fdd 04/09/2019 11:14 PM Leszek Koltunski

Improve locking in DistortedObject.
DistortedMaster: slaves can be NULL !

13981586 11/21/2018 11:46 AM Leszek Koltunski

Small things.

040cd18c 06/19/2018 11:04 PM Leszek Koltunski

Port all the 'non-controversial' changes from order-independent-transparency branch.

2faad666 04/02/2018 10:15 PM Leszek Koltunski

SSBO: now we have a more-or-less correct running average of the count of transparent fragments over the last few frames.

fe6fe99a 06/14/2017 09:51 PM Leszek Koltunski

Small API simplification.

fe82a979 06/07/2017 05:18 PM Leszek Koltunski

Progress with support for Effect classes.