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
/
radv_device.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: Don't emit a warning on VI-GFX9.
Bas Nieuwenhuizen
2018-03-07
1
-1
/
+3
*
radv: Disable sampler ycbcr conversion.
Bas Nieuwenhuizen
2018-03-07
1
-0
/
+6
*
radv: Expose that we don't support any VK_KHR_16_bit_storage parts.
Bas Nieuwenhuizen
2018-03-07
1
-0
/
+9
*
radv: Add trivial device group implementation.
Bas Nieuwenhuizen
2018-03-07
1
-0
/
+45
*
radv: Implement vkCmdDispatchBase.
Bas Nieuwenhuizen
2018-03-07
1
-2
/
+1
*
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
1
-0
/
+10
*
radv: Add minimal subgroup support.
Bas Nieuwenhuizen
2018-03-07
1
-0
/
+9
*
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
1
-17
/
+17
*
vulkan: Rename multiview from KHX to KHR
Jason Ekstrand
2018-03-07
1
-4
/
+4
*
radv: Use the syncobj wait ioctl to wait on fences if possible.
Bas Nieuwenhuizen
2018-03-01
1
-4
/
+20
*
radv: Implement more efficient !waitAll fence waiting.
Bas Nieuwenhuizen
2018-03-01
1
-0
/
+36
*
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
*
radv: expose async compute on SI
Dave Airlie
2018-02-27
1
-2
/
+0
*
radv: merge tess rings into a single bo
Dave Airlie
2018-02-27
1
-54
/
+38
*
radv: Return NULL for entrypoints when not supported.
Bas Nieuwenhuizen
2018-02-23
1
-4
/
+14
*
radv: Track enabled extensions.
Bas Nieuwenhuizen
2018-02-23
1
-36
/
+44
*
radv: Put supported extensions in a struct.
Bas Nieuwenhuizen
2018-02-23
1
-0
/
+60
*
radv: allow to force family using RADV_FORCE_FAMILY
Samuel Pitoiset
2018-02-20
1
-0
/
+33
*
radv: implement VK_EXT_external_memory_host
Fredrik Höglund
2018-02-08
1
-2
/
+58
*
amd: remove support for LLVM 3.9
Marek Olšák
2018-02-02
1
-4
/
+0
*
radv: remove predication on cache flushes
Matthew Nicholls
2018-01-31
1
-2
/
+0
*
radv: Signal fence correctly after sparse binding.
Bas Nieuwenhuizen
2018-01-29
1
-14
/
+32
*
radv: add an option that allows to dump pre-optimization ir
Samuel Pitoiset
2018-01-22
1
-0
/
+1
*
radv: Fix freeing meta state if the device pipeline cache fails to allocate.
Bas Nieuwenhuizen
2018-01-22
1
-1
/
+3
*
radv: Implement VK_ANDROID_native_buffer.
Bas Nieuwenhuizen
2018-01-19
1
-2
/
+5
*
radv: Implement VK_EXT_debug_report.
Bas Nieuwenhuizen
2018-01-17
1
-0
/
+46
*
radv: reset semaphores & fences on sync_file export.
Bas Nieuwenhuizen
2018-01-11
1
-0
/
+16
*
radv: Remove some typos.
Bas Nieuwenhuizen
2018-01-10
1
-2
/
+2
*
radv: Implement VK_EXT_discard_rectangles.
Bas Nieuwenhuizen
2018-01-10
1
-0
/
+6
*
radv: add has_scissor_bug for Vega10 and Raven
Samuel Pitoiset
2018-01-08
1
-0
/
+4
*
radv: make shader BOs read-only for the GPU
Samuel Pitoiset
2018-01-08
1
-0
/
+2
*
radv: make descriptor BOs read-only for the GPU
Samuel Pitoiset
2018-01-08
1
-1
/
+3
*
ac: rename has_syncobj_wait -> has_syncobj_wait_for_submit
Marek Olšák
2018-01-04
1
-3
/
+3
*
radv: Add flag for enabling binning.
Bas Nieuwenhuizen
2017-12-31
1
-0
/
+8
*
radv: Also set DCC params for sampling for input attachment usage.
Bas Nieuwenhuizen
2017-12-29
1
-1
/
+2
*
radv: move local bos usage to a perftest flag.
Dave Airlie
2017-12-28
1
-0
/
+1
*
radv: set some dcc parameters depending on if texture will be sampled
Dave Airlie
2017-12-27
1
-1
/
+10
*
radv/radeonsi: set dcc min uncompressed properly for APUs.
Dave Airlie
2017-12-27
1
-0
/
+10
*
amd/common/radv/radeonsi: use register defines for dcc block sizes.
Dave Airlie
2017-12-27
1
-3
/
+3
*
radv: fix surface max layer count (v2)
Dave Airlie
2017-12-22
1
-7
/
+7
*
radv: Advertise sync fd import and export.
Bas Nieuwenhuizen
2017-12-18
1
-4
/
+15
*
radv: Implement sync file import/export for fences & semaphores.
Bas Nieuwenhuizen
2017-12-18
1
-28
/
+87
*
radv: Add external fence support.
Bas Nieuwenhuizen
2017-12-18
1
-0
/
+20
*
radv: Implement VK_KHR_external_fence_fd.
Bas Nieuwenhuizen
2017-12-18
1
-0
/
+47
*
radv: Implement fences based on syncobjs.
Bas Nieuwenhuizen
2017-12-18
1
-14
/
+99
[next]