Azur/azur/src/gint
Lephenixnoir e26a96364c
azrp: fix a cmdgen bug causing crashes when buffer is full
Command finalization could refuse to finalize commands that were
allocated, because its rounding method added 4 extra bytes to commands
whose size is a multiple of 4. Such commands would still be instantiated
but without commands_length advancing, causing the underlying memory to
be reallocated later, leading to overlapping commands.
2023-07-17 23:02:55 +02:00
..
shaders azrp: fix triangle shader not rendering when w=1 or h=1 2023-07-17 22:58:14 +02:00
init.cpp azrp: in-place command generation + variadic commands 2023-06-15 15:08:45 +02:00
r61524.s azrp: in-place command generation + variadic commands 2023-06-15 15:08:45 +02:00
render.c azrp: fix a cmdgen bug causing crashes when buffer is full 2023-07-17 23:02:55 +02:00