Files
test2/source
Dalai Felinto 698bae05aa Eevee: Fix conditional statement depending on unitialized value
Basically since g_data was malloc'ed (instead of calloc'ed)
g_data->minzbuffer was never initialized.

So when running DRW_framebuffer_init after EEVEE_effects_init, the test
to *g_data->minzbuffer would lead to unpredictable results.

This was caught by valgrind, reported by Sergey Sharybin.
2017-08-30 17:00:00 +02:00
..
2017-08-22 22:22:21 +10:00
2017-01-29 17:21:57 +03:00
2017-04-08 12:01:29 +10:00