util: move BITFIELD macros to util/macros.h
[mesa.git] / src / amd / common /
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
2018-11-20 Dave Airlieac: avoid casting pointers on bcsel and stores
2018-11-20 Samuel Pitoisetac/nir: fix intrinsic name string size in visit_image_a...
2018-11-19 Bas Nieuwenhuizenradv: Use structured intrinsics instead of indexing...
2018-11-09 Marek Olšákac/surface: remove the overallocation workaround for...
2018-11-08 Samuel Pitoisetradv: use LOAD_CONTEXT_REG when loading fast clear...
2018-11-07 Timothy Arceriac/nir_to_llvm: fix b2f for f64
2018-11-02 Jan Veselyamd: Make vgpr-spilling depend on llvm version
2018-11-01 Samuel Pitoisetac/nir: make use of i1false in few more places
2018-10-31 Samuel Pitoisetradv: use WAIT_REG_MEM_GREATER_OR_EQUAL instead of...
2018-10-30 Marek Olšákradeonsi: add support for Raven2 (v2)
2018-10-29 Marek Olšákac: fix ac_build_fdiv for f64
2018-10-29 Samuel Pitoisetradv: implement VK_EXT_transform_feedback
2018-10-25 Eric Engestromutil: use C99 declaration in the for-loop hash_table_fo...
2018-10-23 Leo Liuamd/common: check DRM version 3.27 for JPEG decode
2018-10-23 Boyuan Zhangamd/common: add vcn jpeg ip info query
2018-10-22 Connor Abbottac: Fix loading a dvec3 from an SSBO
2018-10-22 Connor Abbottac: Introduce ac_build_expand()
2018-10-16 Marek Olšákac: add helpers for fast integer division by a constant
2018-10-16 Marek Olšákradeonsi: save raster config in screen, add se_tile_repeat
2018-10-16 Marek Olšákradeonsi: rename si_gfx_* functions to si_cp_*
2018-10-16 Marek Olšákradeonsi: make si_gfx_write_event_eop more configurable
2018-10-16 Alex Smithac/nir: Use context-specific LLVM types
2018-10-12 Samuel Pitoisetradv: emit the GLC bit for SSBO loads/stores when needed
2018-10-07 Marek Olšákac: add ac_build_round
2018-10-07 Marek Olšákac: correct PKT3_COPY_DATA definitions
2018-10-07 Marek Olšákac: simplify LLVM alloca helpers
2018-10-07 Marek Olšákac: define all address spaces properly
2018-09-28 Samuel Pitoisetradv: do not use the availability bit for timestamp...
2018-09-17 Samuel Pitoisetac: add 16-bit support to ac_build_bitfield_reverse()
2018-09-17 Samuel Pitoisetac: add 16-bit support to ac_build_bit_count()
2018-09-17 Samuel Pitoisetac: add 16-bit support to ac_find_lsb()
2018-09-17 Samuel Pitoisetac: add 16-bit support to ac_build_umsb()
2018-09-17 Samuel Pitoisetac: add 16-bit support to ac_build_isign()
2018-09-17 Samuel Pitoisetac: add 16-bit constant values for zero and one
2018-09-17 Samuel Pitoisetac: add ac_build_bifield_reverse() helper
2018-09-17 Samuel Pitoisetac: add ac_build_bit_count() helper
2018-09-15 Timothy Arceriac: fix get_image_coords() for radeonsi
2018-09-10 Marek Olšákradeonsi: adjust and simplify max_alloc_size determination
2018-09-10 Marek Olšákradeonsi: fix GPU hangs with bindless textures and...
2018-09-10 Marek Olšákac: remove deprecated use of LLVMInt1Type()
2018-09-10 Marek Olšákac: use iN_0/1 constants
2018-09-10 Marek Olšákac: add radeon_info::num_good_cu_per_sh
2018-09-10 Marek Olšákac: revert new LLVM 7.0 behavior for fdiv
2018-08-31 Dave Airlieac/radeonsi: fix CIK copy max size
next