radeonsi: add support for VegaM
[mesa.git] / src / amd /
2018-04-18 Marek Olšákradeonsi: add support for VegaM
2018-04-18 Marek Olšákamd/addrlib: add support for VegaM
2018-04-17 Samuel Pitoisetradv: fix scissor computation when using half-pixel...
2018-04-16 Jason Ekstrandanv,radv: Drop XML workarounds for VK_ANDROID_native_buffer
2018-04-16 Samuel Pitoisetradv: clean up radv_decompress_resolve_subpass_src()
2018-04-16 Samuel Pitoisetradv: don't fast-clear eliminate after resolving a...
2018-04-16 Samuel Pitoisetradv: handle CMASK/FMASK transitions only if DCC is...
2018-04-16 Samuel Pitoisetradv: merge radv_handle_{dcc,cmask}_image_transition...
2018-04-16 Samuel Pitoisetradv: add radv_init_color_image_metadata() helper
2018-04-16 Samuel Pitoisetradv: make radv_initialise_cmask() static
2018-04-16 Samuel Pitoisetradv: clean up radv_handle_image_transition() a bit
2018-04-16 Samuel Pitoisetradv: add radv_handle_color_image_transition() helper
2018-04-16 Samuel Pitoisetradv: handle DCC image transitions before CMASK/FMASK...
2018-04-16 Samuel Pitoisetradv: disable prediction only if it has been enabled
2018-04-16 Bas Nieuwenhuizenac/nir: Make the GFX9 buffer size fix apply to image...
2018-04-13 Daniel Schürmannradv: enable subgroup capabilities
2018-04-13 Daniel Schürmannac: handle subgroup intrinsics
2018-04-13 Daniel Schürmannac: add LLVM build functions for subgroup instrinsics
2018-04-13 Daniel Schürmannac: make ballot and umsb capable of 64bit inputs
2018-04-13 Marek Olšákwinsys/amdgpu: allow local BOs on APUs
2018-04-12 Marek Olšákmesa: include mtypes.h less
2018-04-12 Bas Nieuwenhuizenradv: Implement VK_EXT_vertex_attribute_divisor.
2018-04-12 Bas Nieuwenhuizenac/surface: Allow S swizzle for displayable surfaces.
2018-04-12 Samuel Pitoisetradv: fix radv_layout_dcc_compressed() when image doesn...
2018-04-12 Samuel Pitoisetradv: add radv_decompress_resolve_{subpass}_src() helpers
2018-04-12 Samuel Pitoisetradv: add radv_init_dcc_control_reg() helper
2018-04-11 Bas Nieuwenhuizenradv: Enable RB+ on Raven.
2018-04-11 Tapani Pällivulkan: fix build issue on android (both anv/radv)
2018-04-11 Nicolai Hähnleradeonsi: pass -O halt_waves to umr for hang debugging
2018-04-11 Jason Ekstrandvulkan: Drop vk_android_native_buffer.xml
2018-04-10 Bas Nieuwenhuizenradv: Enable RB+ where possible.
2018-04-10 Samuel Pitoisetradv: fix picking the method for resolve subpass
2018-04-10 Samuel Pitoisetradv: add shader BOs to the list at pipeline bind time
2018-04-10 Marek Olšákac/surface: don't set the display flag for obviously...
2018-04-10 Marek Olšákac/surface/gfx9: request desired micro tile mode explicitly
2018-04-10 Bas Nieuwenhuizenac/nir: Use an array instead of hashtable for SSA defs.
2018-04-09 Bas Nieuwenhuizenradv: Always reset draw user SGPRs after secondary...
2018-04-09 Bas Nieuwenhuizenradv: Don't set instance count using predication.
2018-04-09 Samuel Pitoisetradv: fix prefetching of vertex shader and VBOs on SI
2018-04-09 Samuel Pitoisetradv: implement VK_AMD_shader_core_properties
2018-04-09 Samuel Pitoisetradv: add RADV_NUM_PHYSICAL_VGPRS constant
2018-04-09 Samuel Pitoisetradv: add radv_get_num_physical_sgprs() helper
2018-04-09 Samuel Pitoisetradv: add radv_image_is_tc_compat_htile() helper
2018-04-09 Samuel Pitoisetradv: add radv_use_dcc_for_image() helper
2018-04-09 Samuel Pitoisetradv: rename radv_image_is_tc_compat_htile()
2018-04-09 Samuel Pitoisetradv: simplify a check in radv_initialise_color_surface()
2018-04-09 Samuel Pitoisetradv: clean up radv_vi_dcc_enabled()
2018-04-09 Samuel Pitoisetradv: clean up radv_htile_enabled()
2018-04-09 Samuel Pitoisetradv: add radv_image_has_{cmask,fmask,dcc,htile}()...
2018-04-09 Samuel Pitoisetradv: add radv_get_cmask_fast_clear_value() helper
2018-04-09 Samuel Pitoisetradv: add radv_clear_{cmask,dcc} helpers
2018-04-06 Samuel Pitoisetradv: don't pass the pipeline to radv_flush_constants()
2018-04-06 Samuel Pitoisetradv: rename radv_cmd_buffer_update_vertex_descriptors()
2018-04-06 Samuel Pitoisetradv: do not try to skip draw calls when VBOs upload...
2018-04-06 Samuel Pitoisetradv: fix prefetching compute shaders on CIK and older...
2018-04-06 Samuel Pitoisetradv: only enable PERFECT_ZPASS_COUNTS for precision...
2018-04-06 Samuel Pitoisetradv: enable the Polaris small primitive filter control
2018-04-05 Samuel Pitoisetradv: implement a fast prefetch path for the vertex...
2018-04-05 Samuel Pitoisetradv: rename radv_emit_prefetch() to radv_emit_prefetch...
2018-04-05 Samuel Pitoisetradv: use a mask for VBOs and shaders prefetching
2018-04-04 Samuel Pitoisetradv: implement out-of-order rasterization when it...
2018-04-04 Samuel Pitoisetradv: change blend_enable field to use four bits per CB
2018-04-04 Samuel Pitoisetradv: scan which color blend attachments are enabled
2018-04-04 Samuel Pitoisetradv: put more fields in radv_blend_state
2018-04-04 Samuel Pitoisetradv: do not always disable dual quad mode when chip...
2018-04-04 Samuel Pitoisetradv: don't use the SPI barrier management bug workaround
2018-04-04 Samuel Pitoisetradv: mask out high VM address bits in registers where...
2018-04-03 Samuel Pitoisetradv: enable VK_EXT_shader_viewport_index_layer
2018-04-02 Mike Lothianac/nir: Fix include for LLVMAddPromoteMemoryToRegisterPass
2018-04-02 Marek Olšákradeonsi: move FMASK shader logic to shared code
2018-04-02 Marek Olšákac/gpu_info: print GB_ADDR_CONFIG
2018-04-02 Marek Olšákac/gpu_info: reorder the fields and print them nicely
2018-04-02 Marek Olšákac/gpu_info: rename has_virtual_memory -> r600_has_virt...
2018-04-02 Marek Olšákac/gpu_info: don't print irrelevant fields
2018-03-30 Samuel Pitoisetradv: set SAMPLE_RATE to the number of samples of the...
2018-03-29 Ian Romanickutil: Include bitscan.h directly
2018-03-29 Ian Romanickutil: Move util_is_power_of_two to bitscan.h and rename...
2018-03-29 Samuel Pitoisetradv: fix scanning output_usage_mask with structs
2018-03-28 Daniel Schürmannradv: enable VK_AMD_shader_trinary_minmax extension
2018-03-28 Daniel Schürmannac: add support for trinary_minmax instructions
2018-03-28 Bas Nieuwenhuizenac/nir: Add workaround for GFX9 buffer views.
2018-03-28 Marek Olšákac/surface: set AddrSurfInfoIn.format = ADDR_FMT_8...
2018-03-28 Samuel Pitoisetradv: enable VK_EXT_sampler_filter_minmax
2018-03-28 Samuel Pitoisetradv: add support for VK_EXT_sampler_filter_minmax
2018-03-28 Samuel Pitoisetradv: rename VEGA10 device name
2018-03-28 Samuel Pitoisetradv: add support for Vega12
2018-03-28 Marek Olšákradeonsi: add support for Vega12
2018-03-28 Marek Olšákamd/addrlib: update to the latest version for Vega12
2018-03-28 Timothy Arceriac/radeonsi: pass bindless bool to load_sampler_desc()
2018-03-27 Timothy Arceriac/nir_to_llvm: fix component packing for double outputs
2018-03-26 Marek Olšákradeonsi: don't reallocate on DMABUF export if local...
2018-03-23 Samuel Pitoisetradv: enable TC-compat HTILE for 16-bit depth surfaces...
2018-03-23 Samuel Pitoisetradv: add radv_calc_decompress_on_z_planes() helper
2018-03-23 Samuel Pitoisetradv: add radv_image_is_tc_compat_htile() helper
2018-03-23 Jason Ekstrandnir: Rename image intrinsics to image_var
2018-03-22 Juan A. Suarez Romeroradv: autotools: add radv_extensions.h in the generated...
2018-03-22 Juan A. Suarez Romeroanv/radv: autotools: include vulkan_*.h headers
2018-03-22 Samuel Pitoisetradv: remove unused radv_pipeline::needs_data_cache...
2018-03-22 Timothy Arceriac/nir_to_llvm: add frexp support
2018-03-21 Marek Olšákac/surface: compute tile swizzle for GFX9
next