[Freedreno] [PATCH 0/7] freedreno: a2xx improvements
Wladimir J. van der Laan
laanwj at gmail.com
Thu Jan 25 13:29:47 UTC 2018
While working on a205 support for i.MX51/53, I've also written some patches
that are not specific to a20x but should apply to the whole a2xx range.
As I'm figuring out how to handle backward compatibility to other a2xx, I
think it makes sense to send these upstream already to reduce the patch stack.
Wladimir J. van der Laan (7):
freedreno: a2xx: Update rnndb header
freedreno: a2xx: Fix fd2_tex_swiz
freedreno: a2xx: Prevent crash in emit_texture if view is not set
freedreno: a2xx: Support TEXTURE_RECT
freedreno: a2xx: Compressed textures support
freedreno: a2xx: implement SEQ/SNE instructions
freedreno: a2xx: Implement DP2 instruction
src/gallium/drivers/freedreno/a2xx/a2xx.xml.h | 33 +++++++---------
src/gallium/drivers/freedreno/a2xx/fd2_compiler.c | 47 +++++++++++++++++++++--
src/gallium/drivers/freedreno/a2xx/fd2_emit.c | 11 +++++-
src/gallium/drivers/freedreno/a2xx/fd2_gmem.c | 4 +-
src/gallium/drivers/freedreno/a2xx/fd2_util.c | 29 +++++++++-----
src/gallium/drivers/freedreno/a2xx/ir-a2xx.c | 1 +
src/gallium/drivers/freedreno/a2xx/ir-a2xx.h | 1 +
7 files changed, 89 insertions(+), 37 deletions(-)
--
2.7.4
More information about the Freedreno
mailing list