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_shader.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: adjust CB_SHADER_MASK for dual-source blending in the shader info pass
Samuel Pitoiset
2020-06-29
1
-0
/
+1
*
radv: Make radv_alloc_shader_memory static.
Bas Nieuwenhuizen
2020-06-24
1
-4
/
+0
*
radv: compute CB_SHADER_MASK from the fragment shader outputs
Samuel Pitoiset
2020-06-18
1
-0
/
+1
*
radv: add new drirc option radv_enable_mrt_output_nan_fixup
Samuel Pitoiset
2020-06-12
1
-0
/
+1
*
radv: set DB_SHADER_CONTROL.CONSERVATIVE_Z_EXPORT correctly
Samuel Pitoiset
2020-06-12
1
-0
/
+1
*
radv: Support VK_PIPELINE_COMPILE_REQUIRED_EXT.
Bas Nieuwenhuizen
2020-05-19
1
-1
/
+1
*
radv: use the base object struct types
Samuel Pitoiset
2020-05-13
1
-0
/
+2
*
radv: Use new linking helper to set default driver locations.
Timur Kristóf
2020-04-29
1
-0
/
+8
*
radv: Refactor calculate_tess_lds_size and get_tcs_num_patches.
Timur Kristóf
2020-04-29
1
-13
/
+8
*
radv: Add inputs read by TES to radv_shader_info.
Timur Kristóf
2020-04-24
1
-0
/
+2
*
radv: make sure to export the viewport index if FS needs it
Samuel Pitoiset
2020-04-23
1
-0
/
+2
*
radv, aco: collect statistics if requested but executables are not
Rhys Perry
2020-04-03
1
-2
/
+4
*
radv: add code for exposing compiler statistics
Rhys Perry
2020-04-03
1
-2
/
+15
*
radv/gfx10: fix required ballot size with VK_EXT_subgroup_size_control
Samuel Pitoiset
2020-03-17
1
-1
/
+2
*
radv/gfx10: fix required subgroup size with VK_EXT_subgroup_size_control
Samuel Pitoiset
2020-03-17
1
-1
/
+2
*
radv: remove radv_shader_variant::aco_used
Samuel Pitoiset
2020-03-13
1
-1
/
+0
*
radv: cleanup occurences of use_aco everywhere
Samuel Pitoiset
2020-03-13
1
-5
/
+2
*
radv: Move some helper functions to the radv_shader.h header file.
Timur Kristóf
2020-03-11
1
-0
/
+76
*
radv/gfx10: implement NGG GS queries
Samuel Pitoiset
2020-01-29
1
-1
/
+2
*
radv: gather which input PS variables use an explicit interpolation mode
Samuel Pitoiset
2020-01-29
1
-0
/
+1
*
radv/aco: use ACO for GS copy shaders
Rhys Perry
2020-01-24
1
-1
/
+2
*
aco: implement GS on GFX7-8
Rhys Perry
2020-01-24
1
-2
/
+23
*
radv/gfx10: determine if a pipeline is eligible for NGG passthrough
Samuel Pitoiset
2020-01-13
1
-0
/
+2
*
radv: Replace supports_spill with explict_scratch_args
Connor Abbott
2019-11-25
1
-1
/
+1
*
radv: remove useless RADV_DEBUG=unsafemath debug option
Samuel Pitoiset
2019-11-15
1
-1
/
+0
*
radv: implement VK_EXT_subgroup_size_control
Samuel Pitoiset
2019-11-06
1
-0
/
+5
*
radv: determine shaders wavesize at pipeline level
Samuel Pitoiset
2019-11-06
1
-1
/
+0
*
radv: fix dumping SPIR-V into hang reports
Samuel Pitoiset
2019-10-30
1
-1
/
+1
*
radv: add radv_create_shaders() to radv_shader.h
Timothy Arceri
2019-10-26
1
-0
/
+10
*
radv: implement VK_KHR_shader_float_controls
Samuel Pitoiset
2019-10-18
1
-0
/
+2
*
radv/gfx10: fix NGG streamout with triangle strips for VS
Samuel Pitoiset
2019-10-02
1
-0
/
+3
*
aco,radv: rename record_llvm_ir/llvm_ir_string to record_ir/ir_string
Rhys Perry
2019-09-26
1
-4
/
+4
*
radv/aco: return a correct name and description for the backend IR
Rhys Perry
2019-09-26
1
-0
/
+1
*
radv/aco: Setup alternate path in RADV to support the experimental ACO compiler
Daniel Schürmann
2019-09-19
1
-1
/
+4
*
radv: keep GS threads with excessive emissions which could write to memory
Rhys Perry
2019-09-16
1
-0
/
+1
*
radv/gfx10: add an option to switch from legacy to NGG streamout
Samuel Pitoiset
2019-09-16
1
-0
/
+1
*
radv: store the ESGS ring size as part of gfx10_ngg_info
Samuel Pitoiset
2019-09-10
1
-0
/
+1
*
radv: store GFX10 NGG state as part of the shader info
Samuel Pitoiset
2019-09-10
1
-0
/
+11
*
radv: store GFX9 GS state as part of the shader info
Samuel Pitoiset
2019-09-10
1
-0
/
+9
*
radv: fill shader info for all stages in the pipeline
Samuel Pitoiset
2019-09-10
1
-0
/
+2
*
radv: merge radv_shader_variant_info into radv_shader_info
Samuel Pitoiset
2019-09-06
1
-82
/
+64
*
radv/radeonsi: Don't count read-only data when reporting code size
Connor Abbott
2019-09-05
1
-0
/
+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
-4
/
+4
*
radv: make use of has_ls_vgpr_init_bug
Samuel Pitoiset
2019-08-27
1
-0
/
+1
*
radv: Keep shader info when needed.
Bas Nieuwenhuizen
2019-08-12
1
-2
/
+4
*
radv: Use string for nir dumping.
Bas Nieuwenhuizen
2019-08-12
1
-1
/
+1
*
radv: Get max workgroup size without nir.
Bas Nieuwenhuizen
2019-08-12
1
-0
/
+5
*
radv: Add utility function to calculate max waves.
Bas Nieuwenhuizen
2019-08-12
1
-0
/
+6
*
radv: Put wave size in shader options/info.
Bas Nieuwenhuizen
2019-08-12
1
-3
/
+2
[next]