mesa: don't assign numbers to vertex attrib enums manually
[mesa.git] / src / amd /
2017-11-24 Samuel PitoisetRevert "radv: remove unnecessary memset() in radv_Alloc...
2017-11-24 Samuel Pitoisetradv/winsys: improve error messages when the buffer...
2017-11-24 Samuel Pitoisetradv/winsys: do not try to create a BO list with 0...
2017-11-20 Nicolai Hähnleamd: build addrlib with C++11
2017-11-20 Samuel Pitoisetradv: use a 16 bytes array for the sampled/storage...
2017-11-20 Samuel Pitoisetradv: do not add the query pool BO to the list in vkCmd...
2017-11-20 Samuel Pitoisetradv: only load needed depth clear regs for fast depth...
2017-11-20 Samuel Pitoisetradv: do not add the image BO in radv_set_depth_clear_r...
2017-11-20 Samuel Pitoisetradv: remove useless assertion in emit_depthstencil_clear()
2017-11-20 Samuel Pitoisetradv: remove useless check in radv_set_depth_clear_regs()
2017-11-17 Boyuan Zhangradeon/common: add vcn enc ip info query
2017-11-15 Timothy Arceriac: add gs_{prim,invocation}_id to the abi
2017-11-15 Dave Airlieradv: it isn't an error to not support a format or...
2017-11-15 Samuel Pitoisetradv: add the vertex buffers BO to the list at bind...
2017-11-15 Samuel Pitoisetradv: replace vb_dirty with RADV_CMD_DIRTY_VERTEX_BUFFER
2017-11-15 Samuel Pitoisetradv: drop radv_cmd_dirty_mask_t typedef
2017-11-15 Samuel Pitoisetradv: use an unsigned 32-bit integer for radv_queue...
2017-11-15 Samuel Pitoisetradv: do not add the image BO in radv_set_dcc_need_cmas...
2017-11-15 Samuel Pitoisetradv: do not add the image BO in radv_set_color_clear_r...
2017-11-14 Samuel Pitoisetradv: force enable LLVM sisched for The Talos Principle
2017-11-14 Samuel Pitoisetradv: add nosisched debug option
2017-11-14 Bas Nieuwenhuizenradv: Free temporary syncobj after waiting on it.
2017-11-14 Bas Nieuwenhuizenradv: Free syncobj with multiple imports.
2017-11-13 Dylan Bakermeson: Remove build_by_default from amd code
2017-11-13 Samuel Pitoisetradv: add unlikely() around radv_save_descriptors()
2017-11-13 Samuel Pitoisetradv: optimize calling radv_cmd_buffer_trace_emit()
2017-11-13 Samuel Pitoisetradv: optimize calling radv_save_pipeline()
2017-11-13 Samuel Pitoisetradv: use vk_zalloc instead of vk_alloc+memset
2017-11-13 Samuel Pitoisetradv: remove unnecessary memset() in radv_AllocateComma...
2017-11-13 Samuel Pitoisetradv: remove useless initializations in radv_create_cmd...
2017-11-13 Samuel Pitoisetradv: remove useless memset() in radv_CreateFence()
2017-11-13 Samuel Pitoisetradv: use vk_error() everywhere an error is returned
2017-11-13 Samuel Pitoisetradv: make radv_emit_framebuffer_state() static
2017-11-13 Samuel Pitoisetradv: do not emit the framebuffer when restoring a...
2017-11-13 Samuel Pitoisetradv: prefetch VBO descriptors at the right place
2017-11-13 Samuel Pitoisetradv: add radv_emit_prefetch_TC_L2_async() helper
2017-11-13 Samuel Pitoisetradv: rename radv_emit_shaders_prefetch() to radv_emit_...
2017-11-13 Dave Airlieradv: emit esgs ring size in one place.
2017-11-13 Dave Airlieradv: move calculating vs out info regs into pipeline.
2017-11-12 Timothy Arceriac: add emit_vertex to the abi
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...
next