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
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: fix writing the alpha channel of MRT0 when alpha coverage is enabled
Samuel Pitoiset
2019-02-18
1
-7
/
+8
*
radv: remove unused variable in gather_push_constant_info()
Samuel Pitoiset
2019-02-18
1
-1
/
+0
*
radv: write the alpha channel of MRT0 when alpha coverage is enabled
Samuel Pitoiset
2019-02-18
1
-0
/
+8
*
radv: fix invalid element type when filling vertex input default values
Samuel Pitoiset
2019-02-16
1
-1
/
+3
*
radv: Use correct num formats to detect whether we should be use 1.0 or 1.
Bas Nieuwenhuizen
2019-02-15
1
-1
/
+2
*
radv: fix radv_fixup_vertex_input_fetches()
Samuel Pitoiset
2019-02-14
1
-1
/
+1
*
radv: reduce the number of loaded channels for vertex input fetches
Samuel Pitoiset
2019-02-14
1
-2
/
+79
*
radv: store vertex attribute formats as pipeline keys
Samuel Pitoiset
2019-02-14
3
-3
/
+21
*
radv: use MAX_{VBS,VERTEX_ATTRIBS} when defining max vertex input limits
Samuel Pitoiset
2019-02-14
1
-2
/
+2
*
radv: always export gl_SampleMask when the fragment shader uses it
Samuel Pitoiset
2019-02-13
1
-4
/
+4
*
radv/winsys: fix BO list creation when RADV_DEBUG=allbos is set
Samuel Pitoiset
2019-02-13
1
-0
/
+1
*
radv: fix using LOAD_CONTEXT_REG with old GFX ME firmwares on GFX8
Samuel Pitoiset
2019-02-12
3
-3
/
+10
*
radv: add support for push constants inlining when possible
Samuel Pitoiset
2019-02-12
3
-25
/
+123
*
radv: keep track of the number of remaining user SGPRs
Samuel Pitoiset
2019-02-12
1
-0
/
+4
*
radv: gather if shaders load dynamic offsets separately
Samuel Pitoiset
2019-02-12
2
-0
/
+2
*
radv: gather more info about push constants
Samuel Pitoiset
2019-02-12
4
-1
/
+44
*
radv: fix compiler issues with GCC 9
Samuel Pitoiset
2019-02-12
1
-42
/
+48
*
radv: remove alloc parameter from pipeline init
Dave Airlie
2019-02-11
1
-5
/
+2
*
radv/llvm: initialise passes member.
Dave Airlie
2019-02-11
1
-1
/
+1
*
radv: assert that colorAttachment is valid for CmdClearAttachment
Lionel Landwerlin
2019-02-08
1
-3
/
+1
*
radv: Implement VK_EXT_buffer_device_address.
Bas Nieuwenhuizen
2019-02-06
3
-1
/
+22
*
radv: Do not use the bo list for local buffers.
Bas Nieuwenhuizen
2019-02-06
1
-0
/
+6
*
radv: Fix the shader info pass for not having the variable.
Bas Nieuwenhuizen
2019-02-06
1
-2
/
+2
*
radv: Only look at pImmutableSamples if the descriptor has a sampler.
Bas Nieuwenhuizen
2019-02-06
1
-2
/
+6
*
radv: Handle VK_ATTACHMENT_UNUSED in CmdClearAttachment
Danylo Piliaiev
2019-02-04
1
-0
/
+9
*
radv: don't flush src stages when dstStageMask == BOTTOM_OF_PIPE
Samuel Pitoiset
2019-02-04
2
-3
/
+19
*
radv: do not set preserveAttachments for internal render passes
Samuel Pitoiset
2019-02-04
4
-18
/
+18
*
radv: drop useless checks when resolving subpass color attachments
Samuel Pitoiset
2019-02-04
2
-8
/
+4
*
radv: execute external subpass barriers after ending subpasses
Samuel Pitoiset
2019-02-04
1
-2
/
+2
*
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
3
-9
/
+7
*
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: handle final layouts at end of every subpass and render pass
Samuel Pitoiset
2019-02-04
1
-22
/
+38
*
radv: determine the last subpass id for every attachments
Samuel Pitoiset
2019-02-04
2
-0
/
+15
*
radv: use the new attachments array when starting subpasses
Samuel Pitoiset
2019-02-04
1
-12
/
+5
*
radv: store the list of attachments for every subpass
Samuel Pitoiset
2019-02-04
7
-55
/
+96
*
radv: move subpass image transitions to radv_cmd_buffer_begin_subpass()
Samuel Pitoiset
2019-02-04
5
-29
/
+27
*
radv: add radv_cmd_buffer_begin_subpass() helper
Samuel Pitoiset
2019-02-04
1
-12
/
+32
*
radv: remove useless MAYBE_UNUSED in CmdBeginRenderPass()
Samuel Pitoiset
2019-02-04
1
-1
/
+1
*
radv: remove unused radv_render_pass_attachment::view_mask
Samuel Pitoiset
2019-02-04
2
-11
/
+0
*
radv: bail out when no image transitions will be performed
Samuel Pitoiset
2019-02-04
1
-0
/
+3
*
radv: fix build
Samuel Pitoiset
2019-02-01
2
-2
/
+2
*
radv: take LDS into account for compute shader occupancy stats
Timothy Arceri
2019-02-01
3
-5
/
+14
*
ac/radv/radeonsi: add ac_get_num_physical_sgprs() helper
Timothy Arceri
2019-02-01
3
-9
/
+3
*
radv/winsys: fix hash when adding internal buffers
Samuel Pitoiset
2019-01-30
1
-1
/
+1
*
radv: Enable VK_EXT_memory_priority.
Bas Nieuwenhuizen
2019-01-29
3
-5
/
+20
*
radv/winsys: Add priority handling during submit.
Bas Nieuwenhuizen
2019-01-29
3
-49
/
+115
*
radv/winsys: Set winsys bo priority on creation.
Bas Nieuwenhuizen
2019-01-29
12
-29
/
+82
[next]