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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ac: convert nir_op_f2f32 src to a float
Timothy Arceri
2018-02-10
1
-0
/
+1
*
ac: fix some 64bit unpack asserts
Timothy Arceri
2018-02-10
1
-2
/
+2
*
ac/nir: compute correct number of user SGPRs on GFX9
Samuel Pitoiset
2018-02-09
1
-10
/
+29
*
ac: pass struct ac_llvm_context to emit_membar()
Timothy Arceri
2018-02-09
1
-3
/
+3
*
ac: add 64bit support to ac_find_lsb()
Timothy Arceri
2018-02-09
1
-2
/
+20
*
ac: move get_elem_bits() to ac_llvm_build.c
Timothy Arceri
2018-02-09
3
-26
/
+30
*
ac: add 64bit bitCount support
Timothy Arceri
2018-02-09
1
-1
/
+6
*
ac/nir: clean up handle_fs_outputs_post()
Samuel Pitoiset
2018-02-08
1
-26
/
+38
*
ac/nir: add radv_load_output() helper
Samuel Pitoiset
2018-02-08
1
-20
/
+20
*
ac/shader: scan info about output PS declarations
Samuel Pitoiset
2018-02-08
5
-16
/
+52
*
ac/nir: add radv_export_param() helper
Samuel Pitoiset
2018-02-08
1
-21
/
+22
*
ac/nir: remove set but unused export_mask
Samuel Pitoiset
2018-02-08
2
-2
/
+0
*
ac/nir: remove dead code in handle_vs_outputs_post()
Samuel Pitoiset
2018-02-08
1
-8
/
+1
*
ac/nir: remove useless check in si_llvm_init_export_args()
Samuel Pitoiset
2018-02-08
1
-3
/
+0
*
ac/nir: use ac_build_export_null()
Samuel Pitoiset
2018-02-08
1
-2
/
+1
*
ac: add ac_build_export_null() helper
Samuel Pitoiset
2018-02-08
2
-0
/
+19
*
radv: implement VK_EXT_external_memory_host
Fredrik Höglund
2018-02-08
6
-8
/
+137
*
ac/nir: use new pknorm_i16/u16 and pk_i16/u16 LLVM intrinsics
Samuel Pitoiset
2018-02-07
1
-99
/
+47
*
ac/nir: avoid loading unused VS input components
Samuel Pitoiset
2018-02-07
1
-1
/
+6
*
ac/shader: scan vertex inputs usage mask
Samuel Pitoiset
2018-02-07
2
-0
/
+16
*
radv: run nir_opt_shrink_load
Samuel Pitoiset
2018-02-06
1
-0
/
+2
*
ac/radeonsi: add num_work_groups to the abi
Timothy Arceri
2018-02-07
2
-3
/
+3
*
ac: implement nir_intrinsic_shader_clock
Timothy Arceri
2018-02-07
1
-0
/
+3
*
ac/radeonsi: create ac_build_shader_clock() helper
Timothy Arceri
2018-02-07
2
-0
/
+10
*
ac/radeonsi: add load_local_group_size() to the abi
Timothy Arceri
2018-02-07
2
-0
/
+5
*
ac: don't call emit_outputs() for compute
Timothy Arceri
2018-02-07
1
-2
/
+3
*
ac/radeonsi: add local_invocation_ids to the abi
Timothy Arceri
2018-02-07
2
-3
/
+4
*
ac/radeonsi: add workgroup_ids to the abi
Timothy Arceri
2018-02-07
2
-5
/
+5
*
ac/nir: fix GS load input type.
Bas Nieuwenhuizen
2018-02-06
1
-1
/
+1
*
radv: don't support tc-compat on multisample d32s8 at all.
Dave Airlie
2018-02-06
1
-2
/
+2
*
ac/nir: remove emission of nir_op_fdiv
Samuel Pitoiset
2018-02-05
1
-5
/
+0
*
ac/nir: fix a crash in load_gs_input() on pre-GFX9 chips
Samuel Pitoiset
2018-02-05
1
-0
/
+3
*
amd: remove support for LLVM 3.9
Marek Olšák
2018-02-02
6
-221
/
+65
*
radeonsi: use pknorm_i16/u16 and pk_i16/u16 LLVM intrinsics
Marek Olšák
2018-02-02
2
-0
/
+177
*
ac/nir: replace SI.buffer.load.dword with amdgcn.buffer.load
Samuel Pitoiset
2018-02-02
1
-32
/
+20
*
radv: Don't expose VK_KHX_multiview on android.
Bas Nieuwenhuizen
2018-02-01
1
-1
/
+1
*
ac/nir: use ac_build_buffer_load_format for image buffer loads
Marek Olšák
2018-02-01
1
-8
/
+13
*
ac: add glc parameter to ac_build_buffer_load_format
Marek Olšák
2018-02-01
3
-3
/
+5
*
radeonsi: load the right number of components for VS inputs and TBOs
Marek Olšák
2018-02-01
2
-0
/
+38
*
radv: do not insert shaders in cache when it's disabled
Samuel Pitoiset
2018-02-01
1
-5
/
+24
*
radv: use separate bindings for graphics and compute descriptors
Samuel Pitoiset
2018-02-01
3
-53
/
+125
*
radv: store the bind point when creating descriptors with templates
Samuel Pitoiset
2018-02-01
2
-0
/
+2
*
radv: do not dump meta shader stats
Samuel Pitoiset
2018-01-31
2
-21
/
+18
*
ac/nir: fix emission of ffract for 64-bit
Samuel Pitoiset
2018-01-31
1
-7
/
+16
*
radv: remove predication on cache flushes
Matthew Nicholls
2018-01-31
4
-18
/
+13
*
ac/radeonsi: add lookup_interp_param and load_sample_position to the abi
Timothy Arceri
2018-01-31
2
-29
/
+42
*
radeonsi/nir: add prim_mask to the abi
Timothy Arceri
2018-01-31
2
-6
/
+6
*
radeonsi/nir: add si_nir_lookup_interp_param() helper
Timothy Arceri
2018-01-31
1
-0
/
+2
*
ac/nir_to_llvm: move some interp defines to the header
Timothy Arceri
2018-01-31
2
-4
/
+5
*
radv: Merge raster state with PM4 generation.
Bas Nieuwenhuizen
2018-01-30
2
-75
/
+50
[next]