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
*
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
*
Revert "radv: add support for MRTs compaction to avoid holes"
Bas Nieuwenhuizen
2020-07-06
4
-41
/
+43
*
radv: Always enable PERFECT_ZPASS_COUNTS.
Bas Nieuwenhuizen
2020-07-06
1
-1
/
+4
*
radv: Set handle types in Android semaphore/fence import.
Bas Nieuwenhuizen
2020-07-06
1
-0
/
+2
*
radv: disable FMASK compression when drawing with GENERAL layout
Samuel Pitoiset
2020-07-06
2
-0
/
+39
*
amd/addrlib: fix another C++ one definition rule violation
Bas Nieuwenhuizen
2020-07-06
2
-2
/
+2
*
tu,radv: fix potentially wrong offset of flexible array.
Hyunjun Ko
2020-07-03
1
-4
/
+2
*
radv,vulkan: add a new x11 wsi drirc workaround for DOOM Eternal
Samuel Pitoiset
2020-07-02
1
-0
/
+1
*
radv: fix wide lines with multisample enabled
Samuel Pitoiset
2020-07-02
1
-1
/
+0
*
radv: fix wide points and lines
Samuel Pitoiset
2020-07-02
3
-4
/
+4
*
ac/gpu_info: fix num_physical_sgprs_per_simd for gfx10
Marek Olšák
2020-06-30
1
-4
/
+1
*
radv: add support for MRTs compaction to avoid holes
Samuel Pitoiset
2020-06-29
4
-43
/
+41
*
radv: use SPI_SHADER_ZERO for non-written color attachments
Samuel Pitoiset
2020-06-29
1
-1
/
+2
*
radv: rework 8/16-bit color attachment formats detection
Samuel Pitoiset
2020-06-29
1
-51
/
+38
[next]