Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | anv: Handle null in all destructors | Jason Ekstrand | 2016-11-16 | 1 | -0/+3 |
| | | | | | | | | | | This fixes a bunch of new CTS tests which look for exactly this. Even in the cases where we just call vk_free to free a CPU data structure, we still handle NULL explicitly. This way we're less likely to forget to handle NULL later should we actually do something less trivial. Cc: "13.0" <[email protected]> Reviewed-by: Dave Airlie <[email protected]> | ||||
* | anv: move to using vk_alloc helpers. | Dave Airlie | 2016-10-19 | 1 | -3/+3 |
| | | | | | | | This moves all the alloc/free in anv to the generic helpers. Acked-by: Jason Ekstrand <[email protected]> Signed-off-by: Dave Airlie <[email protected]> | ||||
* | Move the intel vulkan driver to src/intel/vulkan | Jason Ekstrand | 2016-02-18 | 1 | -0/+187 |