diff options
author | Jason Ekstrand <[email protected]> | 2016-02-11 15:09:30 -0800 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2016-02-11 15:09:30 -0800 |
commit | ff8895ba5606372f368917b97b8c4380bb822234 (patch) | |
tree | 4f4387c154e1988e1005237187ba1bee661b5bd7 /src/mesa/drivers/dri/i965/brw_compiler.h | |
parent | 2009e304f7c0bdf5bf01b8dd60dddc2f8bb25f18 (diff) | |
parent | 9f8c01b03c168f6cf7aa12046be73e0fc46940c6 (diff) |
Merge remote-tracking branch 'mesa-public/master' into vulkan
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_compiler.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_compiler.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_compiler.h b/src/mesa/drivers/dri/i965/brw_compiler.h index cd28bbb6bbf..fb5740114dc 100644 --- a/src/mesa/drivers/dri/i965/brw_compiler.h +++ b/src/mesa/drivers/dri/i965/brw_compiler.h @@ -387,6 +387,9 @@ struct brw_wm_prog_data { bool uses_pos_offset; bool uses_omask; bool uses_kill; + bool uses_src_depth; + bool uses_src_w; + bool uses_sample_mask; bool pulls_bary; uint32_t prog_offset_16; @@ -626,6 +629,8 @@ struct brw_gs_prog_data { struct brw_vue_prog_data base; + unsigned vertices_in; + /** * Size of an output vertex, measured in HWORDS (32 bytes). */ |