index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
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 occlusion queries on VegaM
Samuel Pitoiset
2019-06-12
1
-21
/
+27
*
radv: assert on inline uniform blocks in radv_CmdPushDescriptorSetKHR()
Samuel Iglesias Gonsálvez
2019-06-11
1
-0
/
+8
*
radv: remove extra assignment in radv_decompress_resolve_subpass_src()
Samuel Pitoiset
2019-06-11
1
-1
/
+0
*
radv: add radv_get_resolve_pipeline() helper in the graphics path
Samuel Pitoiset
2019-06-11
1
-12
/
+29
*
radv: do not decompress all image layers before resolving inside a subpass
Samuel Pitoiset
2019-06-11
1
-3
/
+9
*
radv: initialize the aspect mask when decompressing resolve source images
Samuel Pitoiset
2019-06-11
1
-0
/
+1
*
radv: perform proper layout transitions before resolving
Samuel Pitoiset
2019-06-11
1
-19
/
+19
*
radv: do not resolve all image layers with compute inside a subpass
Samuel Pitoiset
2019-06-11
1
-4
/
+8
*
radv: Handle UNDEFINED format in image format list.
Bas Nieuwenhuizen
2019-06-10
1
-0
/
+6
*
radv: Prevent out of bound shift on 32-bit builds.
Bas Nieuwenhuizen
2019-06-10
1
-2
/
+2
*
radv: fix setting CB_SHADER_MASK for dual source blending
Samuel Pitoiset
2019-06-10
1
-2
/
+5
*
radv: fix alpha-to-coverage when there is unused color attachments
Samuel Pitoiset
2019-06-10
1
-1
/
+1
*
radv: enable VK_EXT_sample_locations
Samuel Pitoiset
2019-06-07
2
-9
/
+1
*
radv: enable HTILE for images that might need variable sample locations
Samuel Pitoiset
2019-06-07
1
-7
/
+0
*
radv: handle sample locations during automatic layout transitions
Samuel Pitoiset
2019-06-07
2
-18
/
+168
*
radv: determine the first subpass id for every attachments
Samuel Pitoiset
2019-06-07
2
-1
/
+20
*
radv: handle sample locations during explicit depth/stencil transitions
Samuel Pitoiset
2019-06-07
1
-7
/
+28
*
radv: allow the depth decompress pass to emit dynamic sample locations
Samuel Pitoiset
2019-06-07
3
-7
/
+31
*
radv: allow to set dynamic sample locations to the depth decompress pass
Samuel Pitoiset
2019-06-07
1
-1
/
+8
*
radv: allow to save/restore sample locations during meta operations
Samuel Pitoiset
2019-06-07
2
-0
/
+14
*
radv: set the subpass before any initial subpass transitions
Samuel Pitoiset
2019-06-06
1
-2
/
+3
*
radv: use only one descriptor in the fmask expand pass
Samuel Pitoiset
2019-06-05
1
-24
/
+3
*
radv: set ACCESS_NON_READABLE on the fmask expand pass output image
Samuel Pitoiset
2019-06-05
1
-0
/
+1
*
radv: remove one useless image type in the fmask expand shader
Samuel Pitoiset
2019-06-05
1
-6
/
+3
*
radv: Use bo metadata for imported image tiling on Android.
Bas Nieuwenhuizen
2019-06-04
3
-14
/
+61
*
radv: fix some compiler warnings
Rhys Perry
2019-06-04
1
-4
/
+4
*
radv: do not use gfx fast depth clears for layered depth/stencil images
Samuel Pitoiset
2019-06-04
1
-0
/
+1
*
ac,radv: do not emit vec3 for raw load/store on SI
Samuel Pitoiset
2019-06-04
1
-1
/
+1
*
amd/common: use generated register header
Nicolai Hähnle
2019-06-03
9
-9
/
+2
*
amd/common: use SH{0,1}_CU_EN definitions only of COMPUTE_STATIC_THREAD_MGMT_SE0
Nicolai Hähnle
2019-06-03
1
-5
/
+5
*
amd/common: unify PITCH_GFX6 and PITCH_GFX9
Nicolai Hähnle
2019-06-03
1
-7
/
+7
*
amd/common: cleanup DATA_FORMAT/NUM_FORMAT field names
Nicolai Hähnle
2019-06-03
1
-4
/
+4
*
ac: use amdgpu-flat-work-group-size
Marek Olšák
2019-06-03
1
-5
/
+2
*
radv: flush pending query reset caches before copying results
Samuel Pitoiset
2019-06-03
1
-15
/
+25
*
ac,radv: remove the vec3 restriction with LLVM 9+
Samuel Pitoiset
2019-06-03
1
-1
/
+3
*
radv: use RADV_CMD_DIRTY_DYNAMIC_* when restoring viewport/scissor
Samuel Pitoiset
2019-05-31
1
-2
/
+2
*
radv: use CmdPushConstants when restoring constants after meta operations
Samuel Pitoiset
2019-05-31
1
-6
/
+8
*
radv: enable transformFeedbackStreamsLinesTriangles
Samuel Pitoiset
2019-05-30
1
-1
/
+1
*
radv: implement VK_EXT_sample_locations and disable it
Samuel Pitoiset
2019-05-30
6
-7
/
+315
*
spirv: Change spirv_to_nir() to return a nir_shader
Caio Marcelo de Oliveira Filho
2019-05-29
1
-5
/
+4
*
radv: Don't re-use entry_point pointer from spirv_to_nir
Caio Marcelo de Oliveira Filho
2019-05-29
1
-10
/
+8
*
radv: use view format when selecting the resolve path for subpasses
Samuel Pitoiset
2019-05-29
1
-8
/
+13
*
radv: always use view format when performing subpass resolves
Samuel Pitoiset
2019-05-29
3
-12
/
+21
*
radv: sync before resetting a pool if there is active pending queries
Samuel Pitoiset
2019-05-29
4
-0
/
+27
*
radv: allocate more space in the CS when emitting events
Samuel Pitoiset
2019-05-28
1
-1
/
+1
*
radv add radv_get_resolve_pipeline() in the compute path
Samuel Pitoiset
2019-05-28
1
-20
/
+36
*
radv: cleanup the compute resolve path for subpass
Samuel Pitoiset
2019-05-28
1
-56
/
+29
*
ac: treat Mullins as Kabini, remove the enum
Marek Olšák
2019-05-27
2
-3
/
+1
*
radv: ignore the loadOp if the first use of an attachment is a resolve
Samuel Pitoiset
2019-05-27
1
-9
/
+3
*
radv: always dirty the framebuffer when restoring a subpass
Samuel Pitoiset
2019-05-27
2
-2
/
+4
[prev]
[next]