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: 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
*
ac/nir,radv: Optimize bounds check for 64 bit CAS.
Bas Nieuwenhuizen
2019-08-02
1
-0
/
+1
*
radv/gfx10: add Wave32 support for vertex, tessellation and geometry shaders
Samuel Pitoiset
2019-08-02
1
-0
/
+1
*
radv/gfx10: add Wave32 support for fragment shaders
Samuel Pitoiset
2019-08-02
1
-0
/
+1
*
radv/gfx10: add Wave32 support for compute shaders
Samuel Pitoiset
2019-07-31
1
-0
/
+1
*
radv: Don't include radv_private.h from radv_shader.h
Daniel Schürmann
2019-07-30
1
-56
/
+13
*
radv/gfx10: implement VK_EXT_post_depth_coverage
Samuel Pitoiset
2019-07-17
1
-0
/
+1
*
radv: tidy up radv_get_shader_name() and add NGG stages
Samuel Pitoiset
2019-07-12
1
-1
/
+2
*
radv: Add a common member in the union to make things more clear.
Bas Nieuwenhuizen
2019-07-09
1
-0
/
+3
*
Revert "radv: keep track of whether NGG is used for GS on GFX10"
Bas Nieuwenhuizen
2019-07-09
1
-6
/
+0
*
radv: keep track of whether NGG is used for GS on GFX10
Samuel Pitoiset
2019-07-09
1
-0
/
+6
*
radv: Lower input attachments in NIR.
Daniel Schürmann
2019-07-08
1
-1
/
+0
*
radv/gfx10: implement NGG support (VS only)
Samuel Pitoiset
2019-07-07
1
-0
/
+2
*
radv: Combine vs and tes output keys parts.
Bas Nieuwenhuizen
2019-07-07
1
-10
/
+12
*
radv: Add the concept of radv shader binaries.
Bas Nieuwenhuizen
2019-07-04
1
-8
/
+45
*
radv: Add export_prim_id to the shader variant info.
Bas Nieuwenhuizen
2019-07-04
1
-0
/
+2
*
radv: Merge rsrc1/rsrc2 fields with the config fields.
Bas Nieuwenhuizen
2019-07-04
1
-2
/
+0
*
radv: rework how the number of VGPRs is computed
Samuel Pitoiset
2019-07-01
1
-1
/
+0
*
radv: only export clip/cull distances if PS reads them
Samuel Pitoiset
2019-06-27
1
-0
/
+2
*
radv: Run the new ycbcr lowering pass.
Bas Nieuwenhuizen
2019-04-25
1
-1
/
+2
*
radv: Add ycbcr lowering pass.
Bas Nieuwenhuizen
2019-04-25
1
-0
/
+3
*
radv: store more vertex attribute infos as pipeline keys
Samuel Pitoiset
2019-03-13
1
-0
/
+6
*
radv: Fix float16 interpolation set up.
Bas Nieuwenhuizen
2019-02-22
1
-0
/
+1
*
radv: Handle clip+cull distances more generally as compact arrays.
Bas Nieuwenhuizen
2019-02-20
1
-0
/
+2
[next]