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: UseEnumerateInstanceVersion for the default version.
Bas Nieuwenhuizen
2018-05-02
1
-1
/
+1
*
radv: Don't check the incoming apiVersion on CreateInstance.
Bas Nieuwenhuizen
2018-05-02
1
-9
/
+0
*
radv: enable out-of-order rasterization by default
Samuel Pitoiset
2018-05-02
1
-2
/
+2
*
radv: use common gs_table_depth code.
Dave Airlie
2018-04-24
1
-30
/
+2
*
radv/gfx9: don't use gs_table_depth on gfx9.
Dave Airlie
2018-04-24
1
-3
/
+3
*
radv: advertise 8 bits of subpixel precision for viewports
Józef Kucia
2018-04-23
1
-1
/
+1
*
radv: Mark GTT memory as device local for APUs.
Bas Nieuwenhuizen
2018-04-20
1
-3
/
+5
*
radv: use a global BO list only for VK_EXT_descriptor_indexing
Samuel Pitoiset
2018-04-20
1
-6
/
+26
*
radv: Add Vega M support.
Bas Nieuwenhuizen
2018-04-19
1
-1
/
+4
*
radv: Add bound checking workaround for dynamic buffers.
Bas Nieuwenhuizen
2018-04-19
1
-0
/
+1
*
radv: enable DCC for MSAA 2x textures on VI under an option
Samuel Pitoiset
2018-04-19
1
-0
/
+4
*
radv: Enable VK_EXT_descriptor_indexing.
Bas Nieuwenhuizen
2018-04-18
1
-0
/
+60
*
radv: Keep a global BO list for VkMemory.
Bas Nieuwenhuizen
2018-04-18
1
-32
/
+93
*
radv: enable subgroup capabilities
Daniel Schürmann
2018-04-14
1
-2
/
+8
*
radv: Implement VK_EXT_vertex_attribute_divisor.
Bas Nieuwenhuizen
2018-04-12
1
-0
/
+6
*
radv: add radv_init_dcc_control_reg() helper
Samuel Pitoiset
2018-04-12
1
-32
/
+52
*
radv: Enable RB+ on Raven.
Bas Nieuwenhuizen
2018-04-11
1
-1
/
+2
*
radv: implement VK_AMD_shader_core_properties
Samuel Pitoiset
2018-04-09
1
-0
/
+40
*
radv: add radv_image_is_tc_compat_htile() helper
Samuel Pitoiset
2018-04-09
1
-5
/
+5
*
radv: simplify a check in radv_initialise_color_surface()
Samuel Pitoiset
2018-04-09
1
-1
/
+1
*
radv: clean up radv_vi_dcc_enabled()
Samuel Pitoiset
2018-04-09
1
-1
/
+1
*
radv: add radv_image_has_{cmask,fmask,dcc,htile}() helpers
Samuel Pitoiset
2018-04-09
1
-5
/
+5
*
radv: implement out-of-order rasterization when it's safe on VI+
Samuel Pitoiset
2018-04-04
1
-0
/
+7
*
radv: mask out high VM address bits in registers where needed
Samuel Pitoiset
2018-04-04
1
-1
/
+1
*
radv: add support for VK_EXT_sampler_filter_minmax
Samuel Pitoiset
2018-03-28
1
-1
/
+34
*
radv: rename VEGA10 device name
Samuel Pitoiset
2018-03-28
1
-1
/
+1
*
radv: add support for Vega12
Samuel Pitoiset
2018-03-28
1
-1
/
+4
*
radv: enable TC-compat HTILE for 16-bit depth surfaces on GFX8
Samuel Pitoiset
2018-03-23
1
-6
/
+16
*
radv: add radv_calc_decompress_on_z_planes() helper
Samuel Pitoiset
2018-03-23
1
-14
/
+37
*
radv: print some information when RADV_TRACE_FILE is set
Samuel Pitoiset
2018-03-15
1
-0
/
+5
*
radv: fix vkGetDeviceQueue2() when create flags don't match
Samuel Pitoiset
2018-03-14
1
-2
/
+21
*
radv: Increase the number of dynamic uniform buffers.
Bas Nieuwenhuizen
2018-03-12
1
-2
/
+2
*
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
[next]