Revert "ac/nir: handle negate modifier"
[mesa.git] / src / amd / vulkan /
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-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 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 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.
2019-07-23 Bas Nieuwenhuizenradv: Use pbb_allow for framebuffer BREAK_BATCH.
2019-07-23 Samuel Pitoisetradv/gfx10: enable CLEAR_state
2019-07-23 Samuel Pitoisetradv: fix dumping disassembly with RADV_DEBUG=shaders
2019-07-22 Samuel Pitoisetradv: fix crash in vkCmdClearAttachments with unused...
2019-07-22 Samuel Pitoisetradv/gfx10: update descriptors for inline uniform blocks
2019-07-22 Samuel Pitoisetradv/gfx10: emit the GS NGG prologue before the nested...
2019-07-22 Samuel Pitoisetradv/gfx10: do not allocate space for the ZPASS_DONE bug
2019-07-22 Samuel Pitoisetradv/gfx10: do not set ELEMENT_SIZE for buffer descriptors
2019-07-22 Samuel Pitoisetradv: clean up fill_geom_tess_rings()
2019-07-22 Samuel Pitoisetradv: change a bunch of >= GFX9 to == GFX9
2019-07-22 Daniel Schürmannradv: move nir_opt_conditional_discard out of optimizat...
2019-07-21 Eric Engestromradv: replace memset()+strcpy() with snprintf()
2019-07-21 Eric Engestromradv: drop unnecessary memset() before snprintf()
2019-07-20 Bas Nieuwenhuizenradv: Fix uninitialized warning.
2019-07-20 Marek Olšákac: create the LLVM builder in ac_llvm_context_init
2019-07-20 Marek Olšákac: create the LLVM module for Wave32 or Wave64 in...
2019-07-20 Marek Olšákac/rtld: add support for Wave32
2019-07-20 Marek Olšákac: initial Wave32 support in LLVM build helpers
2019-07-19 Dave Airlieradv: reset the window scissor with no clear state.
2019-07-19 Dave Airlieradv: fix crash in shader tracing.
2019-07-18 Samuel Pitoisetradv/gfx10: set BREAK_WAVE_AT_EOI if TES or GS enable...
2019-07-18 Samuel Pitoisetradv/gfx10: move emitting VGT_PRIMITIVEID_EN into the...
2019-07-18 Samuel Pitoisetradv/gfx10: do not always execute a barrier before...
2019-07-18 Samuel Pitoisetradv: fix VGT_GS_MODE if VS uses the primitive ID
2019-07-18 Dave Airlieradv: put back VGT_FLUSH at ring init on gfx10
2019-07-18 Timothy Arceriradv: dont store disasm string unless keep_shader_info...
2019-07-18 Dave Airlieradv/gfx10: set the pgm rsrc3/4 regs using index sh...
2019-07-18 Dave Airlieradv: use correct register setter for ngg hw addr
2019-07-17 Bas Nieuwenhuizenradv: Only save the descriptor set if we have one.
2019-07-17 Samuel Pitoisetradv: add an option for disabling NGG on GFX10
2019-07-17 Samuel Pitoisetradv/gfx10: implement VK_EXT_post_depth_coverage
2019-07-17 Samuel Pitoisetradv/gfx10: disable the TC compat zrange workaround
2019-07-17 Samuel Pitoisetradv/gfx10: fallback to the legacy path if tess and...
2019-07-17 Samuel Pitoisetradv/gfx10: always build the GS copy shader but uses...
2019-07-16 Mauro Rossiandroid: radv/gfx10: generate gfx10_format_table.h
2019-07-16 Samuel Pitoisetradv: add radv_emit_streamout_{begin,end} helpers
2019-07-16 Samuel Pitoisetradv: pass output values to radv_emit_stream_output()
2019-07-16 Samuel Pitoisetradv: allow to select DST_SEL with RELEASE_MEM
2019-07-16 Samuel Pitoisetradv: allow to emit PS_DONE/CS_DONE with RELEASE_MEM
2019-07-16 Samuel Pitoisetradv: restore an assertion in handle_vs_outputs()
2019-07-16 Samuel Pitoisetradv/gfx10: emit ES outputs of TES when it's not NGG
2019-07-16 Samuel Pitoisetradv: update LATE_ALLOC_VS.LIMIT
2019-07-16 Samuel Pitoisetradv/gfx10: support pixel shaders without exports
2019-07-16 Samuel Pitoisetradv: fix gathering clip/cull distance masks for GS
2019-07-16 Samuel PitoisetRevert "radv/gfx10: don't set array pitch field on...
2019-07-16 Samuel Pitoisetradv/gfx10: add missing conversions for 16-bit exports
2019-07-16 Samuel Pitoisetradv: remove unused code in radv_export_param()
2019-07-16 Dave Airlieradv/gfx10: don't set array pitch field on images
2019-07-15 Samuel Pitoisetradv/gfx10: enable OC_LDS_EN for NGG GS if the ES stage...
2019-07-15 Samuel Pitoisetradv/gfx10: export the PrimitiveID for ES stages (VS...
2019-07-15 Samuel Pitoisetradv/gfx10: declare an external symbol for the ESGS...
2019-07-15 Samuel Pitoisetradv/gfx10: allocate ESGS ring space for exporting...
2019-07-15 Samuel Pitoisetradv/gfx10: fix crash when emitting NGG GS prologue
2019-07-14 Bas Nieuwenhuizenradv/gfx10: Fix DCC clears.
2019-07-12 Samuel Pitoisetradv/gfx10: enable 1D textures
2019-07-12 Samuel Pitoisetradv/gfx10: emit DISABLE_CONSERVATIVE_ZPASS_COUNTS
2019-07-12 Samuel Pitoisetradv/gfx10: init more registers in the graphics preamble
2019-07-12 Samuel Pitoisetradv/gfx10: set HS/GS/CS.WGP_MODE
2019-07-12 Samuel Pitoisetradv/gfx10: emit GE_PC_ALLOC
2019-07-12 Samuel Pitoisetradv/gfx10: enable vertex shaders without export parameters
2019-07-12 Samuel Pitoisetradv/gfx10: launch 2 compute waves per CU before going...
2019-07-12 Samuel Pitoisetradv: use ac_get_compute_resource_limits()
2019-07-12 Samuel Pitoisetradv/gfx10: invalidate everything in L2 when shaders...
next