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
*
radeonsi: align command buffer starting address to fix some Raven hangs
Marek Olšák
2018-03-08
2
-1
/
+21
*
ac/nir: do not emit unnecessary null exports in fragment shaders
Samuel Pitoiset
2018-03-08
1
-13
/
+16
*
ac/radeonsi: add emit_kill to the abi
Timothy Arceri
2018-03-08
2
-1
/
+10
*
ac: make use of if/loop build helpers
Timothy Arceri
2018-03-08
1
-42
/
+18
*
ac: add if/loop build helpers
Timothy Arceri
2018-03-08
3
-0
/
+211
*
radv: enable AMD_gcn_shader extension
Daniel Schürmann
2018-03-07
2
-0
/
+4
*
ac: implement AMD_gcn_shader extended instructions
Daniel Schürmann
2018-03-07
1
-0
/
+28
*
radv: Don't emit a warning on VI-GFX9.
Bas Nieuwenhuizen
2018-03-07
1
-1
/
+3
*
radv: Enable vulkan 1.1.0 for configurations that can support it.
Bas Nieuwenhuizen
2018-03-07
1
-0
/
+2
*
radv: Disable sampler ycbcr conversion.
Bas Nieuwenhuizen
2018-03-07
2
-0
/
+24
*
radv: Expose that we don't support any VK_KHR_16_bit_storage parts.
Bas Nieuwenhuizen
2018-03-07
1
-0
/
+9
*
radv: Implement vkEnumerateInstanceVersion.
Bas Nieuwenhuizen
2018-03-07
1
-0
/
+7
*
radv: Add trivial device group implementation.
Bas Nieuwenhuizen
2018-03-07
5
-0
/
+79
*
radv: Implement vkCmdDispatchBase.
Bas Nieuwenhuizen
2018-03-07
2
-3
/
+41
*
radv: Implement VkGetDeviceQueue2.
Bas Nieuwenhuizen
2018-03-07
1
-2
/
+16
*
radv: Support VkPhysicalDeviceProtectedMemoryFeatures.
Bas Nieuwenhuizen
2018-03-07
1
-0
/
+6
*
radv: Support VkPhysicalDeviceShaderDrawParameterFeatures.
Bas Nieuwenhuizen
2018-03-07
1
-0
/
+6
*
radv: Implement VK_KHR_maintenance3.
Bas Nieuwenhuizen
2018-03-07
3
-4
/
+90
*
radv: Add minimal subgroup support.
Bas Nieuwenhuizen
2018-03-07
4
-0
/
+70
*
radv: Change client version check.
Bas Nieuwenhuizen
2018-03-07
1
-1
/
+1
*
radv: Update MAX_API_VERSION to 1.1.0
Bas Nieuwenhuizen
2018-03-07
7
-37
/
+37
*
ac/nir: Add vote_ieq/vote_feq lowering pass.
Bas Nieuwenhuizen
2018-03-07
5
-5
/
+99
*
nir: Generalize nir_intrinsic_vote_eq
Jason Ekstrand
2018-03-07
1
-1
/
+1
*
vulkan: Rename multiview from KHX to KHR
Jason Ekstrand
2018-03-07
3
-8
/
+8
*
radeonsi: fix passing address32_hi to LLVM for high values
Marek Olšák
2018-03-07
2
-3
/
+3
*
radv: Add entrypoints generation with the new vk.xml
Bas Nieuwenhuizen
2018-03-07
1
-107
/
+164
*
ac/nir: don't put lod into args if it's zero.
Dave Airlie
2018-03-07
1
-2
/
+1
*
radv: report the scratch private memory size with shader stats
Samuel Pitoiset
2018-03-06
1
-1
/
+3
*
ac/nir: count the scratch private memory size
Samuel Pitoiset
2018-03-06
2
-2
/
+9
*
ac: add ac_count_scratch_private_memory()
Samuel Pitoiset
2018-03-06
2
-0
/
+34
*
ac/nir: only enable used channels when exporting parameters
Samuel Pitoiset
2018-03-06
1
-4
/
+20
*
ac: update enabled channels mask when optimizing PARAM exports
Samuel Pitoiset
2018-03-06
1
-2
/
+16
*
ac/nir: pass the number of enabled channels to si_llvm_init_export_args()
Samuel Pitoiset
2018-03-06
1
-8
/
+13
*
ac/shader: scan output usage mask for VS and TES
Samuel Pitoiset
2018-03-06
2
-0
/
+22
*
vulkan: do not expose surface/swapchain extensions on Android
Tapani Pälli
2018-03-06
1
-2
/
+2
*
ac: pass the unmodified number of components to load gs inputs
Timothy Arceri
2018-03-06
1
-2
/
+2
*
ac: add ac_build_fsign()
Samuel Pitoiset
2018-03-05
3
-25
/
+28
*
ac: add ac_build_isign()
Samuel Pitoiset
2018-03-05
3
-24
/
+28
*
ac: add ac_build_fract()
Samuel Pitoiset
2018-03-05
3
-26
/
+34
*
ac/radv: move lower_indirect_derefs() to ac_nir_to_llvm.c
Timothy Arceri
2018-03-05
5
-48
/
+44
*
radv: Fix copying from 3D images starting at non-zero depth.
Bas Nieuwenhuizen
2018-03-05
1
-0
/
+3
*
radv: do not set pending_reset_query in BeginCommandBuffer()
Samuel Pitoiset
2018-03-02
1
-7
/
+0
*
ac: fix nir_intrinsic_shared_atomic_comp_swap handling
Timothy Arceri
2018-03-02
1
-1
/
+1
*
radv: only emit cache flushes when the pool size is large enough
Samuel Pitoiset
2018-03-01
3
-11
/
+15
*
radv: keep track of the query pool size
Samuel Pitoiset
2018-03-01
2
-5
/
+5
*
radv: make sure to emit cache flushes before starting a query
Samuel Pitoiset
2018-03-01
3
-7
/
+33
*
radv: Use the syncobj wait ioctl to wait on fences if possible.
Bas Nieuwenhuizen
2018-03-01
3
-9
/
+26
*
radv: Implement more efficient !waitAll fence waiting.
Bas Nieuwenhuizen
2018-03-01
3
-0
/
+75
*
radv: Implement waiting on non-submitted fences.
Bas Nieuwenhuizen
2018-03-01
1
-2
/
+11
*
radv: Implement WaitForFences with !waitAll.
Bas Nieuwenhuizen
2018-03-01
1
-5
/
+15
[next]