broadcom: Add vc5 CLIF dumping
[mesa.git] / src / amd /
2017-10-10 Dave Airlieradv: export KHR_relaxed_block_layout
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-09 Samuel Pitoisetradv: configure VGT_VERTEX_REUSE at pipeline creation
2017-10-09 Samuel Pitoisetradv: do not need to zero-init ds/raster states
2017-10-09 Samuel Pitoisetradv: remove unused fields in radv_raster_state
2017-10-09 Samuel Pitoisetradv: set ALPHA_TO_MASK_ENABLE at blend state init
2017-10-09 Samuel Pitoisetradv: emit PA_SU_POINT_{SIZE,MINMAX} in si_emit_config()
2017-10-09 Samuel Pitoisetradv: allow launching waves out-of-order for compute
2017-10-06 Samuel Pitoisetradv: convert all COMPUTE operations to the RADV_META_S...
2017-10-06 Samuel Pitoisetradv: add RADV_META_SAVE_COMPUTE_PIPELINE flag
2017-10-06 Samuel Pitoisetradv: add radv_meta_save() helper
2017-10-06 Samuel Pitoisetradv: merge radv_meta_{save,restore}_pass() with RADV_M...
2017-10-06 Samuel Pitoisetradv: convert all GFX operations to the RADV_META_SAVE_...
2017-10-06 Samuel Pitoisetradv: introduce the concept of meta save flags
2017-10-06 Samuel Pitoisetradv: remove unused RADV_META_VERTEX_BINDING_COUNT
2017-10-06 Samuel Pitoisetradv: select the pipeline outside of the loop when...
2017-10-06 Samuel Pitoisetradv: add radv_htile_enabled() helper
2017-10-06 Marek Olšákac: properly document a buffer.store LLVM workaround
2017-10-05 Bas Nieuwenhuizenradv: Enable VK_KHR_maintenance2 extension.
2017-10-05 Bas Nieuwenhuizenradv: Make tess winding order a bit more intuitive.
2017-10-05 Bas Nieuwenhuizenradv: Allow setting the domain origin in tess.
2017-10-05 Bas Nieuwenhuizenradv: Disable usage checks in metadata for images with...
2017-10-05 Bas Nieuwenhuizenradv: Implement querying the point clipping behavior.
2017-10-05 Bas Nieuwenhuizenmeson: generate builddir/src/amd/vulkan/dev_icd.json
2017-10-04 Samuel Pitoisetradv: remove useless checks around radv_CmdBindPipeline()
2017-10-04 Samuel Pitoisetradv: check that pipeline is different before binding it
2017-10-04 Dave Airlieradv: enable tc compatible htile for d32s8 also.
2017-10-04 Samuel Pitoisetradv: dump SPIRV when a GPU hang is detected
2017-10-04 Samuel Pitoisetradv: dump NIR when a GPU hang is detected
2017-10-04 Marek Olšákac: silence a warning
2017-10-04 Bas Nieuwenhuizenradv: Implement TC compatible HTILE.
2017-10-04 Dave Airlieradv: emit fmuladd instead of fma to llvm.
2017-10-02 Samuel Pitoisetradv: make radv_dynamic_state_copy() static
2017-10-02 Nicolai Hähnleamd/common: move ac_build_phi from radeonsi
2017-10-02 Samuel Pitoisetradv: remove unused radv_meta_state::btoi::render_pass...
2017-10-02 Samuel Pitoisetradv: do not check the number of levels when doing...
2017-10-02 Samuel Pitoisetradv: cleanup radv_device_finish_meta_XXX() helpers
2017-10-02 Samuel Pitoisetradv: select the pipeline outside of emit_fast_clear_fl...
2017-10-02 Samuel Pitoisetradv: drop useless param in emit_depth_decomp()
2017-10-02 Samuel Pitoisetradv: drop useless check in depth_view_can_fast_clear()
2017-10-02 Samuel Pitoisetradv: add radv_subpass_clear_attachment() helper
2017-10-02 Samuel Pitoisetradv: add radv_attachment_needs_clear() helper
2017-10-02 Samuel Pitoisetradv: remove unused param in radv_handle_{cmask,dcc...
2017-10-02 Samuel Pitoisetradv: add radv_vi_dcc_enabled() helper
2017-10-02 Samuel Pitoisetradv: do not need to double zero-init the meta state...
2017-10-02 Samuel Pitoisetradv: inline destroy_render_pass()
2017-10-02 Samuel Pitoisetradv: use pipeline handles instead of objects for meta...
2017-10-02 Samuel Pitoisetradv: inline blit2d_unbind_dst()
2017-10-02 Samuel Pitoisetradv: rework DCC/CMASK/FMASK/HTILE allocations
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-28 Gwan-gyeong Munradv: add an assertion in radv_BeginCommandBuffer()
2017-09-28 Samuel Pitoisetradv: set image view type when decompressing depth...
2017-09-27 Dylan Bakermeson: build "radv" vulkan driver for radeon hardware
2017-09-27 Samuel Pitoisetradv: store the amount of saved constants in the comput...
2017-09-27 Samuel Pitoisetradv: remove useless radv_meta_{begin,end}_XXX() helpers
2017-09-26 Samuel Pitoisetradv: fix saved compute state when doing statistics...
2017-09-25 Samuel Pitoisetradv: save/restore all viewports/scissors for meta...
2017-09-25 Bas Nieuwenhuizenradv: Fix VK_KHR_image_format_list.
2017-09-25 Bas NieuwenhuizenRevert "Revert "radv: fallback to an in-memory cache...
2017-09-25 Samuel Pitoisetradv: init the trace BO before compiling meta shaders
2017-09-25 Samuel Pitoisetradv: make radv_pipeline_init() static
2017-09-25 Samuel Pitoisetradv: remove unused variable in radv_dump_annotated_sha...
2017-09-25 Samuel Pitoisetradv: make use of ATI_VENDOR_ID everywhere
2017-09-24 David Airlieradv: add gfx9 scissor workaround
2017-09-21 Nicholas Miellradv: Implement VK_AMD_rasterization_order
2017-09-21 Nicolai Hähnleac/surface: handle error when choosing preferred swizzl...
2017-09-21 Nicolai Hähnleamd/addrlib: fix missing va_end() after va_copy()
2017-09-21 Samuel Pitoisetradv: copy the number of viewports/scissors at pipeline...
2017-09-21 Jason Ekstrandspirv: Flip the tessellation winding order
2017-09-20 Bas Nieuwenhuizenradv: Don't use a virtual function for getting the...
2017-09-20 Bas Nieuwenhuizenradv: Only enter the immutable samplers init loop when...
2017-09-20 Bas Nieuwenhuizenradv: Use for_each_bit in the descriptor set flush.
2017-09-20 Bas Nieuwenhuizenradv: Add VK_KHR_bind_memory2 support.
2017-09-20 Samuel Pitoisetradv: do not update the number of scissors in vkCmdSetS...
2017-09-20 Samuel Pitoisetradv: do not update the number of viewports in vkCmdSet...
2017-09-20 Samuel Pitoisetradv: add some assertions in vkCmdSetScissor()
2017-09-20 Samuel Pitoisetradv: add some assertions in vkCmdSetViewport()
2017-09-20 Samuel Pitoisetradv: inline radv_flush_compute_state() into radv_dispa...
2017-09-20 Samuel Pitoisetradv: add radv_dispatch() helper
2017-09-20 Samuel Pitoisetradv: add radv_emit_dispatch_packets() helper
2017-09-20 Dave Airlieac/surface: handle S8 on gfx9
2017-09-19 Emil Velikovconfigure.ac: split the wayland client/server confusion
2017-09-19 Eric Engestromradv: replace conditional compilation with MAYBE_UNUSED
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-16 Bas Nieuwenhuizenradv: Add support for more DCC compression with VK_KHR_...
2017-09-16 Bas Nieuwenhuizenradv: Add code to check if two formats can share DCC...
2017-09-15 Bas Nieuwenhuizenradv: Don't redundantly emit pipelines after secondary...
2017-09-15 Bas Nieuwenhuizenradv: Check for GFX9 for 1D arrays in image_size intrinsic.
2017-09-15 Emil Velikovautomake: include radv_shader.h in the sources list
2017-09-15 Samuel Pitoisetradv: fix a potential crash if attachments allocation...
2017-09-15 Samuel Pitoisetradv: dump the device name into the hang report
2017-09-15 Samuel Pitoisetradv: add get_chip_name() callback
2017-09-14 Samuel Pitoisetradv: dump the list of enabled options when a hang...
next