History log of /haiku/src/add-ons/screen_savers/nebula/DrawStars.c
Revision Date Author Comments
# e274ee17 08-Jul-2015 Augustin Cavalier <waddlesplash@gmail.com>

screen_savers/Nebula: Cleanup DrawStars.

The assembly I converted this from didn't look hand-generated, which
probably explains why it was so convoluted.

No functional change intended (the generated code will change, though.)


# 43b42b98 08-Jul-2015 Augustin Cavalier <waddlesplash@gmail.com>

screen_savers/Nebula: Create header files for Draw.c/DrawStars.c.


# 01732795 08-Jul-2015 Augustin Cavalier <waddlesplash@gmail.com>

screen_savers/Nebula: Add/update copyright headers to all files.


# 35c98414 07-Jul-2015 Augustin Cavalier <waddlesplash@gmail.com>

screen_savers/Nebula: Rename variable in DrawStars.c.

Lots of cleanup here still needed, but it's OK for now.


# c5fe084e 07-Jul-2015 Augustin Cavalier <waddlesplash@gmail.com>

screen_savers/Nebula: Make STAR_WIDTH an argument instead of a #define.


# 9bc305b2 07-Jul-2015 Augustin Cavalier <waddlesplash@gmail.com>

screen_savers/Nebula: Remove assembly comments from DrawStars.c.


# 413d14fb 07-Jul-2015 Augustin Cavalier <waddlesplash@gmail.com>

screen_savers/Nebula: Convert draw_stars.S to C.

Hand-translated. I left the assembly in as comments for easy analysis,
I'll remove it in the next commit.


# e274ee171a814929eec6dcfa6f2d1d736025edd4 08-Jul-2015 Augustin Cavalier <waddlesplash@gmail.com>

screen_savers/Nebula: Cleanup DrawStars.

The assembly I converted this from didn't look hand-generated, which
probably explains why it was so convoluted.

No functional change intended (the generated code will change, though.)


# 43b42b98fea3fa01a6a1064cafc3ea38065df992 08-Jul-2015 Augustin Cavalier <waddlesplash@gmail.com>

screen_savers/Nebula: Create header files for Draw.c/DrawStars.c.


# 01732795a5077bc3f17f68dbab242758be7aea06 08-Jul-2015 Augustin Cavalier <waddlesplash@gmail.com>

screen_savers/Nebula: Add/update copyright headers to all files.


# 35c984142e1bf28600a3ede6cdd23333577ff883 07-Jul-2015 Augustin Cavalier <waddlesplash@gmail.com>

screen_savers/Nebula: Rename variable in DrawStars.c.

Lots of cleanup here still needed, but it's OK for now.


# c5fe084ea438bbe4d06cc61337d857e1e0abd4c9 07-Jul-2015 Augustin Cavalier <waddlesplash@gmail.com>

screen_savers/Nebula: Make STAR_WIDTH an argument instead of a #define.


# 9bc305b2ed945b591a4d7737fd941af9ef8ea269 07-Jul-2015 Augustin Cavalier <waddlesplash@gmail.com>

screen_savers/Nebula: Remove assembly comments from DrawStars.c.


# 413d14fb36add8747a83f2ab8520e20acd922bfc 07-Jul-2015 Augustin Cavalier <waddlesplash@gmail.com>

screen_savers/Nebula: Convert draw_stars.S to C.

Hand-translated. I left the assembly in as comments for easy analysis,
I'll remove it in the next commit.