Files
mesa/src/vulkan
Jason Ekstrand 0f0b5aecb8 vk/pipeline: Track VB's that are actually used by the pipeline
Previously, we just blasted out whatever VB's we had marked as "dirty"
regardless of which ones were used by the pipeline.  Given that the stride
of the VB is embedded in the pipeline this can cause problems.  One problem
is if the pipeline doesn't use the given VB binding we emit a bogus stride.
Another problem is that we weren't properly resetting the dirty bits when
the pipeline changed.
2015-05-21 16:58:53 -07:00
..
2015-05-13 12:05:38 -07:00
2015-05-09 11:38:32 -07:00
2015-05-18 20:52:43 -07:00
2015-05-18 20:52:43 -07:00
2015-05-18 20:52:43 -07:00
2015-05-20 20:34:52 -07:00
2015-05-20 20:34:52 -07:00