mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-06-07 08:18:29 +02:00
gen_table_fourcc: Add Apple as vendor
The modifiers for DRM_FORMAT_MOD_VENDOR_APPLE are simple and cna be represented in a static table. Add "APPLE" as pattern. Signed-off-by: Janne Grunau <j@jannau.net>
This commit is contained in:
parent
15cdcfe9e1
commit
b9dea73dfa
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ towrite = sys.argv[2]
|
|||
|
||||
fm_re = {
|
||||
'intel': r'^#define I915_FORMAT_MOD_(\w+)',
|
||||
'others': r'^#define DRM_FORMAT_MOD_((?:ARM|SAMSUNG|QCOM|VIVANTE|NVIDIA|BROADCOM|ALLWINNER)\w+)\s',
|
||||
'others': r'^#define DRM_FORMAT_MOD_((?:ARM|APPLE|SAMSUNG|QCOM|VIVANTE|NVIDIA|BROADCOM|ALLWINNER)\w+)\s',
|
||||
'vendors': r'^#define DRM_FORMAT_MOD_VENDOR_(\w+)'
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue