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
/
common
/
ac_nir_to_llvm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ac/nir: expand 64-bit vec3 loads to fix shuffling.
Dave Airlie
2018-05-01
1
-0
/
+5
*
ac: fix texture query LOD for 1D textures on GFX9
Samuel Pitoiset
2018-04-27
1
-0
/
+8
*
ac: teach get_ac_sampler_dim() about subpass attachments
Samuel Pitoiset
2018-04-23
1
-17
/
+7
*
ac/nir: add missing round_slice for 1D arrays
Samuel Pitoiset
2018-04-23
1
-0
/
+7
*
ac/nir: fix image dimension for subpass attachments
Samuel Pitoiset
2018-04-20
1
-3
/
+15
*
ac/nir: handle nir_intrinsic_load_first_vertex like base_vertex
Samuel Pitoiset
2018-04-20
1
-2
/
+2
*
ac/nir: use ac_build_image_opcode for image intrinsics
Nicolai Hähnle
2018-04-20
1
-112
/
+78
*
amd/common: pass address components individually to ac_build_image_intrinsic
Nicolai Hähnle
2018-04-20
1
-245
/
+120
*
amd/common: pass new enum ac_image_dim to ac_build_image_opcode
Nicolai Hähnle
2018-04-20
1
-8
/
+46
*
ac/nir: fix atomic compare-and-swap
Nicolai Hähnle
2018-04-20
1
-0
/
+1
*
ac/nir: Make the GFX9 buffer size fix apply to image loads/atomics too.
Bas Nieuwenhuizen
2018-04-16
1
-17
/
+22
*
ac: handle subgroup intrinsics
Daniel Schürmann
2018-04-14
1
-29
/
+40
*
ac/nir: Use an array instead of hashtable for SSA defs.
Bas Nieuwenhuizen
2018-04-10
1
-9
/
+13
*
util: Include bitscan.h directly
Ian Romanick
2018-03-29
1
-0
/
+1
*
ac: add support for trinary_minmax instructions
Daniel Schürmann
2018-03-29
1
-0
/
+54
*
ac/nir: Add workaround for GFX9 buffer views.
Bas Nieuwenhuizen
2018-03-29
1
-7
/
+31
*
ac/radeonsi: pass bindless bool to load_sampler_desc()
Timothy Arceri
2018-03-28
1
-2
/
+9
*
ac/nir_to_llvm: fix component packing for double outputs
Timothy Arceri
2018-03-28
1
-1
/
+3
*
nir: Rename image intrinsics to image_var
Jason Ekstrand
2018-03-23
1
-21
/
+21
*
ac/nir_to_llvm: add frexp support
Timothy Arceri
2018-03-22
1
-0
/
+11
*
ac/nir: pass the nir variable through tcs loading.
Dave Airlie
2018-03-14
1
-7
/
+3
*
ac/nir: Use lower_vote_eq_to_ballot instead of ac_nir_lower_subgroups
Jason Ekstrand
2018-03-13
1
-3
/
+0
*
ac/nir: rename radeon_llvm_reg_index_soa() to ac_llvm_reg_index_soa()
Samuel Pitoiset
2018-03-13
1
-3
/
+3
*
ac/nir: remove some unnecessary includes and declarations
Samuel Pitoiset
2018-03-13
1
-4
/
+0
*
ac/nir: drop radv prefix from radv_lower_gather4_integer()
Samuel Pitoiset
2018-03-13
1
-4
/
+4
*
ac/nir: move all RADV related code to radv_nir_to_llvm.c
Samuel Pitoiset
2018-03-13
1
-3403
/
+0
*
ac/nir: make emit_barrier() non-static
Samuel Pitoiset
2018-03-13
1
-4
/
+4
*
ac/nir: move radeon_llvm_reg_index_soa() to ac_nir_to_llvm.h
Samuel Pitoiset
2018-03-13
1
-5
/
+0
*
ac/nir: make handle_shader_output_decl() non-static
Samuel Pitoiset
2018-03-13
1
-10
/
+10
*
ac/nir: change prototype of handle_shader_output_decl()
Samuel Pitoiset
2018-03-13
1
-14
/
+14
*
ac/nir: move unpack_param() to ac_llvm_build.c
Samuel Pitoiset
2018-03-13
1
-33
/
+16
*
ac/nir: move trim_vector to ac_llvm_build.c
Samuel Pitoiset
2018-03-13
1
-24
/
+5
*
ac/nir: move cast_ptr() to ac_llvm_build.c
Samuel Pitoiset
2018-03-13
1
-10
/
+2
*
ac/nir: move ac_build_alloca() to ac_llvm_build.c
Samuel Pitoiset
2018-03-13
1
-39
/
+3
*
ac/nir: set number of channels for packed mrt exports
Samuel Pitoiset
2018-03-09
1
-0
/
+5
*
ac/nir: do not emit unnecessary null exports in fragment shaders
Samuel Pitoiset
2018-03-08
1
-13
/
+16
*
ac/radeonsi: add emit_kill to the abi
Timothy Arceri
2018-03-08
1
-1
/
+8
*
ac: make use of if/loop build helpers
Timothy Arceri
2018-03-08
1
-42
/
+18
*
ac: add if/loop build helpers
Timothy Arceri
2018-03-08
1
-0
/
+2
*
ac: implement AMD_gcn_shader extended instructions
Daniel Schürmann
2018-03-07
1
-0
/
+28
*
radv: Add minimal subgroup support.
Bas Nieuwenhuizen
2018-03-07
1
-0
/
+49
*
ac/nir: Add vote_ieq/vote_feq lowering pass.
Bas Nieuwenhuizen
2018-03-07
1
-5
/
+3
*
nir: Generalize nir_intrinsic_vote_eq
Jason Ekstrand
2018-03-07
1
-1
/
+1
*
ac/nir: don't put lod into args if it's zero.
Dave Airlie
2018-03-07
1
-2
/
+1
*
ac/nir: count the scratch private memory size
Samuel Pitoiset
2018-03-06
1
-2
/
+8
*
ac/nir: only enable used channels when exporting parameters
Samuel Pitoiset
2018-03-06
1
-4
/
+20
*
ac/nir: pass the number of enabled channels to si_llvm_init_export_args()
Samuel Pitoiset
2018-03-06
1
-8
/
+13
*
ac: pass the unmodified number of components to load gs inputs
Timothy Arceri
2018-03-06
1
-2
/
+2
*
ac: add ac_build_fsign()
Samuel Pitoiset
2018-03-05
1
-25
/
+2
*
ac: add ac_build_isign()
Samuel Pitoiset
2018-03-05
1
-24
/
+2
[next]