intel: Add icl pci id for INTEL_DEVID_OVERRIDE
[mesa.git] / src / amd /
2018-02-28 Samuel Pitoisetac/shader: move scanning some info about input PS decla...
2018-02-27 Dave Airlieac/radv: move load base vertex abi setup to vertex...
2018-02-27 Dave Airlieac/shader: fix vertex input with components.
2018-02-27 Dave Airlieradv: remove device pointer from buffer.
2018-02-27 Timothy Arceriac: implement nir_op_ldexp
2018-02-27 Timothy Arceriac: fix nir_op_fdd{x,y} handling
2018-02-27 Timothy Arceriac/radeonsi: add load_base_vertex() to the abi
2018-02-27 Timothy Arceriac: add support for handling nir_intrinsic_load_vertex_id
2018-02-27 Timothy Arceriac: fix f2b and i2b for doubles
2018-02-27 Samuel Pitoisetac/nir: clean up a hack about rounding 2nd coord component
2018-02-27 Dave Airlieradv: expose async compute on SI
2018-02-27 Dave Airlieradv: merge tess rings into a single bo
2018-02-26 Samuel Pitoisetac/nir: use ordered float comparisons except for not...
2018-02-26 Timothy Arceriac: make use of ac_get_llvm_num_components() helper
2018-02-24 James Leggradv: Really use correct HTILE expanded words.
2018-02-23 Mauro Rossiradv/extensions: fix c_vk_version for patch == None
2018-02-23 Bas Nieuwenhuizenradv: Fix autotools build.
2018-02-22 Bas Nieuwenhuizenradv: Return NULL for entrypoints when not supported.
2018-02-22 Bas Nieuwenhuizenradv: Reword radv_entrypoints_gen.py
2018-02-22 Bas Nieuwenhuizenradv: Track enabled extensions.
2018-02-22 Bas Nieuwenhuizenradv: Put supported extensions in a struct.
2018-02-22 Samuel Pitoisetac/nir: remove emission of nir_op_fpow
2018-02-22 Samuel Pitoisetradv: enable lowering of fpow to fexp2 and flog2
2018-02-22 Samuel Pitoisetac/nir: set GLC=1 for load/store of coherent/volatile...
2018-02-21 Timothy Arceriac/radeonsi: pass type to load_tess_varyings()
2018-02-21 James Zhuamd/common:add uvd hevc enc support check in hw query
2018-02-21 Samuel Pitoisetac/nir: add glsl_is_array_image() helper
2018-02-21 Samuel Pitoisetac/nir: set the DA field when performing atomics on...
2018-02-21 Dave Airlieradv: don't send num_tcs_input_cp to sgprs.
2018-02-21 Dave Airlieradv/tess: don't need to look in constant for vertices_...
2018-02-21 Dave Airlieac/radv: cleanup some tcs output values access
2018-02-21 Dave Airlieac/radv: remove total_vertices variable
2018-02-21 Dave Airlieac/radv: don't mark tess inner as used if we don't...
2018-02-20 Dave Airlieac/nir: to integer the args to bcsel.
2018-02-20 Samuel Pitoisetac/nir: move ac_declare_lds_as_pointer() outside of...
2018-02-20 Samuel Pitoisetradv: allow to force family using RADV_FORCE_FAMILY
2018-02-19 Samuel Pitoisetradv: compact varyings after removing unused ones
2018-02-17 Marek Olšákradeonsi: implement 32-bit pointers in user data SGPRs...
2018-02-17 Marek Olšákac: query high bits of 32-bit address space
2018-02-15 Bas Nieuwenhuizenradv: Always lower indirect derefs after nir_lower_glob...
2018-02-15 Samuel Pitoisetac/nir: do not reserve user SGPRs for unused descriptor...
2018-02-15 Samuel Pitoisetac/shader: fix gathering of desc_set_used_mask
2018-02-15 Samuel Pitoisetac/shader: be a little smarter when scanning vertex...
2018-02-14 Timothy Arceriac: implement nir_intrinsic_image_samples
2018-02-14 Timothy Arceriac/nir_to_llvm: fix image size for arrays of arrays
2018-02-14 Samuel Pitoisetac/nir: rename nir_to_llvm_context to radv_shader_context
2018-02-14 Samuel Pitoisetac: remove nir_to_llvm_context from ac_nir_translate()
2018-02-14 Samuel Pitoisetac/nir: remove nir_to_llvm_context::nir link
2018-02-14 Samuel Pitoisetac: move the outputs array to the ABI
2018-02-14 Samuel Pitoisetac/shader: scan force_persample
2018-02-14 Bas Nieuwenhuizenac: Use the renumbered const address space for LLVM 7.
2018-02-13 Timothy Arceriac/nir: add nir_intrinsic_{load,store}_shared support
2018-02-13 Timothy Arceriac/nir_to_llvm: add support for nir_intrinsic_shared_at...
2018-02-12 Eric Anholtradv: Fix compiler warning about uninitialized 'set'
2018-02-12 Eric Anholtac/nir: Fix compiler warning about uninitialized dw_addr.
2018-02-12 Samuel Pitoisetac/nir: remove backlink to nir_to_llvm_context
2018-02-12 Samuel Pitoisetac/nir: remove nir_to_llvm_context::module
2018-02-12 Samuel Pitoisetac/nir: remove nir_to_llvm_context::builder
2018-02-12 Samuel Pitoisetac/nir: drop nir_to_llvm_context from glsl_to_llvm_type()
2018-02-12 Samuel Pitoisetac/nir: drop nir_to_llvm_context from visit_var_atomic()
2018-02-12 Samuel Pitoisetac/nir: drop nir_to_llvm_context from visit_vulkan_reso...
2018-02-12 Samuel Pitoisetac/nir: drop nir_to_llvm_context from visit_load_push_c...
2018-02-12 Samuel Pitoisetac/nir: drop nir_to_llvm_context from cast_ptr()
2018-02-12 Samuel Pitoisetac/nir: drop nir_to_llvm_context from visit_load_local_...
2018-02-12 Samuel Pitoisetac/nir: drop nir_to_llvm_context from emit_f2f16()
2018-02-12 Samuel Pitoisetac: remove unused parameters in abi::load_tess_coord()
2018-02-12 Samuel Pitoisetac/nir: remove useless bitcast in load_tess_coord()
2018-02-12 Samuel Pitoisetac: add load_resource() to the ABI
2018-02-12 Samuel Pitoisetac: add load_sample_mask_in() to the ABI
2018-02-12 Samuel Pitoisetac: move view_index to the ABI
2018-02-12 Samuel Pitoisetac: move push_constants to the ABI
2018-02-12 Samuel Pitoisetac: move tg_size to the ABI
2018-02-12 Samuel Pitoisetac/nir: remove unused nir_to_llvm_context:{defs,phis}
2018-02-09 Timothy Arceriac: convert nir_op_f2f32 src to a float
2018-02-09 Timothy Arceriac: fix some 64bit unpack asserts
2018-02-09 Samuel Pitoisetac/nir: compute correct number of user SGPRs on GFX9
2018-02-09 Timothy Arceriac: pass struct ac_llvm_context to emit_membar()
2018-02-08 Timothy Arceriac: add 64bit support to ac_find_lsb()
2018-02-08 Timothy Arceriac: move get_elem_bits() to ac_llvm_build.c
2018-02-08 Timothy Arceriac: add 64bit bitCount support
2018-02-08 Samuel Pitoisetac/nir: clean up handle_fs_outputs_post()
2018-02-08 Samuel Pitoisetac/nir: add radv_load_output() helper
2018-02-08 Samuel Pitoisetac/shader: scan info about output PS declarations
2018-02-08 Samuel Pitoisetac/nir: add radv_export_param() helper
2018-02-08 Samuel Pitoisetac/nir: remove set but unused export_mask
2018-02-08 Samuel Pitoisetac/nir: remove dead code in handle_vs_outputs_post()
2018-02-08 Samuel Pitoisetac/nir: remove useless check in si_llvm_init_export_args()
2018-02-08 Samuel Pitoisetac/nir: use ac_build_export_null()
2018-02-08 Samuel Pitoisetac: add ac_build_export_null() helper
2018-02-07 Fredrik Höglundradv: implement VK_EXT_external_memory_host
2018-02-07 Samuel Pitoisetac/nir: use new pknorm_i16/u16 and pk_i16/u16 LLVM...
2018-02-07 Samuel Pitoisetac/nir: avoid loading unused VS input components
2018-02-07 Samuel Pitoisetac/shader: scan vertex inputs usage mask
2018-02-06 Samuel Pitoisetradv: run nir_opt_shrink_load
2018-02-06 Timothy Arceriac/radeonsi: add num_work_groups to the abi
2018-02-06 Timothy Arceriac: implement nir_intrinsic_shader_clock
2018-02-06 Timothy Arceriac/radeonsi: create ac_build_shader_clock() helper
2018-02-06 Timothy Arceriac/radeonsi: add load_local_group_size() to the abi
2018-02-06 Timothy Arceriac: don't call emit_outputs() for compute
2018-02-06 Timothy Arceriac/radeonsi: add local_invocation_ids to the abi
next