anv/image: Add a drm_format_mod field
[mesa.git] / src / amd /
2017-12-04 Jason Ekstrandradv: Implement VK_EXT_external_memory_dma_buf
2017-12-04 Jason Ekstrandvulkan/wsi: Add a wsi_device_init function
2017-12-04 Daniel Stonevulkan/wsi: Add a wsi_image structure
2017-12-04 Dave Airlievulkan/wsi: use function ptr definitions from the spec.
2017-12-04 Timothy Arceriac: add si_nir_load_input_gs() to the abi
2017-12-04 Timothy Arceriac: move build_varying_gather_values() to ac_llvm_build...
2017-12-04 Timothy Arceriac: add basic nir -> llvm type helper
2017-12-04 Timothy Arceriradv: enable nir varying array splitting
2017-12-03 Timothy Arceriradv: enable nir component packing
2017-12-02 Jason Ekstrandspirv: Convert the supported_extensions struct to spirv...
2017-12-01 Eric Engestromamd: remove always-true BRAHMA_BUILD define
2017-12-01 Samuel Pitoisetradv: only reset command buffers when the allocation...
2017-12-01 Samuel Pitoisetradv: do not dump meta shaders with RADV_DEBUG=shaders
2017-11-30 Samuel Pitoisetradv: do not allocate CMASK or DCC for small surfaces
2017-11-30 Samuel Pitoisetradv: do not set DISABLE_LSB_CEIL on GFX9
2017-11-30 Samuel Pitoisetradv: remove set but unnecessary radv_color_buffer_info...
2017-11-30 Samuel Pitoisetradv: do not store gfx9_epitch in radv_color_buffer_info
2017-11-30 Marek Olšákac/surface: always compute DCC info when DCC is possibl...
2017-11-29 Marek Olšákradeonsi: dismantle si_common_screen_init/destroy
2017-11-29 Marek Olšákradeonsi: move/remove ac_shader_binary helpers
2017-11-29 Marek Olšákac/surface: enable DCC computation for MSAA
2017-11-28 Dylan Bakermeson: build r600 driver
2017-11-28 Nicolai Hähnleac/surface: fix indentation
2017-11-28 Nicolai Hähnleamd/common: sid.h cleanups
2017-11-28 Jason Ekstrandradv: Use the suffixed versions of VK_QUEUE_GLOBAL_PRIO...
2017-11-27 Marek Olšákac: pack legacy_surf_level better
2017-11-27 Marek Olšákac: change legacy_surf_level::slice_size to dword units
2017-11-27 Marek Olšákac: pack ac_surface better
2017-11-27 Dave Airlieac/nir: don't write tcs outputs to LDS that aren't...
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
next