History log of /haiku/src/add-ons/screen_savers/gravity/main.cpp
Revision Date Author Comments
# 8cd10c71 31-Dec-2012 Tri-Edge AI <triedgeai@gmail.com>

Gravity: Big code changes

* Reworked code style completely.
* Improved the behaviour of the particles.
* Made particles smaller (2,5x performance gain).
* Cleaned unnecessary includes.
* Tried improving performance with glCallList - performance dropped even more.
* Tried improving performance with glDrawArrays - no noticeable performance changes.


# 8cd10c710fcecc63e86ac1d9db3db25e176d0c3e 31-Dec-2012 Tri-Edge AI <triedgeai@gmail.com>

Gravity: Big code changes

* Reworked code style completely.
* Improved the behaviour of the particles.
* Made particles smaller (2,5x performance gain).
* Cleaned unnecessary includes.
* Tried improving performance with glCallList - performance dropped even more.
* Tried improving performance with glDrawArrays - no noticeable performance changes.