ac: add 16-bit support to fract
[mesa.git] / src / amd / common /
2019-03-21 Samuel Pitoisetac: add 16-bit support to fract
2019-03-21 Samuel Pitoisetac: add 16-bit support fo fsign
2019-03-21 Samuel Pitoisetac: add f16_0 and f16_1 constants
2019-03-21 Rhys Perryac/nir: implement 8-bit conversions
2019-03-21 Rhys Perryac/nir: add 8-bit types to glsl_base_to_llvm_type
2019-03-21 Rhys Perryac/nir: implement 8-bit ssbo stores
2019-03-21 Samuel Pitoisetac: add ac_build_tbuffer_store_byte() helper
2019-03-21 Rhys Perryac/nir: implement 8-bit push constant, ssbo and ubo...
2019-03-21 Samuel Pitoisetac: add ac_build_tbuffer_load_byte() helper
2019-03-21 Samuel Pitoisetac: add various int8 definitions
2019-03-20 Samuel Pitoisetac: use new LLVM 8 intrinsics in ac_build_buffer_store_...
2019-03-20 Samuel Pitoisetac: use new LLVM 8 intrinsic when storing 16-bit values
2019-03-20 Samuel Pitoisetac: add ac_build_{struct,raw}_tbuffer_store() helpers
2019-03-20 Samuel Pitoisetac: use new LLVM 8 intrinsics in ac_build_buffer_load()
2019-03-20 Samuel Pitoisetac/nir: use ac_build_buffer_store_dword() for SSBO...
2019-03-20 Samuel Pitoisetac/nir: use ac_build_buffer_load() for SSBO load operations
2019-03-20 Samuel Pitoisetac/nir: use new LLVM 8 intrinsics for SSBO atomic opera...
2019-03-20 Samuel Pitoisetac/nir: remove one useless check in visit_store_ssbo()
2019-03-20 Samuel Pitoisetac: add ac_build_buffer_store_format() helper
2019-03-20 Samuel Pitoisetac/nir: set attrib flags for SSBO and image store opera...
2019-03-20 Samuel Pitoisetac: make use of ac_get_store_intr_attribs() where possible
2019-03-20 Samuel Pitoisetac: use llvm.amdgcn.fract intrinsic for nir_op_ffract
2019-03-17 Timothy Arceriac/nir_to_llvm: add assert to emit_bcsel()
2019-03-13 Samuel Pitoisetac: use the raw tbuffer version for 16-bit SSBO loads
2019-03-13 Samuel Pitoisetac: add ac_build_{struct,raw}_tbuffer_load() helpers
2019-03-13 Samuel Pitoisetac: rework typed buffers loads for LLVM 7
2019-03-12 Rhys Perryac/nir: fix 16-bit ssbo stores
2019-03-06 Timothy Arcerinir: rename glsl_type_is_struct() -> glsl_type_is_struc...
2019-03-06 Timothy Arceriglsl: rename record_location_offset() -> struct_locatio...
2019-02-22 Bas Nieuwenhuizenradv: Fix float16 interpolation set up.
2019-02-20 Bas Nieuwenhuizenradv: Handle clip+cull distances more generally as...
2019-02-19 Kenneth Graunkeradeonsi: Go back to using llvm.pow intrinsic for nir_o...
2019-02-19 Rhys Perryac/nir: implement half-float nir_op_ldexp
2019-02-19 Rhys Perryac/nir: implement half-float nir_op_frsq
2019-02-19 Rhys Perryac/nir: implement half-float nir_op_frcp
2019-02-19 Rhys Perryac/nir: make ac_build_fdiv support 16-bit floats
2019-02-19 Rhys Perryac/nir: make ac_build_isign work on all bit sizes
2019-02-19 Rhys Perryac/nir: make ac_build_clamp work on all bit sizes
2019-02-19 Rhys Perryac/nir: fix 64-bit nir_op_f2f16_rtz
2019-02-19 Rhys Perryac/nir: implement 8-bit nir_load_const_instr
2019-02-18 Samuel Pitoisetac: use new LLVM 8 intrinsic when loading 16-bit values
2019-02-18 Samuel Pitoisetac: add ac_build_llvm8_tbuffer_load() helper
2019-02-14 Samuel Pitoisetac: make use of ac_build_expand_to_vec4() in visit_imag...
2019-02-12 Samuel Pitoisetradv: add support for push constants inlining when...
2019-02-06 Bas Nieuwenhuizenamd/common: Implement global memory accesses.
2019-02-06 Bas Nieuwenhuizenamd/common: Do not use 32-bit loads for shared memory.
2019-02-06 Bas Nieuwenhuizenamd/common: handle nir_deref_cast for shared memory...
2019-02-06 Bas Nieuwenhuizenamd/common: Handle nir_deref_type_ptr_as_array for...
2019-02-06 Bas Nieuwenhuizenamd/common: Fix stores to derefs with unknown variable.
2019-02-06 Bas Nieuwenhuizenamd/common: Use correct writemask for shared memory...
2019-02-06 Bas Nieuwenhuizenamd/common: Implement ptr->int casts in ac_to_integer.
2019-02-06 Bas Nieuwenhuizenamd/common: Add gep helper for pointer increment.
2019-02-01 Timothy Arceriac/radv/radeonsi: add ac_get_num_physical_sgprs() helper
2019-01-29 Marek Olšákac: use the correct LLVM processor name on Raven2
2019-01-27 Timothy Arceriradv/ac: fix some fp16 handling
2019-01-26 Timothy Arceriac/nir_to_llvm: fix clamp shadow reference for more...
2019-01-22 Timothy Arceriac/nir_to_llvm: fix interpolateAt* for structs
2019-01-22 Timothy Arceriac/nir_to_llvm: add bindless support for uniform handles
2019-01-22 Marek Olšákradeonsi: correct WRITE_DATA.DST_SEL definitions
2019-01-21 Karol Herbstmesa: add MESA_SHADER_KERNEL
2019-01-19 Karol Herbstnir: rename nir_var_shared to nir_var_mem_shared
2019-01-19 Karol Herbstnir: rename nir_var_function to nir_var_function_temp
2019-01-18 Timothy Arceriac/nir_to_llvm: fix interpolateAt* for arrays
2019-01-16 Timothy Arceriac/nir_to_llvm: add support for structs to get_sampler_...
2019-01-16 Timothy Arceriac/nir_to_llvm: fix regression in bindless support
2019-01-16 Timothy Arceriac/nir_to_llvm: fix type handling in image code
2019-01-16 Samuel Pitoisetac/nir: don't trash L1 caches for store operations...
2019-01-16 Marek Olšákwinsys/amdgpu: fix whitespace
2019-01-14 Samuel Pitoisetac: add missing 16-bit types to glsl_base_to_llvm_type()
2019-01-14 Samuel Pitoisetac/nir: set cache policy when loading/storing buffer...
2019-01-14 Samuel Pitoisetac/nir: add get_cache_policy() helper and use it
2019-01-14 Michel Dänzeramd/common: Restore v4i32 suffix for llvm.SI.load.const...
2019-01-14 Nicolai Hähnleamd/common/vi+: enable SMEM loads with GLC=1
2019-01-14 Nicolai Hähnleamd/common: use llvm.amdgcn.s.buffer.load for LLVM 8.0
2019-01-09 Rhys Perryac/nir,radv,radeonsi/nir: use correct indices for inter...
2019-01-08 Karol Herbstnir: rename global/local to private/function memory
2019-01-07 Bas Nieuwenhuizenamd/common: Add some parentheses to silence warning.
2019-01-07 Marek Olšákac: remove unused variable from ac_build_ddxy
2019-01-07 Bas Nieuwenhuizenradv: Implement buffer stores with less than 4 components.
2019-01-01 Timothy Arceriac/nir_to_llvm: add ac_are_tessfactors_def_in_all_invocs()
2018-12-20 Samuel Pitoisetac/nir: restrict fmask lookup to image load intrinsics
2018-12-20 Bas Nieuwenhuizenradv: Work around non-renderable 128bpp compressed...
2018-12-20 Samuel Pitoisetac/nir: remove the bitfield_extract workaround for...
2018-12-19 Nicolai Hähnleradeonsi/gfx9: use SET_UCONFIG_REG_INDEX packets when...
2018-12-19 Nicolai Hähnleac/surface: 3D and cube surfaces are never displayable
2018-12-19 Nicolai Hähnleamd/common: add i1 special case to ac_build_{inclusive...
2018-12-19 Nicolai Hähnleamd/common: scan/reduce across waves of a workgroup
2018-12-19 Nicolai Hähnleamd/common: add ac_build_ifcc
2018-12-19 Nicolai Hähnleamd/common: whitespace fixes
2018-12-19 Nicolai Hähnleamd/sid_tables: add additional python3 compatibility...
2018-12-16 Jason Ekstrandnir: Rename Boolean-related opcodes to include 32 in...
2018-12-16 Rhys Perryac: split 16-bit ssbo loads that may not be dword aligned
2018-12-16 Rhys Perryac: refactor visit_load_buffer
2018-12-06 Samuel Pitoisetamd: remove support for LLVM 6.0
2018-12-05 Jason Ekstrandnir: Make boolean conversions sized just like the others
2018-11-29 Nicolai Hähnleamd/addrlib: update Mesa's copy of addrlib
2018-11-29 Nicolai Hähnleac/surface/gfx9: let addrlib choose the preferred swizz...
2018-11-29 Nicolai Hähnleradv: remove dependency on addrlib gfx9_enum.h
2018-11-20 Dave Airlieac: handle cast derefs
2018-11-20 Dave Airlieradv: handle loading from shared pointers
next