[Mesa-dev] [PATCH 7/9] radeonsi/gfx9: keep reusing the same buffer/address for the gfx9 flush fence

2017-06-19 Thread Marek Olšák
From: Marek Olšák instead of using a monotonic suballocator v2: initialize the memory at context creation --- src/gallium/drivers/radeonsi/si_pipe.c | 18 ++ src/gallium/drivers/radeonsi/si_pipe.h | 2 ++ src/gallium/drivers/radeonsi/si_state_draw.c | 16 ---

Re: [Mesa-dev] [PATCH 7/9] radeonsi/gfx9: keep reusing the same buffer/address for the gfx9 flush fence

2017-06-19 Thread Nicolai Hähnle
On 16.06.2017 14:58, Marek Olšák wrote: From: Marek Olšák instead of using a monotonic suballocator --- src/gallium/drivers/radeonsi/si_pipe.c | 6 ++ src/gallium/drivers/radeonsi/si_pipe.h | 2 ++ src/gallium/drivers/radeonsi/si_state_draw.c | 16 3 file

[Mesa-dev] [PATCH 7/9] radeonsi/gfx9: keep reusing the same buffer/address for the gfx9 flush fence

2017-06-16 Thread Marek Olšák
From: Marek Olšák instead of using a monotonic suballocator --- src/gallium/drivers/radeonsi/si_pipe.c | 6 ++ src/gallium/drivers/radeonsi/si_pipe.h | 2 ++ src/gallium/drivers/radeonsi/si_state_draw.c | 16 3 files changed, 16 insertions(+), 8 deletions(-) d