On 07/07/18 17:29, Jason Ekstrand wrote:
The implementation of CreateRenderPass2 uses the helpers we broke out in
previous commits.  The implementations of the new vkCmd functions just
call the old versions.
---
  src/intel/vulkan/anv_extensions.py |   1 +
  src/intel/vulkan/anv_pass.c        | 140 +++++++++++++++++++++++++++++
  src/intel/vulkan/genX_cmd_buffer.c |  24 +++++
  3 files changed, 165 insertions(+)

diff --git a/src/intel/vulkan/anv_extensions.py 
b/src/intel/vulkan/anv_extensions.py
index 0f99f58ecb1..4179315a388 100644
--- a/src/intel/vulkan/anv_extensions.py
+++ b/src/intel/vulkan/anv_extensions.py
@@ -73,6 +73,7 @@ EXTENSIONS = [

You might want to bump API_PATCH_VERSION above.

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to