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_pipeline.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: fix enabling sample shading with SampleID/SamplePosition
Samuel Pitoiset
2019-11-27
1
-7
/
+24
*
radv: fix reporting subgroup size with VK_KHR_pipeline_executable_properties
Samuel Pitoiset
2019-11-26
1
-3
/
+2
*
radv: create a fresh fork for each pipeline compile
Timothy Arceri
2019-11-25
1
-1
/
+15
*
radv: Do not change scratch settings while shaders are active.
Bas Nieuwenhuizen
2019-11-20
1
-17
/
+2
*
radv: remove useless RADV_DEBUG=unsafemath debug option
Samuel Pitoiset
2019-11-15
1
-2
/
+0
*
radv/gfx10: fix primitive indices orientation for NGG GS
Samuel Pitoiset
2019-11-07
1
-2
/
+0
*
radv: implement VK_EXT_subgroup_size_control
Samuel Pitoiset
2019-11-06
1
-3
/
+26
*
radv: rely on shader's wavesize when computing NGG info
Samuel Pitoiset
2019-11-06
1
-1
/
+10
*
radv: determine shaders wavesize at pipeline level
Samuel Pitoiset
2019-11-06
1
-0
/
+22
*
radv/gfx10: enable wave32 for compute based on shader's wavesize
Samuel Pitoiset
2019-11-06
1
-1
/
+1
*
radv: fix compute pipeline keys when optimizations are disabled
Samuel Pitoiset
2019-11-04
1
-2
/
+18
*
radv: Fix disk_cache_get size argument.
Bas Nieuwenhuizen
2019-10-31
1
-2
/
+2
*
radv: Add an early exit in the secure compile if we already have the cache en...
Bas Nieuwenhuizen
2019-10-30
1
-0
/
+14
*
radv: Compute hashes in secure process for secure compilation.
Bas Nieuwenhuizen
2019-10-30
1
-0
/
+23
*
radv: make use of radv_sc_read()
Timothy Arceri
2019-10-30
1
-12
/
+17
*
radv: enable secure compile support
Timothy Arceri
2019-10-26
1
-2
/
+16
*
radv: add radv_secure_compile()
Timothy Arceri
2019-10-26
1
-0
/
+134
*
radv: add radv_create_shaders() to radv_shader.h
Timothy Arceri
2019-10-26
1
-1
/
+0
*
radv: get topology from pipeline key rather than VkGraphicsPipelineCreateInfo
Timothy Arceri
2019-10-26
1
-9
/
+8
*
radv: add an assertion in radv_gfx10_compute_bin_size()
Samuel Pitoiset
2019-10-23
1
-0
/
+1
*
radv: fix build
Samuel Pitoiset
2019-10-02
1
-1
/
+1
*
Revert "radv: disable viewport clamping even if FS doesn't write Z"
Samuel Pitoiset
2019-10-02
1
-1
/
+3
*
radv/gfx10: fix NGG streamout with triangle strips for VS
Samuel Pitoiset
2019-10-02
1
-0
/
+4
*
radv/gfx10: add radv_device::use_ngg
Samuel Pitoiset
2019-10-02
1
-3
/
+1
*
radv: Set shared VGPR count in radv_postprocess_config.
Timur Kristóf
2019-09-26
1
-2
/
+5
*
aco,radv: rename record_llvm_ir/llvm_ir_string to record_ir/ir_string
Rhys Perry
2019-09-26
1
-2
/
+2
*
radv/aco: return a correct name and description for the backend IR
Rhys Perry
2019-09-26
1
-2
/
+7
*
radv/aco: Setup alternate path in RADV to support the experimental ACO compiler
Daniel Schürmann
2019-09-19
1
-6
/
+27
*
radv: Add DFSM support.
Bas Nieuwenhuizen
2019-09-18
1
-5
/
+17
*
radv/gfx10: fix VK_KHR_pipeline_executable_properties with NGG GS
Samuel Pitoiset
2019-09-18
1
-4
/
+13
*
ac: move num_sdp_interfaces into radeon_info
Marek Olšák
2019-09-18
1
-15
/
+1
*
radv/gfx10: enable NGG_WAVE_ID_EN for NGG streamout
Samuel Pitoiset
2019-09-16
1
-0
/
+2
*
radv/gfx10: fix unnecessary LDS overallocation for NGG GS
Samuel Pitoiset
2019-09-16
1
-7
/
+1
*
radv/gfx10: adjust the LDS size for VS/TES NGG streamout
Samuel Pitoiset
2019-09-16
1
-8
/
+9
*
radv/gfx10: add an option to switch from legacy to NGG streamout
Samuel Pitoiset
2019-09-16
1
-12
/
+13
*
radv/gfx10: declare a LDS symbol for the NGG emit space
Samuel Pitoiset
2019-09-10
1
-3
/
+0
*
radv: calculate GFX9 GS and GFX10 NGG states before compiling shader variants
Samuel Pitoiset
2019-09-10
1
-35
/
+48
*
radv: store the ESGS ring size as part of gfx10_ngg_info
Samuel Pitoiset
2019-09-10
1
-1
/
+2
*
radv: store GFX10 NGG state as part of the shader info
Samuel Pitoiset
2019-09-10
1
-44
/
+35
*
radv: store GFX9 GS state as part of the shader info
Samuel Pitoiset
2019-09-10
1
-31
/
+24
*
radv: fill shader info for all stages in the pipeline
Samuel Pitoiset
2019-09-10
1
-5
/
+120
*
radv: merge radv_shader_variant_info into radv_shader_info
Samuel Pitoiset
2019-09-06
1
-61
/
+61
*
radv/radeonsi: Don't count read-only data when reporting code size
Connor Abbott
2019-09-05
1
-1
/
+1
*
radv: move lowering PS inputs/outputs at the right place
Samuel Pitoiset
2019-08-30
1
-0
/
+3
*
radv: gather info about PS inputs in the shader info pass
Samuel Pitoiset
2019-08-30
1
-5
/
+5
*
radv/gfx10: compute the LDS size for exporting PrimID for VS
Samuel Pitoiset
2019-08-29
1
-0
/
+9
*
ac: add rbplus_allowed to ac_gpu_info
Samuel Pitoiset
2019-08-27
1
-1
/
+1
*
ac: add has_gfx9_scissor_bug to ac_gpu_info
Samuel Pitoiset
2019-08-27
1
-1
/
+1
*
ac: add has_rbplus to ac_gpu_info
Samuel Pitoiset
2019-08-27
1
-3
/
+3
*
ac: add has_distributed_tess to ac_gpu_info
Samuel Pitoiset
2019-08-27
1
-2
/
+2
[next]