meson: move gl pkgconfig generation out of glx
[mesa.git] / src / amd / common /
2017-11-09 Dave Airlieac/nir: add support for all intrinsics. (v2)
2017-11-07 Marek Olšákamd/addrlib: update to latest version
2017-11-07 Marek Olšákradeonsi: use ac_create_target_machine
2017-11-07 Marek Olšákradeonsi: use ac_get_llvm_processor_name
2017-11-07 Marek Olšákradeonsi: remove unused field in the PCI ID table
2017-11-07 Dave Airlieac/nir: for ubo load use correct num_components
2017-11-03 Timothy Arceriac: remove the remaining duplicate llvm types
2017-11-03 Timothy Arceriac: remove usused v4f32
2017-11-03 Timothy Arceriac: add v2f32 to the common code and make use of it
2017-11-03 Timothy Arceriac: use the ac f16 llvm type
2017-11-03 Timothy Arceriac: use the ac f32 llvm type
2017-11-03 Timothy Arceriac: use the ac f64 llvm type
2017-11-03 Timothy Arceriac: use the common v8i32 llvm type
2017-11-03 Timothy Arceriac: use the common v4i32 llvm type
2017-11-03 Timothy Arceriac: add v3i32 to the common code and make use of it
2017-11-03 Timothy Arceriac: add v2i32 to the common code and use it
2017-11-03 Timothy Arceriac: use the ac i64 llvm type
2017-11-03 Timothy Arceriac: remove unused i16 llvm type
2017-11-03 Timothy Arceriac: use the ac ivoidt llvm type
2017-11-03 Timothy Arceriac: use the ac i8 llvm type
2017-11-03 Timothy Arceriac: use the ac i1 llvm type
2017-11-03 Timothy Arceriac: use the ac i32 llvm type
2017-11-03 Timothy Arceriac/radeonsi: add support for tex instr without a derefence
2017-11-02 Marek Olšákradeonsi: remove 'Authors:' comments
2017-10-26 Dave Airlieac/llvm: drop pointless wrappers around umsb/imsb
2017-10-26 Dave Airlieac/llvm: consolidate find lsb function.
2017-10-26 Dave Airlieac/llvm: drop v4f32empty. (v2)
2017-10-26 Dave Airlieac/llvm: add i1false/i1true to common code.
2017-10-26 Dave Airlieac/llvm: use the ac i32 0/1 and f32 0/1 llvm types.
2017-10-26 Dave Airlieac/nir: move lds declaration/load/store into shared...
2017-10-25 Matthew Nichollsac/nir: generate correct instruction for atomic min...
2017-10-25 Timothy Arceriac: add support for explicit component packing
2017-10-24 Marek Olšákradeonsi: postponed KILL isn't postponed anymore, but...
2017-10-24 Marek Olšákac: use llvm.amdgcn.kill with LLVM 6.0
2017-10-24 Marek Olšákac: replace ac_build_kill with ac_build_kill_if_false
2017-10-23 Eric Anholtac: Silence a compiler warning about results[0].
2017-10-23 Eric Anholtac: Fix a compiler warning for possibly undefined ...
2017-10-23 Nicolai Hähnleamd/common/gfx9: workaround DCC corruption more conserv...
2017-10-23 Bas Nieuwenhuizenac/nir: Only clamp shadow reference on radeonsi.
2017-10-22 Bas Nieuwenhuizenac/nir: Fix nir_texop_lod on GFX for 1D arrays.
2017-10-22 Dave Airlieradv/ac/nir: only emit tess factors to storage if tes...
2017-10-21 Bas Nieuwenhuizenac/nir: Account for compact array index in GS input...
2017-10-21 Bas Nieuwenhuizenac/nir: Set larged wrokgroup size for GS on GFX9.
2017-10-21 Bas Nieuwenhuizenac/nir: Take the max workgroup size of all provided...
2017-10-20 Andres Rodriguezradv: Expose VK_EXT_global_priority
2017-10-20 Jason Ekstrandnir: Get rid of nir_shader::stage
2017-10-20 Bas Nieuwenhuizenac/nir: Fix up GS input vgprs.
2017-10-20 Bas Nieuwenhuizenac/nir: Add loading from LDS for merged GS.
2017-10-20 Bas Nieuwenhuizenac/nir: Add ES output to LDS for GFX9.
2017-10-20 Bas Nieuwenhuizenac/nir: Add merged GS function.
2017-10-19 Dave Airlieac/nir: init full exec mask for merged shaders.
2017-10-19 Timothy Arceriac: move some code out of loop in store_tcs_output()
2017-10-19 Bas Nieuwenhuizenradv: Add code to compile merged shaders.
2017-10-19 Bas Nieuwenhuizenac/nir: Add LS-HS input VGPR workaround.
2017-10-19 Bas Nieuwenhuizenac/nir: Compile the bodies of multiple shaders.
2017-10-19 Bas Nieuwenhuizenac/nir: Expand user SGPR descriptions a bit.
2017-10-19 Bas Nieuwenhuizenac/nir: Don't write to the dynamic HS word on GFX9.
2017-10-19 Bas Nieuwenhuizenac/nir: Add function creation for merged LS+HS.
2017-10-19 Bas Nieuwenhuizenac/nir: Make scan_shader_output_decl less dependent...
2017-10-19 Bas Nieuwenhuizenac/nir: Allow ac_shader_variant_info to contain info...
2017-10-19 Bas Nieuwenhuizenac/nir: Change interface to allow multiple source shaders.
2017-10-19 Bas Nieuwenhuizenac/nir: Add HS calling convention.
2017-10-19 Bas Nieuwenhuizenac: Parse the new HS RSRC1 register.
2017-10-17 Marek Olšákac: clean up ac_build_indexed_load function interfaces
2017-10-12 Marek Olšákac: add radeon_info::has_sync_file
2017-10-12 Marek Olšákac/surface: add ac_surface::is_displayable
2017-10-09 Marek Olšákamd: move r600d_common.h into r600g
2017-10-09 Marek Olšákradeonsi: shrink r600d_common.h and stop using it
2017-10-06 Marek Olšákac: properly document a buffer.store LLVM workaround
2017-10-04 Marek Olšákac: silence a warning
2017-10-04 Dave Airlieradv: emit fmuladd instead of fma to llvm.
2017-10-02 Nicolai Hähnleamd/common: move ac_build_phi from radeonsi
2017-09-29 Nicolai Hähnleradeonsi: clamp depth comparison value only for fixed...
2017-09-29 Nicolai Hähnleamd/common: save an instruction in the build_cube_selec...
2017-09-29 Nicolai Hähnleamd/common: fix build_cube_select
2017-09-29 Nicolai Hähnleamd/common: remove ac_shader_abi::chip_class
2017-09-27 Dylan Bakermeson: build "radv" vulkan driver for radeon hardware
2017-09-21 Nicolai Hähnleac/surface: handle error when choosing preferred swizzl...
2017-09-20 Dave Airlieac/surface: handle S8 on gfx9
2017-09-18 Nicolai Hähnleamd/common: add workaround for cube map array layer...
2017-09-18 Nicolai Hähnleamd/common: remove has_ds_bpermute argument from ac_bui...
2017-09-18 Nicolai Hähnleamd/common: add chip_class to ac_llvm_context
2017-09-18 Nicolai Hähnleamd/common: round cube array slice in ac_prepare_cube_c...
2017-09-15 Bas Nieuwenhuizenradv: Check for GFX9 for 1D arrays in image_size intrinsic.
2017-09-14 Samuel Pitoisetradeonsi: move si_get_wave_info() to AMD common code
2017-09-13 Nicolai Hähnleac/surface: match Z and stencil tile config
2017-09-13 Nicolai Hähnleac/surface: sanity-check that we got a TC-compatible...
2017-09-13 Nicolai Hähnleamd/common: get ME/PFP/CE firmware feature versions...
2017-09-13 Dave Airlieradv/ac: bump params array for image atomic comp swap
2017-09-12 Dave Airlieradv: handle GFX9 1D textures
2017-09-08 Connor Abbottac: remove bitcast_to_float()
2017-09-08 Connor Abbottac: move ac_to_integer() and ac_to_float() to ac_llvm_b...
2017-09-08 Connor Abbottac: fix ac_get_type_size() for doubles
2017-09-08 Dave Airlieradv/ac: use ac_get_type_size.
2017-09-08 Connor Abbottradeonsi: move the guts of ARB_shader_group_vote emissi...
2017-09-08 Connor Abbottradeonsi: move si_emit_ballot() to ac
2017-09-08 Connor Abbottradeonsi: move emit_optimization_barrier() to ac
2017-09-08 Connor Abbottradeonsi: move llvm_get_type_size() to ac
2017-09-07 Marek Olšákac/surface: add radeon_surf::has_stencil for convenience
2017-09-07 Dave Airlieac/surface: reduce gfx9_surface_layout size.
next