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
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