meson: move gl pkgconfig generation out of glx
[mesa.git] / src / amd /
2017-11-10 Chad Versaceradv: Fix architecture in radeon_icd.{arch}.json
2017-11-09 Dave Airlieac/nir: add support for all intrinsics. (v2)
2017-11-08 Emil Velikovamd: add amdgpu_asic_addr.h to the sources list
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-06 Dave Airlieradv: move is_local up to the winsys level.
2017-11-06 Dave Airlieradv: wrap cs_add_buffer in an inline. (v2)
2017-11-06 Dave Airlieradv: when loading regs no need to add buffer
2017-11-06 Dave Airlieradv: pre-calculate user_data_0 registers and store...
2017-11-06 Dave Airlieradv: add initial copy descriptor support. (v2)
2017-11-06 Dave Airlieradv: move descriptor sets out of cmd_state.
2017-11-06 Dave Airlieradv: add helper for setting a descriptor.
2017-11-06 Dave Airlieradv: move vertex binding out of cmd state.
2017-11-06 Dave Airlieradv: reorder cmd_state to remove a hole.
2017-11-06 Dave Airlieradv: free attachments on end command buffer.
2017-11-04 Bas Nieuwenhuizenradv: Optimize calling radv_save_descriptors.
2017-11-04 Bas Nieuwenhuizenradv: Use an array to store descriptor sets.
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 Samuel Pitoisetradv: use the optimal packets order for dispatch calls
2017-11-02 Bas Nieuwenhuizenradv: Don't expose heaps with 0 memory.
2017-11-02 Marek Olšákradeonsi: remove 'Authors:' comments
2017-11-02 Samuel Pitoisetradv: make radv_bind_descriptor_set() static
2017-11-02 Dave Airlieradv: make sure we set buffers as shareable properly.
2017-10-31 Samuel Pitoisetradv: bail out when binding the same vertex buffers
2017-10-31 Samuel Pitoisetradv: bail out when binding the same index buffer
2017-10-31 Timothy Arceriradv: use correct alloc function when loading from...
2017-10-30 Alex Smithradv: Fix -Wformat-security issue
2017-10-30 Timothy Arceriradv: add cache items to in memory cache when reading...
2017-10-28 Alex Smithradv: Implement VK_AMD_shader_info
2017-10-27 Samuel Pitoisetradv: allow to use a compute shader for resetting the...
2017-10-27 Samuel Pitoisetradv: make radv_fill_buffer() return the needed flush...
2017-10-26 Dave Airlieradv: add support for local bos. (v3)
2017-10-26 Samuel Pitoisetradv: only copy the dynamic states that changed
2017-10-26 Samuel Pitoisetradv: store the dynamic state mask into radv_dynamic_state
2017-10-26 Samuel Pitoisetradv: only emit the depth bounds test values when set...
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 Bas Nieuwenhuizenradv: Compute ac keys from pipeline key.
2017-10-25 Bas Nieuwenhuizenradv: Add single pipeline cache key.
2017-10-25 Bas Nieuwenhuizenradv: Don't compute as_ls/as_es before hashing.
2017-10-25 Matthew Nichollsac/nir: generate correct instruction for atomic min...
2017-10-25 Samuel Pitoisetradv: print NIR before LLVM IR and disassembly
2017-10-25 Bas Nieuwenhuizenradv: Fix truncation issue hexifying the cache uuid...
2017-10-25 Timothy Arceriradv: enable lower to scalar nir pass
2017-10-25 Timothy Arceriac: add support for explicit component packing
2017-10-25 Dave Airlieradv: use device name in cache creation like radeonsi.
2017-10-25 Dave Airlieradv: use a define for the transition point between...
2017-10-24 Dave Airlieradv: only emit dfsm packets if dfsm is allowed.
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 Timothy Arceriradv: move nir print after linking is done
2017-10-23 Timothy Arceriradv: clone meta shaders before linking
2017-10-23 Alex Smithradv: Update code pointer correctly if a variant is...
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 Juan A. Suarez Romeroradv: automake: include radv_extensions.py in the tarball
2017-10-23 Bas Nieuwenhuizenac/nir: Only clamp shadow reference on radeonsi.
2017-10-22 Bas Nieuwenhuizenradv: Disallow indirect outputs for GS on GFX9 as well.
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-22 Bas Nieuwenhuizenradv: Don't use vgpr indexing for outputs on GFX9.
2017-10-21 Bas Nieuwenhuizenac/nir: Account for compact array index in GS input...
2017-10-21 Bas Nieuwenhuizenradv: Don't compile shaders when they are cached already.
2017-10-21 Bas Nieuwenhuizenradv: Don't check for max GL GS invocations.
2017-10-21 Bas Nieuwenhuizenradv: Don't explicitly reference vertex shader for...
2017-10-21 Bas Nieuwenhuizenradv: Don't reset cmd_buffer->state.dirty.
2017-10-21 Bas Nieuwenhuizenradv: Correctly detect changed shaders for vertex descr...
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-21 Alex Smithradv: Fix pipeline cache locking issues
2017-10-20 Andres Rodriguezradv: disable implicit sync for radv allocated bos v3
2017-10-20 Andres Rodriguezradv: factor out radv_alloc_memory
2017-10-20 Andres Rodriguezradv: Expose VK_EXT_global_priority
2017-10-20 Andres Rodriguezradv: don't skip PS/VS partial flush
2017-10-20 Andres Rodriguezradv: Implement VK_EXT_global_priority
next