[Mesa-dev] [PATCH 38/38] i965/fs: Drop fs_inst::force_uncompressed.

Francisco Jerez currojerez at riseup.net
Thu Jun 4 09:05:27 PDT 2015


This is now unused.  Saves a whole bit of memory per instruction.
---
 src/mesa/drivers/dri/i965/brw_ir_fs.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/mesa/drivers/dri/i965/brw_ir_fs.h b/src/mesa/drivers/dri/i965/brw_ir_fs.h
index eee4d7e..96dc20d 100644
--- a/src/mesa/drivers/dri/i965/brw_ir_fs.h
+++ b/src/mesa/drivers/dri/i965/brw_ir_fs.h
@@ -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 */
 };
-- 
2.3.5



More information about the mesa-dev mailing list