etnaviv: split dump_shader
[mesa.git] / src / amd /
2019-08-12 Rhys Perrynir: merge and extend nir_opt_move_comparisons and...
2019-08-12 Bas Nieuwenhuizenradv: Enable VK_KHR_pipeline_executable_properties.
2019-08-12 Bas Nieuwenhuizenradv: Implement radv_GetPipelineExecutableStatisticsKHR.
2019-08-12 Bas Nieuwenhuizenradv: Implement radv_GetPipelineExecutableInternalRepre...
2019-08-12 Bas Nieuwenhuizenradv: Implement radv_GetPipelineExecutablePropertiesKHR.
2019-08-12 Bas Nieuwenhuizenradv: Keep shader info when needed.
2019-08-12 Bas Nieuwenhuizenradv: Add VK_KHR_pipeline_executable_properties in...
2019-08-12 Bas Nieuwenhuizenradv: Use string for nir dumping.
2019-08-12 Bas Nieuwenhuizenradv: Get max workgroup size without nir.
2019-08-12 Bas Nieuwenhuizenradv: Add utility function to calculate max waves.
2019-08-12 Marek Olšákradeonsi/nir: implement default tess level system values
2019-08-12 Marek Olšákcompiler: add SYSTEM_VALUE_USER_DATA_AMD
2019-08-12 Marek Olšákcompiler: add ACCESS_STREAM_CACHE_POLICY
2019-08-12 Bas Nieuwenhuizenradv: Do not setup attachments without a framebuffer.
2019-08-12 Bas Nieuwenhuizenradv: Hash Wave32 settings in shader key.
2019-08-12 Bas Nieuwenhuizenradv: Properly use Wave64 for non-NGG GS and copy shader.
2019-08-12 Bas Nieuwenhuizenradv: Put wave size in shader options/info.
2019-08-09 Lionel Landwerlinamd: prepare dropping include of p_compiler.h
2019-08-08 Bas Nieuwenhuizenradv: Avoid VEGA/RAVEN scissor bug in binning.
2019-08-08 Bas Nieuwenhuizenradv: Avoid binning RAVEN hangs.
2019-08-08 Bas Nieuwenhuizenradv: Fix off by one for S_028C48_MAX_ALLOC_COUNT.
2019-08-07 Bas Nieuwenhuizenradv/gfx10: Enable DCC for storage images.
2019-08-07 Bas Nieuwenhuizenradv: Add device argument for dcc compression check.
2019-08-07 Bas Nieuwenhuizenradv: Disable compression for compute DCC decompress...
2019-08-07 Bas Nieuwenhuizenradv: Add extra struct to image view creation.
2019-08-07 Bas Nieuwenhuizenradv: Do not decompress on LAYOUT_GENERAL.
2019-08-07 Bas Nieuwenhuizenradv: Pass through render loop detection to internal...
2019-08-07 Bas Nieuwenhuizenradv: Add render loop detection in renderpass.
2019-08-06 Bas Nieuwenhuizenradv: Fix config reg assert.
2019-08-06 Pierre-Eric Pellou... radeonsi: add support for nir atomic_inc_wrap/atomic_de...
2019-08-06 Pierre-Eric Pellou... ac: add ac_atomic_inc_wrap / ac_atomic_dec_wrap support
2019-08-06 Marek Olšákradeonsi/nir: handle key.mono.u.ps.interpolate_at_sampl...
2019-08-06 Bas Nieuwenhuizenac/nir: Use correct cast for readfirstlane and ptrs.
2019-08-06 Bas Nieuwenhuizenradv: Do non-uniform lowering before bool lowering.
2019-08-05 Connor Abbottac/nir: Lower large indirect variables to scratch
2019-08-03 Eric Engestrommeson: replace last uses of libxmlconfig with idep_xmlc...
2019-08-03 Eric Engestrommeson: replace libmesa_util with idep_mesautil
2019-08-02 Bas Nieuwenhuizenradv: Expose VK_KHR_imageless_framebuffer.
2019-08-02 Bas Nieuwenhuizenradv: Implement VK_KHR_imageless_framebuffer.
2019-08-02 Bas Nieuwenhuizenradv: Store image view also outside framebuffer.
2019-08-02 Bas Nieuwenhuizenradv: Store color/depth surface info in attachment...
2019-08-02 Bas Nieuwenhuizenac/nir,radv: Optimize bounds check for 64 bit CAS.
2019-08-02 Samuel Pitoisetradv: fix image_has_{cmask,fmask}() helpers
2019-08-02 Samuel Pitoisetradv: remove radv_get_image_fmask_info()
2019-08-02 Samuel Pitoisetradv/gfx10: add missing dcc_tile_swizzle tweak
2019-08-02 Samuel Pitoisetradv: remove radv_get_image_cmask_info()
2019-08-02 Samuel Pitoisetradv: only account for tile_swizzle for color surfaces...
2019-08-02 Bas Nieuwenhuizenradv: Enable VK_KHR_shader_atomic_int64
2019-08-02 Bas Nieuwenhuizenac/nir: Implement LLVM9 64-bit buffer compare & exchange.
2019-08-02 Connor AbbottRevert "ac/nir: handle negate modifier"
2019-08-02 Connor AbbottRevert "ac/nir: handle abs modifier"
2019-08-02 Samuel Pitoisetradv: re-apply "Optimize rebinding the same descriptor...
2019-08-02 Samuel Pitoisetradv/gfx10: use the correct target machine for Wave32
2019-08-02 Samuel Pitoisetradv/gfx10: add Wave32 support for vertex, tessellation...
2019-08-02 Samuel Pitoisetradv/gfx10: add Wave32 support for fragment shaders
2019-07-31 Samuel Pitoisetradv/gfx10: implement a GE bug workaround
2019-07-31 Samuel Pitoisetradv/gfx10: remove an obsolete VGT_REUSE_OFF workaround
2019-07-31 Samuel Pitoisetradv/gfx10: disable LATE_ALLOC_GS on Navi14
2019-07-31 Samuel Pitoisetradv/gfx10: implement a bug workaround for GE_PC_ALLOC
2019-07-31 Samuel Pitoisetradv/gfx10: implement a bug workaround for NGG -> legac...
2019-07-31 Samuel Pitoisetradv: skip draw calls with 0-sized index buffers
2019-07-31 Eric Engestromtree-wide: replace MAYBE_UNUSED with ASSERTED
2019-07-31 Eric Engestromradv: drop incorrect MAYBE_UNUSED
2019-07-31 Samuel Pitoisetradv/gfx10: add Wave32 support for compute shaders
2019-07-31 Marek Olšákac/nir: fix incorrect Phis if callbacks use control...
2019-07-31 Marek Olšákac/nir: handle abs modifier
2019-07-31 Marek Olšákac: fix a memory leak in the error path of ac_build_typ...
2019-07-31 Marek Olšákac: allow control flow statements in NIR callbacks
2019-07-31 Marek Olšákac/nir: handle negate modifier
2019-07-31 Marek Olšákradeonsi/nir: implement FBFETCH for KHR_blend_equation_...
2019-07-31 Marek Olšákradeonsi: adjust RB+ blend optimization settings
2019-07-31 Marek Olšákac/surface: allow linear swizzle mode automatic selecti...
2019-07-30 Bas Nieuwenhuizenradv: Fix descriptor set allocation failure.
2019-07-27 Andres Rodriguezradv: fix queries with WAIT_BIT returning VK_NOT_READY
2019-07-30 Samuel Pitoisetradv/gfx10: only compile the GS copy shader on-demand
2019-07-30 Daniel Schürmannradv: Don't include radv_private.h from radv_shader.h
2019-07-29 Marek Olšákamd: add support for Arcturus
2019-07-29 Marek Olšákradeonsi: add support for compute-only chips
2019-07-29 Samuel Pitoisetradv: implement VK_EXT_index_type_uint8
2019-07-29 Bas Nieuwenhuizenradv: Take variable descriptor counts into account...
2019-07-29 Samuel Pitoisetradv/gfx10: do not use the fast depth or stencil clear...
2019-07-29 Samuel Pitoisetac: do not crash when the buffer data format is invalid
2019-07-29 Rhys Perryac/nir: fix txf_ms with an offset
2019-07-29 Connor Abbottradv: Delete unused local variables in optimization...
2019-07-26 Eric Engestromanv+tu+radv: delete unusable dev_icd.json
2019-07-25 Bas Nieuwenhuizenradv: Set correct metadata size for GFX9+.
2019-07-25 Samuel Pitoisetradv/gfx10: fix intensity formats by setting ALPHA_IS_O...
2019-07-25 Samuel Pitoisetradv/gfx10: use L2 for DMA copy/fill operations
2019-07-24 Samuel Pitoisetradv/gfx10: enable VK_EXT_transform_feedback
2019-07-24 Samuel Pitoisetradv/gfx10: do not enable NGG if a pipeline uses XFB
2019-07-24 Samuel Pitoisetradv/gfx10: emit streamout shader config
2019-07-24 Samuel Pitoisetradv/gfx10: declare streamout user SGPRs
2019-07-24 Samuel Pitoisetradv/gfx10: update streamout descriptors
2019-07-24 Samuel Pitoisetradv/gfx10: fix VS input VGPRs with the legacy path
2019-07-23 Bas Nieuwenhuizenradv/gfx10: Enable binning.
2019-07-23 Bas Nieuwenhuizenradv/gfx10: Implement bin size calculation.
2019-07-23 Bas Nieuwenhuizenradv/gfx9: Select between depth/color bins based on...
2019-07-23 Bas Nieuwenhuizenradv: Generalize binning settings.
2019-07-23 Bas Nieuwenhuizenradv/gfx10: Use new scan converter.
2019-07-23 Bas Nieuwenhuizenradv: Set FLUSH_ON_BINNING_TRANSITION.
next