[Mesa-dev] [PATCH 0/2] Add missing bits for ASTC support

Nanley Chery nanleychery at gmail.com
Tue Jul 28 15:58:18 PDT 2015


From: Nanley Chery <nanley.g.chery at intel.com>

The following patches add missing functionality to my prior ASTC patch series
needed to advertise support for the extension. The missing first patch was an
oversight, while the second patch is due to the release of a newer spec
revision.

The series will be injected into my prior series between the following commits:
   mesa/texcompress: enable translation between MESA and GL ASTC formats
   mesa/teximage: return the base internal format of the ASTC formats

Nanley Chery (2):
  mesa/texformat: enable ASTC formats for texstorage
  mesa/teximage: accept ASTC formats for 3D texture specification

 src/mesa/main/texformat.c | 56 +++++++++++++++++++++++++++++++++++++++++++++++
 src/mesa/main/teximage.c  | 29 ++++++++++++++++++++++++
 2 files changed, 85 insertions(+)

-- 
2.4.2



More information about the mesa-dev mailing list