[Freedreno] [PATCH v3 0/8] freedreno: a2xx improvements
Wladimir J. van der Laan
laanwj at gmail.com
Fri Mar 23 11:21:31 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.
Changes since v1:
- Split up rnndb patch into a patch that changes formate numeration
and one that changes BLEND->BLEND2.
- fd2_emit emit_texture const correctness.
I checked that there is no Gallium capability to be set for TEXTURE_RECT.
Changes since v2:
- Tabs/spaces cleanup patch 6,7,8
Wladimir J. van der Laan (8):
freedreno: a2xx: Update rnndb header for formats enumeration
freedreno: a2xx: Change use of BLEND_ to BLEND2_
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 | 13 +++++--
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, 90 insertions(+), 38 deletions(-)
--
2.7.4
More information about the Freedreno
mailing list