diff options
author | Antia Puentes <[email protected]> | 2018-04-28 14:09:19 +0200 |
---|---|---|
committer | Antia Puentes <[email protected]> | 2018-05-02 11:20:48 +0200 |
commit | 6ba9088d9c692bfdafdf354ee96f662166582a79 (patch) | |
tree | d4fd6870446e81c8cd3057f7829e4b67e4933448 /src/intel/compiler/brw_compiler.h | |
parent | 9e6b886cf25f88eea584d38c6763dbded99bd064 (diff) |
intel/compiler: Add uses_is_indexed_draw flag
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/intel/compiler/brw_compiler.h')
-rw-r--r-- | src/intel/compiler/brw_compiler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/compiler/brw_compiler.h b/src/intel/compiler/brw_compiler.h index 24196248b8e..e3bf535a519 100644 --- a/src/intel/compiler/brw_compiler.h +++ b/src/intel/compiler/brw_compiler.h @@ -978,6 +978,7 @@ struct brw_vs_prog_data { bool uses_vertexid; bool uses_instanceid; bool uses_basevertex; + bool uses_is_indexed_draw; bool uses_firstvertex; bool uses_baseinstance; bool uses_drawid; |