[Mesa-dev] [PATCH 0/7] panfrost: GLES3 textures (and primitive restart)

Alyssa Rosenzweig alyssa.rosenzweig at collabora.com
Thu Jun 27 13:12:20 UTC 2019


Just a bit of potpourrie of low-hanging fruit for GLES3 features, e.g.
floating-point textures and ES-class primitive restart.

Alyssa Rosenzweig (7):
  panfrost: Implement primitive restart
  panfrost: Remove dubious assert
  panfrost/midgard: Implement integer sampler
  panfrost: Add some special formats
  panfrost/midgard: Fix 3D texture regression
  panfrost: Dump unknown formats before aborting
  panfrost: Disable DXT-style texture compression

 .../drivers/panfrost/include/panfrost-job.h   |  1 +
 .../drivers/panfrost/midgard/disassemble.c    | 22 +++++++++++++++----
 .../drivers/panfrost/midgard/midgard.h        | 10 +++++++--
 .../panfrost/midgard/midgard_compile.c        | 21 +++++++++++++++---
 src/gallium/drivers/panfrost/pan_context.c    | 16 +++++++++++---
 src/gallium/drivers/panfrost/pan_format.c     |  6 +++++
 src/gallium/drivers/panfrost/pan_screen.c     |  4 +---
 7 files changed, 65 insertions(+), 15 deletions(-)

-- 
2.20.1



More information about the mesa-dev mailing list