Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | anv/dump: Fix post-blit memory barrier | Chad Versace | 2016-07-09 | 1 | -2/+2 |
| | | | | | | Swap srcAccessMask and dstAccessMask. Reviewed-by: Jason Ekstrand <[email protected]> | ||||
* | anv/dump: Fix vkCmdPipelineBarrier flags | Chad Versace | 2016-07-09 | 1 | -1/+1 |
| | | | | | | 'true' is not valid for VkDependencyFlags. Reviewed-by: Jason Ekstrand <[email protected]> | ||||
* | anv/dump: Add support for dumping framebuffers | Jason Ekstrand | 2016-07-09 | 1 | -0/+144 |
| | | | | Reviewed-by: Chad Versace <[email protected]> | ||||
* | anv/dump: Add a barrier for the source image | Jason Ekstrand | 2016-07-09 | 1 | -0/+22 |
| | | | | Reviewed-by: Chad Versace <[email protected]> | ||||
* | anv/dump: Refactor the guts into helpers | Jason Ekstrand | 2016-07-09 | 1 | -85/+139 |
| | | | | Reviewed-by: Chad Versace <[email protected]> | ||||
* | anv/dump: Use anv_minify instead of hand-rolling it | Jason Ekstrand | 2016-07-09 | 1 | -5/+4 |
| | | | | Reviewed-by: Chad Versace <[email protected]> | ||||
* | anv/dump: Take an aspect in dump_image_to_ppm | Jason Ekstrand | 2016-07-09 | 1 | -2/+8 |
| | | | | Reviewed-by: Chad Versace <[email protected]> | ||||
* | anv: fix warnings in release build | Grazvydas Ignotas | 2016-04-25 | 1 | -1/+1 |
| | | | | | | | | | Mark variables MAYBE_UNUSED to avoid unused-but-set-variable warnings in release build. Signed-off-by: Grazvydas Ignotas <[email protected]> Reviewed-by: Chad Versace <[email protected]> Reviewed-by: Emil Velikov <[email protected]> | ||||
* | Move the intel vulkan driver to src/intel/vulkan | Jason Ekstrand | 2016-02-18 | 1 | -0/+209 |