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_nir_to_llvm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "ac,radeonsi: fix compilations issues with LLVM 11"
Michel Dänzer
2020-05-19
1
-1
/
+1
*
radv: Refactor calculate_tess_lds_size and get_tcs_num_patches.
Timur Kristóf
2020-04-29
1
-4
/
+8
*
ac,radeonsi: fix compilations issues with LLVM 11
Samuel Pitoiset
2020-04-27
1
-1
/
+1
*
radv: simplify checking for Navi1x chips
Samuel Pitoiset
2020-04-23
1
-4
/
+2
*
radeonsi: skip vs output optimizations for some outputs
Pierre-Eric Pelloux-Prayer
2020-04-20
1
-1
/
+1
*
radv/llvm: fix exporting the viewport index if the fragment shader needs it
Samuel Pitoiset
2020-04-17
1
-0
/
+1
*
radv: enable lowering of GS intrinsics for the LLVM backend
Samuel Pitoiset
2020-04-08
1
-48
/
+14
*
radv/gfx10: fix required ballot size with VK_EXT_subgroup_size_control
Samuel Pitoiset
2020-03-17
1
-1
/
+2
*
radv: add llvm_compiler_shader() helper
Samuel Pitoiset
2020-03-13
1
-2
/
+36
*
radv: remove unnecessary LLVM includes
Samuel Pitoiset
2020-03-13
1
-5
/
+0
*
radv: Move some helper functions to the radv_shader.h header file.
Timur Kristóf
2020-03-11
1
-83
/
+18
*
amd: join emit_kill() from radv and radeonsi in ac_nir_to_llvm
Daniel Schürmann
2020-03-09
1
-8
/
+0
*
radv: Squelch possibly-undefined warning
Eric Anholt
2020-02-18
1
-1
/
+1
*
radv/gfx10: implement NGG GS queries
Samuel Pitoiset
2020-01-29
1
-0
/
+27
*
amd/common,radv: move vertex_format_table to ac_shader_util.{h,c}
Rhys Perry
2020-01-28
1
-27
/
+3
*
radv/gfx10: simplify some duplicated NGG GS code
Samuel Pitoiset
2020-01-15
1
-62
/
+41
*
radv/gfx10: add support for NGG passthrough mode
Samuel Pitoiset
2020-01-13
1
-9
/
+13
*
radv/gfx10: do not declare LDS for NGG if useless
Samuel Pitoiset
2020-01-13
1
-6
/
+9
*
ac: unify primitive export code
Marek Olšák
2020-01-08
1
-54
/
+6
*
ac: unify build_sendmsg_gs_alloc_req
Marek Olšák
2020-01-08
1
-24
/
+4
*
ac: declare an enum for the OOB select field on GFX10
Samuel Pitoiset
2019-12-19
1
-1
/
+1
*
radv/gfx10: fix ngg_get_ordered_id
Samuel Pitoiset
2019-12-17
1
-1
/
+1
*
radv: handle unaligned vertex fetches on GFX6/GFX10
Samuel Pitoiset
2019-12-13
1
-47
/
+86
*
radv/gfx10: fix the vertex order for triangle strips emitted by a GS
Samuel Pitoiset
2019-12-04
1
-48
/
+47
*
radv: simplify a check in radv_fixup_vertex_input_fetches()
Samuel Pitoiset
2019-12-04
1
-4
/
+2
*
ac: set swizzled bit in cache policy as a hint not to merge loads/stores
Marek Olšák
2019-11-25
1
-10
/
+10
*
radv: Replace supports_spill with explict_scratch_args
Connor Abbott
2019-11-25
1
-9
/
+5
*
radv: Move argument declaration out of nir_to_llvm
Connor Abbott
2019-11-25
1
-774
/
+51
*
ac/nir, radv, radeonsi: Switch to using ac_shader_args
Connor Abbott
2019-11-25
1
-706
/
+701
*
radv: Rename ac_arg_regfile
Connor Abbott
2019-11-25
1
-2
/
+2
*
radv: remove useless RADV_DEBUG=unsafemath debug option
Samuel Pitoiset
2019-11-15
1
-25
/
+1
*
radv: fix radv_nir_get_max_workgroup_size when nir=NULL
Rhys Perry
2019-11-11
1
-1
/
+4
*
radv/gfx10: fix primitive indices orientation for NGG GS
Samuel Pitoiset
2019-11-07
1
-7
/
+45
*
radv: determine shaders wavesize at pipeline level
Samuel Pitoiset
2019-11-06
1
-2
/
+1
*
radv: hardcode the number of waves for the GFX6 LS-HS bug
Samuel Pitoiset
2019-11-06
1
-1
/
+1
*
radv: declare NGG scratch for VS or TES and only on GFX10
Samuel Pitoiset
2019-10-31
1
-5
/
+3
*
radv: implement VK_KHR_shader_float_controls
Samuel Pitoiset
2019-10-18
1
-3
/
+7
*
radv/gfx10: fix NGG streamout with triangle strips for VS
Samuel Pitoiset
2019-10-02
1
-1
/
+5
*
radv/gfx10: fix storing/loading NGG stream outputs for GS
Samuel Pitoiset
2019-10-02
1
-12
/
+77
*
radv/gfx10: use the component mask when storing/loading NGG stream outputs
Samuel Pitoiset
2019-10-02
1
-0
/
+6
*
radv/gfx10: fix storing/loading NGG stream outputs for VS and TES
Samuel Pitoiset
2019-10-02
1
-8
/
+10
*
aco,radv: rename record_llvm_ir/llvm_ir_string to record_ir/ir_string
Rhys Perry
2019-09-26
1
-1
/
+1
*
radv: never kill a NGG GS shader
Rhys Perry
2019-09-18
1
-1
/
+3
*
radv: fix loading 64-bit GS inputs
Samuel Pitoiset
2019-09-18
1
-0
/
+35
*
radv: always emit a position export in gs copy shaders
Rhys Perry
2019-09-16
1
-1
/
+1
*
radv: keep GS threads with excessive emissions which could write to memory
Rhys Perry
2019-09-16
1
-4
/
+11
*
radv/gfx10: implement NGG streamout
Samuel Pitoiset
2019-09-16
1
-7
/
+514
*
radv/gfx10: unconditionally declare scratch space for NGG streamout without GS
Samuel Pitoiset
2019-09-16
1
-0
/
+22
*
radv/gfx10: adjust the GS NGG scratch size for streamout
Samuel Pitoiset
2019-09-16
1
-2
/
+4
*
radv/gfx10: add an option to switch from legacy to NGG streamout
Samuel Pitoiset
2019-09-16
1
-3
/
+9
[next]