pandemonium_engine/drivers/gles_common
lawnjelly a39a25694d Batching - fix uninitialized color read
Valgrind was showing a read from uninitialized memory. r_fill_state.curr_batch->color is unset (for performance reasons), so can contain random data.

This actually doesn't matter in practice, since logically this uninitialized state can only occur when change_batch is set, and the only side effect is that change_batch is set. Hence why no bugs occur in practice.

This PR prevents this read from uninitialized data. It is likely free in terms of performance after optimization, and keeps the Valgrind logs clearer, so why not.
2022-09-16 23:30:31 +02:00
..
batch_diagnose.inc Renamed elements in Transform2D to columns. 2022-08-14 15:37:05 +02:00
rasterizer_array.h Moved container related classes in core under a new containers directory. 2022-08-17 12:53:49 +02:00
rasterizer_asserts.h Clang format all files. 2022-03-18 19:00:13 +01:00
rasterizer_canvas_batcher.h Batching - fix uninitialized color read 2022-09-16 23:30:31 +02:00
rasterizer_storage_common.h Clang format all files. 2022-03-18 19:00:13 +01:00
SCsub