mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
i965/fs: Drop fs_inst::force_uncompressed.
This is now unused. Saves a whole bit of memory per instruction. Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
parent
44928b799a
commit
698c391521
1 changed files with 0 additions and 1 deletions
|
|
@ -256,7 +256,6 @@ public:
|
|||
uint8_t exec_size;
|
||||
|
||||
bool eot:1;
|
||||
bool force_uncompressed:1;
|
||||
bool force_sechalf:1;
|
||||
bool pi_noperspective:1; /**< Pixel interpolator noperspective flag */
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue