commit | 6cdada0360145a620b0d7a279342f8bced87c902 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg Kristensen <kristian.h.kristensen@intel.com> | Fri Feb 05 16:11:12 2016 -0800 |
committer | Kristian Høgsberg Kristensen <kristian.h.kristensen@intel.com> | Fri Feb 05 16:13:53 2016 -0800 |
tree | 131893051fe5a4e7f465d5b3b70b7df3d163d22f | |
parent | c9c3344c4f5bb12ff5f872603671c2ac66878479 [diff] |
anv: Move invariant state to small initial batch We use the simple batch helper to submit a batch at driver startup time which holds all the state that never changes. We don't have a whole lot and once we enable tesselation there'll be even less. Even so, it's a simple mechanism and reduces our steady state batch sizes a bit.