projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44928b7
)
i965/fs: Drop fs_inst::force_uncompressed.
author
Francisco Jerez
<currojerez@riseup.net>
Wed, 3 Jun 2015 15:17:50 +0000
(18:17 +0300)
committer
Francisco 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
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i965/brw_ir_fs.h
b/src/mesa/drivers/dri/i965/brw_ir_fs.h
index eee4d7e1e00b373193609e400843fefddf89ebbe..96dc20da3cf13a94442a3b7fea0ee083484ef171 100644
(file)
--- 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 */
};