diff options
author | Francisco Jerez <[email protected]> | 2016-05-20 15:25:28 -0700 |
---|---|---|
committer | Francisco Jerez <[email protected]> | 2016-05-27 23:28:59 -0700 |
commit | 7f28ad8c4d84d41db047e12ba56d86a6d5cf0fd7 (patch) | |
tree | d3f30ec63f5fd96a3651e9e86e2992e0481287b5 /src/mesa/drivers/dri/i965/brw_eu.h | |
parent | 646213168ed1d2427f30cb92e783910a319cdbb4 (diff) |
i965/eu: Remove brw_codegen::compressed and ::compressed_stack.
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_eu.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_eu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_eu.h b/src/mesa/drivers/dri/i965/brw_eu.h index 03400aeb54a..91e340190d2 100644 --- a/src/mesa/drivers/dri/i965/brw_eu.h +++ b/src/mesa/drivers/dri/i965/brw_eu.h @@ -66,7 +66,6 @@ struct brw_codegen { brw_inst *current; bool single_program_flow; - bool compressed; const struct brw_device_info *devinfo; /* Control flow stacks: |