etnaviv: drm: Drop inexistent headers
[mesa.git] / src / amd / common /
2019-06-04 Marek Olšákac: rename LLVM <= 7 helpers for readability
2019-06-04 Marek Olšákac: fix a typo in ac_build_wg_scan_bottom
2019-06-04 Rhys Perryac/nir: mark some texture intrinsics as convergent
2019-06-04 Samuel Pitoisetac,radv: do not emit vec3 for raw load/store on SI
2019-06-04 Marek Olšákac/registers: don't use the si, cik, vi names, use...
2019-06-04 Nicolai Hähnleamd/common: use generated register header
2019-06-04 Nicolai Hähnleamd/common: unify PITCH_GFX6 and PITCH_GFX9
2019-06-04 Nicolai Hähnleamd/common: rename R_3F2_CONTROL to IB_CONTROL for...
2019-06-04 Nicolai Hähnleamd/common: cleanup DATA_FORMAT/NUM_FORMAT field names
2019-06-04 Nicolai Hähnleamd/common: derive ac_debug tables from register JSON
2019-06-03 Marek Olšákac: use amdgpu-flat-work-group-size
2019-06-03 Samuel Pitoisetac,radv: remove the vec3 restriction with LLVM 9+
2019-05-27 Marek Olšákac: treat Mullins as Kabini, remove the enum
2019-05-24 Jason Ekstrandnir: Drop imov/fmov in favor of one mov instruction
2019-05-17 Samuel Pitoisetradv: add a workaround for Monster Hunter World and...
2019-05-16 Marek Olšákac: match radeonsi code in ac_shader_binary_read_config
2019-05-16 Marek Olšákr600+radeonsi: use ctx_query_reset_status on radeon
2019-05-16 Marek Olšákwinsys/amdgpu: add a parallel compute IB coupled with...
2019-05-16 Marek Olšákac: add LLVM code for triangle culling
2019-05-16 Marek Olšákac: rename SI-CIK-VI to GFX6-GFX7-GFX8
2019-05-16 Marek Olšákac: add comments to chip enums
2019-05-14 Marek Olšákac: use 1D GEPs for descriptors and constants
2019-05-13 Nicolai Hähnleamd/common: add ac_build_opencoded_fetch_format
2019-05-03 Samuel Pitoisetradv: apply the indexing workaround for atomic buffer...
2019-05-02 Samuel Pitoisetac: tidy up ac_build_llvm8_tbuffer_{load,store}
2019-04-29 Eric Engestromdelete autotools .gitignore files
2019-04-29 Rhys Perryac,ac/nir: use a better sync scope for shared atomics
2019-04-25 Bas Nieuwenhuizenac/nir: Add support for planes.
2019-04-23 Marek Olšákac: add REWIND and GDS registers to register headers
2019-04-23 Marek Olšákac: add ac_get_i1_sgpr_mask
2019-04-23 Marek Olšákac: add radeon_info::is_pro_graphics
2019-04-23 Marek Olšákac: add radeon_info::marketing_name, replacing the...
2019-04-19 Samuel Pitoisetac/nir: use the new raw/struct SSBO atomic intrisics...
2019-04-19 Samuel Pitoisetac/nir: only use the new raw/struct SSBO atomic intrins...
2019-04-19 Samuel Pitoisetac/nir: only use the new raw/struct image atomic intrin...
2019-04-17 Samuel Pitoisetac: use struct/raw store intrinsics for 8-bit/16-bit...
2019-04-17 Samuel Pitoisetac: use struct/raw load intrinsics for 8-bit/16-bit...
2019-04-17 Samuel Pitoisetac: add support for more types with struct/raw LLVM...
2019-04-17 Samuel Pitoisetac/nir: add 64-bit SSBO atomic operations support
2019-04-17 Samuel Pitoisetac/nir: use new LLVM 8 intrinsics for SSBO atomics...
2019-04-15 Bas Nieuwenhuizenac: Move has_local_buffers disable to radeonsi.
2019-04-15 Marek Olšákac: fix incorrect bindless atomic code in visit_image_a...
2019-04-15 Rhys Perrynir,ac/nir: fix cube_face_coord
2019-04-14 Karol Herbstnir: make nir_const_value scalar
2019-04-14 Karol Herbstamd/nir: some cleanups
2019-04-12 Marek Olšákac: use the common helper ac_apply_fmask_to_sample
2019-04-12 Marek Olšákradeonsi: set AC_FUNC_ATTR_READNONE for image opcodes...
2019-04-12 Samuel Pitoisetac/nir: remove some useless integer casts for ALU opera...
2019-04-12 Samuel Pitoisetac/nir: remove useless integer cast in visit_image_load()
2019-04-12 Samuel Pitoisetac/nir: remove useless integer cast in adjust_sample_in...
2019-04-12 Samuel Pitoisetac/nir: remove useles LLVMGetUndef for nir_op_pack_64_2...
2019-04-12 Samuel Pitoisetac: add ac_build_load_helper_invocation() helper
2019-04-12 Samuel Pitoisetac: add ac_build_ddxy_interp() helper
2019-04-12 Samuel Pitoisetac: add ac_build_umax() and use it where possible
2019-04-12 Samuel Pitoisetac/nir: make use of ac_build_umin() where possible
2019-04-12 Samuel Pitoisetac/nir: make use of ac_build_imin() where possible
2019-04-12 Samuel Pitoisetac/nir: make use of ac_build_imax() where possible
2019-04-12 Timothy Arceriac/nir_to_llvm: add image bindless support
2019-04-12 Timothy Arceriac/nir_to_llvm: make get_sampler_desc() more generic...
2019-04-12 Karol Herbstglsl_to_nir: handle bindless textures
2019-04-10 Rhys Perryac: add 16-bit support to ac_build_ddxy()
2019-04-10 Samuel Pitoisetac/nir: fix nir_op_b2f16
2019-04-08 Samuel Pitoisetac/nir: fix intrinsic names for atomic operations with...
2019-04-04 Marek Olšákradeonsi: enable displayable DCC on Ravens
2019-04-04 Marek Olšákradeonsi: add support for displayable DCC for multi...
2019-04-04 Marek Olšákradeonsi: add support for displayable DCC for 1 RB...
2019-04-01 Samuel Pitoisetac: add 8-bit and 64-bit support to ac_build_bitfield_r...
2019-04-01 Samuel Pitoisetac: add 8-bit support to ac_build_umsb()
2019-04-01 Samuel Pitoisetac: add 8-bit support to ac_find_lsb()
2019-04-01 Samuel Pitoisetac: add 8-bit support to ac_build_bit_count()
2019-04-01 Samuel Pitoisetac/nir: add support for nir_op_b2i8
2019-04-01 Samuel Pitoisetac: fix ac_build_umsb() for 16-bit integer type
2019-04-01 Samuel Pitoisetac: fix ac_find_lsb() for 16-bit integer type
2019-04-01 Samuel Pitoisetac: fix ac_build_bitfield_reverse() for 16-bit integer...
2019-04-01 Samuel Pitoisetac: fix ac_build_bit_count() for 16-bit integer type
2019-04-01 Samuel Pitoisetac/nir: fix nir_op_b2i16
2019-03-29 Timothy ArceriRevert "ac/nir: use new LLVM 8 intrinsics for SSBO...
2019-03-29 Samuel Pitoisetac: fix return type for llvm.amdgcn.frexp.exp.i32.64
2019-03-28 Samuel Pitoisetac: add ac_build_frex_exp() helper ans 16-bit/32-bit...
2019-03-28 Samuel Pitoisetac: add ac_build_frexp_mant() helper and 16-bit/32...
2019-03-27 Samuel Pitoisetac: use llvm.amdgcn.fmed3 intrinsic for nir_op_fmed3
2019-03-26 Nicolai Hähnleamd/surface: provide firstMipIdInTail for metadata...
2019-03-26 Bas Nieuwenhuizenac/nir: Return frag_coord as integer.
2019-03-22 Rhys Perryac/nir: implement 16-bit pack/unpack opcodes
2019-03-21 Samuel Pitoisetac: fix incorrect argument type for tbuffer.{load,store...
2019-03-21 Samuel Pitoisetac: fix 16-bit shifts
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()
next