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
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv/winsys: pass the buffer list via the CS ioctl for less CPU overhead
Samuel Pitoiset
2020-07-16
1
-84
/
+112
*
radv/winsys: replace alloca() by malloc() everywhere
Samuel Pitoiset
2020-07-16
1
-3
/
+17
*
radv: destroy the base object if VkCreateInstance() failed
Samuel Pitoiset
2020-07-15
1
-0
/
+2
*
radv: destroy the base object if VkAllocateCommandBuffers() failed
Samuel Pitoiset
2020-07-15
1
-29
/
+30
*
radv: destroy the base object if VkCreateFence() failed
Samuel Pitoiset
2020-07-15
1
-13
/
+21
*
radv: destroy the base object if VkCreateSemaphore() failed
Samuel Pitoiset
2020-07-15
1
-6
/
+14
*
radv: destroy the base object if VkCreateEvent() failed
Samuel Pitoiset
2020-07-15
1
-2
/
+4
*
radv: destroy the base object if VkCreateBuffer() failed
Samuel Pitoiset
2020-07-15
1
-6
/
+14
*
radv: destroy the base object if VkCreateImage() failed
Samuel Pitoiset
2020-07-15
3
-12
/
+26
*
radv: destroy the base object if VkCreateRenderPass*() failed
Samuel Pitoiset
2020-07-15
1
-5
/
+13
*
radv: destroy the base object if VkCreateQueryPool() failed
Samuel Pitoiset
2020-07-15
1
-9
/
+14
*
meson: fix android vulkan build
Eric Engestrom
2020-07-14
1
-1
/
+1
*
radv: add the custom border color BO to the list of buffers
Samuel Pitoiset
2020-07-14
1
-0
/
+4
*
aco: add 32-bit integer addition to can_swap_operands
Rhys Perry
2020-07-13
1
-0
/
+4
*
radv: use lower_shuffle_to_swizzle_amd
Rhys Perry
2020-07-13
1
-0
/
+1
*
aco: implement <32-bit masked_swizzle_amd
Rhys Perry
2020-07-13
1
-4
/
+14
*
aco: optimize some masked swizzles to DPP
Rhys Perry
2020-07-13
2
-3
/
+40
*
aco: read 0 from inactive lanes when using dpp
Rhys Perry
2020-07-13
1
-1
/
+1
*
radv: advertise VK_EXT_extended_dynamic_state
Samuel Pitoiset
2020-07-13
2
-1
/
+7
*
radv: add support for dynamic vertex input binding stride
Samuel Pitoiset
2020-07-13
3
-6
/
+47
*
radv: add support for dynamic depth/stencil states
Samuel Pitoiset
2020-07-13
5
-35
/
+444
*
radv: add support for dynamic and scissor count
Samuel Pitoiset
2020-07-13
2
-2
/
+28
*
radv: add support for dynamic primitive topology
Samuel Pitoiset
2020-07-13
6
-57
/
+115
*
radv: add support for dynamic cull mode and front face
Samuel Pitoiset
2020-07-13
5
-11
/
+119
*
radv: declare new extended dynamic states
Samuel Pitoiset
2020-07-13
1
-31
/
+51
*
radv: add VK_EXT_extended_dynamic_state but leave it disabled
Samuel Pitoiset
2020-07-13
1
-0
/
+1
*
radv: rework dynamic viewports/scissors support
Samuel Pitoiset
2020-07-13
2
-16
/
+12
*
radv: remove the secure compile support feature
Samuel Pitoiset
2020-07-13
5
-918
/
+16
*
radv: return VK_ERROR_DEVICE_LOST if wait-for-idle failed or expired
Samuel Pitoiset
2020-07-12
1
-4
/
+10
*
aco: don't create phis with undef operands in the boolean phi pass
Rhys Perry
2020-07-10
1
-14
/
+28
*
aco: optimize boolean phis with uniform selections
Rhys Perry
2020-07-10
1
-1
/
+27
*
aco: create better code for boolean phis with constant operands
Rhys Perry
2020-07-10
2
-20
/
+62
*
aco: rework boolean phi pass
Rhys Perry
2020-07-10
1
-89
/
+79
*
vulkan: automatically compile the `display` platform when available
Eric Engestrom
2020-07-10
1
-1
/
+1
*
ac/llvm: export ac_init_llvm_once in targets
Pierre-Eric Pelloux-Prayer
2020-07-10
2
-3
/
+3
*
aco: fix more validation errors from vgpr spill/restore code
Samuel Pitoiset
2020-07-10
1
-2
/
+2
*
ac/llvm: remove the -1 hack from ac_atomic_inc_wrap
Pierre-Eric Pelloux-Prayer
2020-07-09
1
-10
/
+0
*
radv: compute prim_vertex_count at draw time
Samuel Pitoiset
2020-07-09
3
-27
/
+31
*
radv: adjust IA_MULTI_VGT_PARAM.PARTIAL_VS_WAVE at draw time
Samuel Pitoiset
2020-07-09
2
-14
/
+13
*
radv: adjust IA_MULTI_VGT_PARAM.WD_SWITCH_ON_EOP at draw time
Samuel Pitoiset
2020-07-09
3
-19
/
+14
*
radv: store the primitive topology hardware value in the pipeline
Samuel Pitoiset
2020-07-09
2
-2
/
+2
*
radv: implement missing VK_ACCESS_MEMORY_{READ,WRITE}_BIT
Samuel Pitoiset
2020-07-09
1
-0
/
+24
*
amd/llvm: Mark pointer function arguments as 32-byte aligned.
Bas Nieuwenhuizen
2020-07-08
3
-0
/
+14
*
radv: use bitshifts for debug enum values
Simon Ser
2020-07-08
1
-36
/
+36
*
Revert "ac/surface: require that gfx8 doesn't have DCC in order to be display...
Marek Olšák
2020-07-08
1
-4
/
+3
*
radv: Use correct semaphore handle type for Android import.
Bas Nieuwenhuizen
2020-07-08
1
-1
/
+1
*
radv: set depth/stencil enable values correctly for the meta clear path
Samuel Pitoiset
2020-07-08
1
-3
/
+3
*
aco: use VOP2 version of v_mbcnt_hi_u32_b32 on GFX6/7
Rhys Perry
2020-07-07
2
-2
/
+6
*
aco: remove superflous (bool & exec) if the result comes from VOPC
Daniel Schürmann
2020-07-07
1
-33
/
+24
*
radv: enable zerovram for Quantic Dream games
Rhys Perry
2020-07-07
1
-0
/
+3
[next]