mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 12:40:09 +01:00
intel/isl: decrease isl_format_layouts size by 36k
This drops -0000000000011e90 R isl_format_layouts +0000000000008f48 R isl_format_layouts I think that's about 36k. Thanks to Jason for suggesting PACKED Reviewed-by: Jason Ekstrand <jason@jlekstrand.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11232>
This commit is contained in:
parent
93f67055c4
commit
6989afea58
1 changed files with 1 additions and 1 deletions
|
|
@ -414,7 +414,7 @@ enum isl_format {
|
|||
/**
|
||||
* Numerical base type for channels of isl_format.
|
||||
*/
|
||||
enum isl_base_type {
|
||||
enum PACKED isl_base_type {
|
||||
ISL_VOID,
|
||||
ISL_RAW,
|
||||
ISL_UNORM,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue