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
/
vulkan
/
radv_device.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: Use TRUNC_COORD on samplers
Joshua Ashton
2020-04-23
1
-1
/
+3
*
radv: fix geometry shader primitives query with ACO on GFX10
Samuel Pitoiset
2020-04-17
1
-0
/
+2
*
radv/aco: do not advertise VK_KHR_shader_subgroup_extended_types
Samuel Pitoiset
2020-04-15
1
-2
/
+2
*
radv: only expose fp16 control features for chips with double rate fp16
Samuel Pitoiset
2020-04-09
1
-5
/
+10
*
radv: only expose storageInputOutput16 for chips with double rate fp16
Samuel Pitoiset
2020-04-09
1
-2
/
+2
*
radv: only expose shaderFloat16 for chips with double rate fp16
Samuel Pitoiset
2020-04-09
1
-2
/
+2
*
radv: set sparseAddressSpaceSize to RADV_MAX_MEMORY_ALLOCATION_SIZE
Samuel Iglesias Gonsálvez
2020-04-08
1
-1
/
+1
*
radv: check buffer size in vkCreateBuffer()
Samuel Iglesias Gonsálvez
2020-04-08
1
-0
/
+3
*
radv: Enable ACO for NGG VS/TES, but disable NGG for ACO GS.
Timur Kristóf
2020-04-07
1
-4
/
+0
*
radv/llvm: enable 16-bit storage features on GFX6-GFX7
Samuel Pitoiset
2020-04-03
1
-8
/
+7
*
radv/llvm: enable 8-bit storage features on GFX6-GFX7
Samuel Pitoiset
2020-04-03
1
-7
/
+6
*
radv: stop including files from mesa/main
Marek Olšák
2020-03-27
1
-0
/
+5
*
radv/llvm: fix subgroup shuffle for chips without bpermute
Samuel Pitoiset
2020-03-23
1
-3
/
+3
*
radv: remove unnecessary LLVM includes
Samuel Pitoiset
2020-03-13
1
-1
/
+0
*
radv: Enable subgroup shuffle on GFX10 when ACO is used.
Timur Kristóf
2020-03-12
1
-1
/
+2
*
radv: use device entrypoints from the SQTT layer if enabled
Samuel Pitoiset
2020-03-10
1
-0
/
+11
*
radv: use nir_lower_discard_to_demote to work around game bugs
Daniel Schürmann
2020-03-09
1
-0
/
+3
*
radv/sqtt: abort if SQTT is used on GFX6-GFX7
Samuel Pitoiset
2020-03-06
1
-6
/
+10
*
radv/sqtt: add support for GFX8
Samuel Pitoiset
2020-03-06
1
-2
/
+2
*
ac: rename min_vgpr_alloc to min_wave64_vgpr_alloc
Samuel Pitoiset
2020-03-03
1
-1
/
+1
*
ac: rename vgpr_alloc_granularity to wave64_vgpr_alloc_granularity
Samuel Pitoiset
2020-03-03
1
-1
/
+1
*
radv: update entrypoints generation from ANV
Samuel Pitoiset
2020-03-02
1
-21
/
+118
*
radv/sqtt: add support for GFX10
Samuel Pitoiset
2020-03-02
1
-4
/
+4
*
radv: fix 32-bit build failure in radv_queue_internal_submit()
Samuel Pitoiset
2020-02-29
1
-1
/
+1
*
radv: allow to capture SQTT traces with RADV_THREAD_TRACE=<start_frame>
Samuel Pitoiset
2020-02-28
1
-0
/
+23
*
radv: add a small helper that allows to submit internal CS
Samuel Pitoiset
2020-02-28
1
-0
/
+19
*
radv: fix creating null devices if KHR_display is enabled
Samuel Pitoiset
2020-02-26
1
-1
/
+1
*
radv: make use of ac_gpu_info::max_wave64_per_simd
Samuel Pitoiset
2020-02-26
1
-6
/
+1
*
radv/gfx10: adjust SGPRs/VGPRs related info
Samuel Pitoiset
2020-02-26
1
-8
/
+11
*
radv/gfx10: adjust the number of simd per compute unit
Samuel Pitoiset
2020-02-26
1
-1
/
+2
*
radv: implement a dummy winsys for creating devices without AMDGPU
Samuel Pitoiset
2020-02-26
1
-68
/
+52
*
radv: add the trace BO to the BO list at submit time
Samuel Pitoiset
2020-02-24
1
-0
/
+3
*
radv: enable VK_EXT_sampler_filter_minmax on GFX6
Samuel Pitoiset
2020-02-17
1
-1
/
+1
*
radv: enable shaderStorageImageMultisample on GFX6-GFX7
Samuel Pitoiset
2020-02-17
1
-2
/
+2
*
radv: remove unnecessary RADV_DEBUG=nobatchchain option
Samuel Pitoiset
2020-02-14
1
-1
/
+0
*
radv: remove RADV_DEBUG=nosisched and RADV_PERFTEST=sisched
Samuel Pitoiset
2020-02-13
1
-5
/
+1
*
radv: remove LLVM sicheduler enable for The Talos Principle
Samuel Pitoiset
2020-02-13
1
-9
/
+1
*
radv: implement VK_EXT_line_rasterization
Samuel Pitoiset
2020-02-13
1
-0
/
+17
*
radv: fix line width range and granularity
Samuel Pitoiset
2020-02-13
1
-2
/
+2
*
radv: set the chip name to GCN-NOOP when RADV_FORCE_FAMILY is set
Samuel Pitoiset
2020-02-11
1
-0
/
+1
*
radv: make sure to not submit any IBs when RADV_FORCE_FAMILY is set
Samuel Pitoiset
2020-02-11
1
-0
/
+3
*
radv: Allow non-dedicated linear images and buffer.
Bas Nieuwenhuizen
2020-02-02
1
-4
/
+5
*
radv: refactor physical device properties
Samuel Pitoiset
2020-01-29
1
-250
/
+233
*
radv/gfx10: add a separate flag for creating a GDS OA buffer
Samuel Pitoiset
2020-01-29
1
-6
/
+20
*
radv: remove the non conformant VK implementation warning on GFX10
Samuel Pitoiset
2020-01-29
1
-2
/
+1
*
radv: bump conformance version to 1.2.0.0
Samuel Pitoiset
2020-01-29
1
-2
/
+2
*
radv: enable ACO support for GFX6
Samuel Pitoiset
2020-01-24
1
-4
/
+0
*
radv: fix double free corruption in radv_alloc_memory()
Samuel Pitoiset
2020-01-22
1
-1
/
+0
*
radv: implement Vulkan 1.2 features and properties
Samuel Pitoiset
2020-01-15
1
-0
/
+148
*
radv: implement Vulkan 1.1 features and properties
Samuel Pitoiset
2020-01-15
1
-0
/
+53
[next]