index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
amd
/
vulkan
/
radv_pass.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: use the base object struct types
Samuel Pitoiset
2020-05-13
1
-0
/
+10
*
radv: use the common base object type for VkDevice
Samuel Pitoiset
2020-05-13
1
-8
/
+8
*
radv: only inject implicit subpass dependencies if necessary
Samuel Pitoiset
2020-03-17
1
-3
/
+39
*
radv: handle missing implicit subpass dependencies
Samuel Pitoiset
2020-01-23
1
-0
/
+112
*
radv: update VK_KHR_depth_stencil_resolve for Vulkan 1.2
Samuel Pitoiset
2020-01-15
1
-4
/
+4
*
radv: update VK_KHR_create_renderpass2 for Vulkan 1.2
Samuel Pitoiset
2020-01-15
1
-8
/
+8
*
radv: record number of color/depth samples for each subpass
Samuel Pitoiset
2020-01-03
1
-0
/
+2
*
radv: implement VK_KHR_separate_depth_stencil_layouts
Samuel Pitoiset
2019-12-10
1
-0
/
+35
*
radv: Add render loop detection in renderpass.
Bas Nieuwenhuizen
2019-08-07
1
-0
/
+18
*
radv: record if a render pass has depth/stencil resolve attachments
Samuel Pitoiset
2019-06-21
1
-1
/
+26
*
radv: rename has_resolve to has_color_resolve
Samuel Pitoiset
2019-06-21
1
-2
/
+2
*
radv: determine the first subpass id for every attachments
Samuel Pitoiset
2019-06-07
1
-0
/
+18
*
radv: Clean up a bunch of compiler warnings.
Bas Nieuwenhuizen
2019-02-20
1
-2
/
+0
*
radv: don't flush src stages when dstStageMask == BOTTOM_OF_PIPE
Samuel Pitoiset
2019-02-04
1
-2
/
+4
*
radv: accumulate all ingoing external dependencies to the first subpass
Samuel Pitoiset
2019-02-04
1
-0
/
+4
*
radv: handle subpass dependencies correctly
Samuel Pitoiset
2019-02-04
1
-6
/
+6
*
radv: track if subpasses have color attachments
Samuel Pitoiset
2019-02-04
1
-0
/
+3
*
radv: add radv_render_pass_add_subpass_dep() helper
Samuel Pitoiset
2019-02-04
1
-40
/
+38
*
radv: move some render pass things to radv_render_pass_compile()
Samuel Pitoiset
2019-02-04
1
-28
/
+38
*
radv: determine the last subpass id for every attachments
Samuel Pitoiset
2019-02-04
1
-0
/
+12
*
radv: store the list of attachments for every subpass
Samuel Pitoiset
2019-02-04
1
-18
/
+52
*
radv: remove unused radv_render_pass_attachment::view_mask
Samuel Pitoiset
2019-02-04
1
-10
/
+0
*
radv: get rid of bunch of KHR suffixes
Samuel Pitoiset
2019-01-09
1
-3
/
+3
*
radv: ignore subpass self-dependencies for CreateRenderPass() too
Samuel Pitoiset
2018-11-23
1
-0
/
+10
*
radv: ignore subpass self-dependencies
Samuel Pitoiset
2018-11-21
1
-0
/
+10
*
radv: remove unused variable in radv_CreateRenderPass2KHR()
Samuel Pitoiset
2018-07-18
1
-1
/
+0
*
radv: fix implementation of VK_KHR_create_renderpass2 for multiviews
Samuel Pitoiset
2018-07-17
1
-12
/
+1
*
radv: add support for VK_KHR_create_renderpass2
Samuel Pitoiset
2018-07-12
1
-0
/
+169
*
radv: introduce radv_subpass_attachment data structure
Samuel Pitoiset
2018-07-12
1
-10
/
+18
*
radv: Add option to print errors even in optimized builds.
Bas Nieuwenhuizen
2018-05-31
1
-2
/
+2
*
radv: compute the number of subpass attachments correctly
Samuel Pitoiset
2018-05-01
1
-2
/
+2
*
radv: set SAMPLE_RATE to the number of samples of the current fb
Samuel Pitoiset
2018-03-30
1
-2
/
+10
*
vulkan: Rename multiview from KHX to KHR
Jason Ekstrand
2018-03-07
1
-3
/
+3
*
radv: Store multiview info in renderpass.
Bas Nieuwenhuizen
2017-08-24
1
-1
/
+24
*
radv: move to using shared vk_alloc inlines.
Dave Airlie
2016-10-19
1
-5
/
+5
*
radv: add initial non-conformant radv vulkan driver
Dave Airlie
2016-10-07
1
-0
/
+183