Commit Graph

11 Commits

Author SHA1 Message Date
Campbell Barton
7579a9ec37 code cleanup: double promotions 2012-11-04 10:20:16 +00:00
Campbell Barton
d724d0adfe code cleanup: quiet warnings for gcc's -Wundef, -Wmissing-declarations 2012-09-16 00:26:36 +00:00
Sergey Sharybin
d1db16b5d3 Fix corrupted frames producing by fog glare node
Seems to be simple non-initialized buffer used in math, but additional
check would be welcome here.

At least now result doesn't seems to be corrupted and seems to behaving
the same way as non-tile compositor.
2012-07-24 09:00:58 +00:00
Campbell Barton
993dfd7d2a add bli rect funcs BLI_rctf_init_minmax, BLI_rcti_init_minmax 2012-07-12 08:31:23 +00:00
Campbell Barton
8b865c01cd style cleanup: comments 2012-06-30 22:49:33 +00:00
Campbell Barton
813348a4ee code cleanup: replace most fRGB functions with inline vector functions 2012-06-14 19:22:55 +00:00
Campbell Barton
47950325a4 minor change to r47872, multiply both values as unsigned ints before converting to float. 2012-06-14 10:03:23 +00:00
Campbell Barton
ee65cd7685 style cleanup 2012-06-14 09:40:36 +00:00
Thomas Dinges
e8d48b187b Compositor Compile Fix (Windows):
* sqrtf only takes floats as arguments.
2012-06-14 08:53:37 +00:00
Jeroen Bakker
fac417a3ba Fixed glares 2012-06-14 03:11:36 +00:00
Jeroen Bakker
cc82653b72 Matched FogGlow with old implementation 2012-06-14 01:32:45 +00:00