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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ac: rename min_vgpr_alloc to min_wave64_vgpr_alloc
Samuel Pitoiset
2020-03-03
2
-2
/
+2
*
ac: rename vgpr_alloc_granularity to wave64_vgpr_alloc_granularity
Samuel Pitoiset
2020-03-03
2
-2
/
+2
*
ac: rename lds_size_per_cu to lds_size_per_workgroup
Samuel Pitoiset
2020-03-03
2
-2
/
+2
*
radv: update entrypoints generation from ANV
Samuel Pitoiset
2020-03-02
4
-171
/
+545
*
radv/sqtt: add support for GFX10
Samuel Pitoiset
2020-03-02
4
-99
/
+243
*
radv/sqtt: update SPI_CONFIG_CNTL.EXP_PRIORITY_ORDER value
Samuel Pitoiset
2020-03-02
1
-1
/
+1
*
radv/sqtt: do not assume that the number of shader engines is 4
Samuel Pitoiset
2020-03-02
1
-4
/
+8
*
radv/rgp: adjust trace memory/shader clocks to fix frame duration
Samuel Pitoiset
2020-03-02
1
-2
/
+2
*
radv: fix size of sqtt_file_chunk_asic_info on 32-bit system
Samuel Pitoiset
2020-02-29
1
-0
/
+1
*
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
3
-5
/
+68
*
radv: add initial SQTT files generation support
Samuel Pitoiset
2020-02-28
4
-0
/
+665
*
radv: emit thread trace markers after every draw/dispatch call
Samuel Pitoiset
2020-02-28
1
-0
/
+5
*
radv: add initial SQ Thread Trace support for GFX9
Samuel Pitoiset
2020-02-28
4
-0
/
+474
*
radv: add a small helper that allows to submit internal CS
Samuel Pitoiset
2020-02-28
2
-0
/
+22
*
nir: Drop nir_tex_instr::texture_array_size
Jason Ekstrand
2020-02-26
1
-1
/
+0
*
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 the number of VGPRs used to compute waves
Samuel Pitoiset
2020-02-26
2
-4
/
+2
*
radv/gfx10: adjust the LDS size used to compute waves
Samuel Pitoiset
2020-02-26
1
-4
/
+2
*
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
15
-75
/
+568
*
radv: add the trace BO to the BO list at submit time
Samuel Pitoiset
2020-02-24
2
-7
/
+4
*
radv: use RADEON_FLAG_ZERO_VRAM when creating the trace BO
Samuel Pitoiset
2020-02-20
1
-3
/
+2
*
radv/winsys: add a new flag that requests zerovram allocations
Samuel Pitoiset
2020-02-20
2
-2
/
+6
*
radv: Squelch possibly-undefined warning
Eric Anholt
2020-02-18
1
-1
/
+1
*
radv: Advertise VK_KHR_shader_non_semantic_info
Caio Marcelo de Oliveira Filho
2020-02-18
1
-0
/
+1
*
radv: add a comment about VK_AMD_mixed_attachment_samples on GFX6-GFX7
Samuel Pitoiset
2020-02-17
1
-0
/
+1
*
radv: enable VK_NV_compute_shader_derivatives on GFX6-GFX7
Samuel Pitoiset
2020-02-17
1
-1
/
+1
*
radv: enable VK_EXT_sampler_filter_minmax on GFX6
Samuel Pitoiset
2020-02-17
2
-2
/
+2
*
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
5
-15
/
+11
*
radv: remove unused RADV_HASH_SHADER_IS_GEOM_COPY_SHADER
Samuel Pitoiset
2020-02-13
1
-6
/
+5
*
radv: remove RADV_DEBUG=nosisched and RADV_PERFTEST=sisched
Samuel Pitoiset
2020-02-13
5
-43
/
+32
*
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
5
-7
/
+112
*
radv: fix line width range and granularity
Samuel Pitoiset
2020-02-13
1
-2
/
+2
*
Rename nir_lower_constant_initializers to nir_lower_variable_initalizers
Arcady Goldmints-Orlov
2020-02-12
1
-3
/
+3
*
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
5
-0
/
+9
*
radv: Do not redundantly set the RB+ regs on pipeline switch.
Bas Nieuwenhuizen
2020-02-11
2
-1
/
+19
*
radv: Optimize emitting index buffer changes.
Bas Nieuwenhuizen
2020-02-11
1
-2
/
+7
*
radv: Do not set SX DISABLE bits for RB+ with unused surfaces.
Bas Nieuwenhuizen
2020-02-04
1
-6
/
+7
*
radv: Allow non-dedicated linear images and buffer.
Bas Nieuwenhuizen
2020-02-02
2
-6
/
+13
*
radv: refactor physical device properties
Samuel Pitoiset
2020-01-29
1
-250
/
+233
*
radv/gfx10: re-enable NGG GS
Samuel Pitoiset
2020-01-29
1
-15
/
+0
*
radv/gfx10: implement NGG GS queries
Samuel Pitoiset
2020-01-29
7
-6
/
+155
*
radv/gfx10: add a separate flag for creating a GDS OA buffer
Samuel Pitoiset
2020-01-29
3
-7
/
+26
*
radv: remove the non conformant VK implementation warning on GFX10
Samuel Pitoiset
2020-01-29
1
-2
/
+1
[prev]
[next]