Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vk: Allocate subpass attachment in one big block | Kristian Høgsberg Kristensen | 2016-01-04 | 1 | -23/+28 |
| | | | | | | | This avoids making a lot of small allocations and handles allocation failure correctly. Fixes dEQP-VK.api.object_management.alloc_callback_fail.* failures. | ||||
* | vk/0.210.0: Rework allocation to use the new pAllocator's | Jason Ekstrand | 2015-12-03 | 1 | -16/+18 |
| | |||||
* | vk/0.210.0: Rework render pass description structures | Jason Ekstrand | 2015-12-03 | 1 | -11/+19 |
| | |||||
* | vk/0.210.0: Switch to the new VKAPI function decorations | Jason Ekstrand | 2015-11-30 | 1 | -3/+1 |
| | | | | While we're at it, we do a bunch of the VkResult -> void updates | ||||
* | anv: Remove unused anv_render_pass members | Chad Versace | 2015-11-04 | 1 | -16/+0 |
| | | | | | | | | | Remove members num_color_clear_attachments has_depth_clear_attachment has_stencil_clear_attachment The new clear code in anv_meta_clear.c does not use them. | ||||
* | anv/pass: Remove redundant assert | Chad Versace | 2015-10-29 | 1 | -1/+0 |
| | | | | Trivial fix. | ||||
* | anv/pass: Move VkRenderPass code to new file | Chad Versace | 2015-10-29 | 1 | -0/+161 |
Move it from anv_device.c to new file anv_pass.c. Because it will soon grow bigger. |