Module: Mesa
Branch: main
Commit: af1bc7f4cee83cf91cf741d76cd9de6d1229923d
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=af1bc7f4cee83cf91cf741d76cd9de6d1229923d

Author: Samuel Pitoiset <[email protected]>
Date:   Thu Mar 23 16:45:18 2023 +0100

radv: remove radv_pipeline::device completely

This is unecessary and this prevents using a ton of functions without
a radv_pipeline object.

Signed-off-by: Samuel Pitoiset <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22090>

---

 src/amd/vulkan/radv_cmd_buffer.c                |   6 +-
 src/amd/vulkan/radv_debug.c                     |  31 +--
 src/amd/vulkan/radv_device_generated_commands.c |   3 +-
 src/amd/vulkan/radv_pipeline.c                  | 311 ++++++++++++------------
 src/amd/vulkan/radv_pipeline_rt.c               |  18 +-
 src/amd/vulkan/radv_private.h                   |  11 +-
 src/amd/vulkan/radv_shader.h                    |   2 +-
 7 files changed, 196 insertions(+), 186 deletions(-)

Diff:   
http://cgit.freedesktop.org/mesa/mesa/diff/?id=af1bc7f4cee83cf91cf741d76cd9de6d1229923d

Reply via email to