Re: [Mesa-dev] [PATCH 6/6] radeonsi: add glClearBufferSubData acceleration

2015-11-09 Thread Nicolai Hähnle
On 08.11.2015 22:44, Marek Olšák wrote: From: Marek Olšák Unaligned 8-bit and 16-bit clears are done in software. I found this confusing at first. I think a better phrasing is something along the lines of: 8-bit and 16-bit clears which are not aligned to dwords are done in software. Wit

[Mesa-dev] [PATCH 6/6] radeonsi: add glClearBufferSubData acceleration

2015-11-08 Thread Marek Olšák
From: Marek Olšák Unaligned 8-bit and 16-bit clears are done in software. --- src/gallium/drivers/radeonsi/si_blit.c | 60 ++ 1 file changed, 60 insertions(+) diff --git a/src/gallium/drivers/radeonsi/si_blit.c b/src/gallium/drivers/radeonsi/si_blit.c index d320