[Freedreno] [PATCH 0/8] blending, rendering, border color fixes; more formats

Ilia Mirkin imirkin at alum.mit.edu
Wed Dec 3 18:57:12 PST 2014


These are generally straight-forward fixes or format additions. The first 2
may be worth backporting to 10.4/10.3, not sure.

Ilia Mirkin (8):
  freedreno/a3xx: fix alpha-blending on RGBX formats
  freedreno/a3xx: fix border color swizzle to match texture format desc
  freedreno/a3xx: re-enable rgb10_a2 render targets
  freedreno/a3xx: add RGTC format support
  freedreno/a3xx: add s3tc texture format support
  freedreno/a3xx: output RGBA16_FLOAT from fs for certain outputs
  freedreno/a3xx: add support for SRGB render targets
  freedreno/a3xx: add bgr565 texturing and rendering

 docs/relnotes/10.5.0.html                       |  1 +
 src/gallium/drivers/freedreno/a3xx/fd3_emit.c   | 43 +++++++++++++++----
 src/gallium/drivers/freedreno/a3xx/fd3_format.c | 55 ++++++++++++++++++++-----
 src/gallium/drivers/freedreno/a3xx/fd3_format.h |  1 +
 src/gallium/drivers/freedreno/a3xx/fd3_gmem.c   |  9 +++-
 src/gallium/drivers/freedreno/freedreno_util.c  | 46 +++++++++++++++++++++
 src/gallium/drivers/freedreno/freedreno_util.h  |  1 +
 7 files changed, 135 insertions(+), 21 deletions(-)

-- 
2.0.4



More information about the Freedreno mailing list