i965/fs: Drop fs_inst::force_uncompressed.
authorFrancisco Jerez <currojerez@riseup.net>
Wed, 3 Jun 2015 15:17:50 +0000 (18:17 +0300)
committerFrancisco Jerez <currojerez@riseup.net>
Tue, 9 Jun 2015 12:18:35 +0000 (15:18 +0300)
This is now unused.  Saves a whole bit of memory per instruction.

Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/drivers/dri/i965/brw_ir_fs.h

index eee4d7e1e00b373193609e400843fefddf89ebbe..96dc20da3cf13a94442a3b7fea0ee083484ef171 100644 (file)
@@ -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 */
 };