radv/gfx10: set the pgm rsrc3/4 regs using index sh reg set
[mesa.git] / src / amd / vulkan /
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...
2019-07-12 Samuel Pitoisetradv/gfx10: fix wrong emission of GE_CNTL
2019-07-12 Samuel Pitoisetradv: add more assertions to make sure packets are...
2019-07-12 Samuel Pitoisetradv: report shader stage name when dumping LLVM IR
2019-07-12 Samuel Pitoisetradv: tidy up radv_get_shader_name() and add NGG stages
2019-07-12 Samuel Pitoisetradv/gfx10: update OVERWRITE_COMBINER_{MRT_SHARING...
2019-07-12 Samuel Pitoisetradv/gfx10: do not set alignment on the ngg_emit pointer
2019-07-12 Samuel Pitoisetradv/gfx10: fix exporting clip/cull distances for GS
2019-07-12 Samuel Pitoisetradv/gfx10: fix exporting the subpass view index for GS
2019-07-11 Samuel Pitoisetradv: only enable the GS copy shader stage if GS is...
2019-07-11 Samuel Pitoisetradv/gfx10: enable geometry shaders
2019-07-11 Bas Nieuwenhuizenradv/gfx10: Fix NGG GS output mask handlings for LDS...
2019-07-11 Bas Nieuwenhuizenradv/gfx10: Simplify output mask handling for NGG GS.
2019-07-11 Bas Nieuwenhuizenradv/gfx10: Do GS prologue outside of gs_threads if.
2019-07-11 Samuel Pitoisetradv/gfx10: implement support for GS as NGG
2019-07-11 Bas Nieuwenhuizenradv/gfx10: Use correct ES shader for es_vgpr_comp_cnt...
2019-07-11 Bas Nieuwenhuizenradv/gfx10: Do not allocate a gs_copy_shader on gfx10.
2019-07-11 Samuel Pitoisetradv/gfx10: fix VGT_SHADER_STAGES_EN for GS as NGG
2019-07-11 Samuel Pitoisetradv/gfx10: fix number of GS invocations for NGG
2019-07-11 Samuel Pitoisetradv/gfx10: fix maximum number of mip levels for 3D...
2019-07-11 Samuel Pitoisetradv/gfx10: disable TC-compat HTILE for multisampled...
2019-07-11 Timothy Arceriradv: fix memory leak when restoring from cache
2019-07-10 Samuel Pitoisetradv: switch to the new VS exports path
2019-07-10 Samuel Pitoisetradv: set the slot_index correctly for VARYING_SLOT_CLI...
2019-07-10 Samuel Pitoisetradv: add a new function for exporting VS outputs
2019-07-10 Samuel Pitoisetradv: implement new path for exporting generic varyings
2019-07-10 Samuel Pitoisetradv: use the generic export path for clip/cull distances
2019-07-10 Samuel Pitoisetradv: remove an extra memcpy when exporting clip/cull...
2019-07-10 Samuel Pitoisetradv: compute correct number of input vertices for NGG
2019-07-10 Samuel Pitoisetradv: remove extra code for exporting LayerID to the...
2019-07-10 Samuel Pitoisetradv: set the LayerId output usage mask if FS needs it
2019-07-10 Connor Abbottradv: Don't optimize after lowering FS inputs
2019-07-10 Chih-Wei Huangandroid: radv: import include paths from used libraries
2019-07-10 Chih-Wei Huangandroid: vulkan/util: fix export path
2019-07-10 Chih-Wei Huangandroid: radv: fix improper use of LOCAL_WHOLE_STATIC_L...
2019-07-10 Chih-Wei Huangandroid: radv: remove unused LOCAL_EXPORT_C_INCLUDE_DIRS
2019-07-09 Bas Nieuwenhuizenradv: Add a common member in the union to make things...
2019-07-09 Bas NieuwenhuizenRevert "radv: keep track of whether NGG is used for...
2019-07-09 Bas Nieuwenhuizenradv/gfx10: Use correct gs_out for tess point_mode.
2019-07-09 Samuel Pitoisetradv: set correct number of VGPRs for GS on GFX10
2019-07-09 Samuel Pitoisetradv: fix VGT_ESGS_RING_ITEMSIZE for GS as NGG on GFX10
2019-07-09 Samuel Pitoisetradv: emit VGT_GS_MAX_VERT_OUT for legacy and NGG paths...
2019-07-09 Samuel Pitoisetradv: emit the geometry shader as NGG if enabled on...
2019-07-09 Samuel Pitoisetradv: keep track of whether NGG is used for GS on GFX10
2019-07-09 Samuel Pitoisetradv: add radv_pipeline_generate_hw_gs() helper
2019-07-09 Samuel Pitoisetradv: fix setting VGT_REUSE_OFF for TES on GFX10
2019-07-09 Samuel Pitoisetradv: fix computing the number of ES VGPRS for TES...
2019-07-09 Samuel Pitoisetradv: set max workgroup size to 128 for TES as NGG...
2019-07-09 Samuel Pitoisetradv: fix allocating USER SGPRs on GFX10
2019-07-09 Bas Nieuwenhuizenradv/gfx10: Enable tess.
2019-07-09 Bas Nieuwenhuizenradv/gfx10: Add pipeline state support for tess.
2019-07-09 Bas Nieuwenhuizenradv/gfx10: Only set HW edge flags with gs & tess disabled.
2019-07-09 Bas Nieuwenhuizenradv/gfx10: Add tess eval ngg shader support.
2019-07-09 Bas Nieuwenhuizenradv: Use correct gs_out with tessellation.
2019-07-09 Bas Nieuwenhuizenradv/gfx10: Use correct count of max_offchip_buffers.
2019-07-09 Bas Nieuwenhuizenradv/gfx10: Load global pointers in correct userdata...
2019-07-08 Dave Airlieradv: only use specialised 3D meta paths on GFX9.
2019-07-08 Samuel Pitoisetradv: do not emit VGT_FLUSH on GFX10
2019-07-08 Connor Abbottradv: Use NIR barycentric intrinsics
2019-07-08 Connor Abbottradv: Make FragCoord a sysval
2019-07-08 Daniel Schürmannradv: Lower input attachments in NIR.
2019-07-08 Daniel Schürmannradv: Implement nir_intrinsic_load_layer_id().
2019-07-08 Dave Airlieradv/gfx10: don't emit PFP packets on ME.
2019-07-08 Samuel Pitoisetac: select the GFX ring when halting waves with UMR...
next