ac: unify primitive export code
[mesa.git] / src / amd / vulkan / radv_nir_to_llvm.c
2020-01-08 Marek Olšákac: unify primitive export code
2020-01-08 Marek Olšákac: unify build_sendmsg_gs_alloc_req
2019-12-19 Samuel Pitoisetac: declare an enum for the OOB select field on GFX10
2019-12-17 Samuel Pitoisetradv/gfx10: fix ngg_get_ordered_id
2019-12-13 Samuel Pitoisetradv: handle unaligned vertex fetches on GFX6/GFX10
2019-12-04 Samuel Pitoisetradv/gfx10: fix the vertex order for triangle strips...
2019-12-04 Samuel Pitoisetradv: simplify a check in radv_fixup_vertex_input_fetches()
2019-11-25 Marek Olšákac: set swizzled bit in cache policy as a hint not...
2019-11-25 Connor Abbottradv: Replace supports_spill with explict_scratch_args
2019-11-25 Connor Abbottradv: Move argument declaration out of nir_to_llvm
2019-11-25 Connor Abbottac/nir, radv, radeonsi: Switch to using ac_shader_args
2019-11-25 Connor Abbottradv: Rename ac_arg_regfile
2019-11-15 Samuel Pitoisetradv: remove useless RADV_DEBUG=unsafemath debug option
2019-11-11 Rhys Perryradv: fix radv_nir_get_max_workgroup_size when nir...
2019-11-07 Samuel Pitoisetradv/gfx10: fix primitive indices orientation for NGG GS
2019-11-06 Samuel Pitoisetradv: determine shaders wavesize at pipeline level
2019-11-06 Samuel Pitoisetradv: hardcode the number of waves for the GFX6 LS...
2019-10-31 Samuel Pitoisetradv: declare NGG scratch for VS or TES and only on...
2019-10-18 Samuel Pitoisetradv: implement VK_KHR_shader_float_controls
2019-10-02 Samuel Pitoisetradv/gfx10: fix NGG streamout with triangle strips...
2019-10-02 Samuel Pitoisetradv/gfx10: fix storing/loading NGG stream outputs...
2019-10-02 Samuel Pitoisetradv/gfx10: use the component mask when storing/loading...
2019-10-02 Samuel Pitoisetradv/gfx10: fix storing/loading NGG stream outputs...
2019-09-26 Rhys Perryaco,radv: rename record_llvm_ir/llvm_ir_string to recor...
2019-09-18 Rhys Perryradv: never kill a NGG GS shader
2019-09-18 Samuel Pitoisetradv: fix loading 64-bit GS inputs
2019-09-16 Rhys Perryradv: always emit a position export in gs copy shaders
2019-09-16 Rhys Perryradv: keep GS threads with excessive emissions which...
2019-09-16 Samuel Pitoisetradv/gfx10: implement NGG streamout
2019-09-16 Samuel Pitoisetradv/gfx10: unconditionally declare scratch space for...
2019-09-16 Samuel Pitoisetradv/gfx10: adjust the GS NGG scratch size for streamout
2019-09-16 Samuel Pitoisetradv/gfx10: add an option to switch from legacy to...
2019-09-13 Samuel Pitoisetradv: fix allocating number of user sgprs if streamout...
2019-09-10 Samuel Pitoisetradv/gfx10: declare a LDS symbol for the NGG emit space
2019-09-10 Samuel Pitoisetradv: fill shader info for all stages in the pipeline
2019-09-10 Samuel Pitoisetradv: do not pass all compiler options to the shader...
2019-09-06 Samuel Pitoisetradv/gfx10: determine the number of vertices per primit...
2019-09-06 Samuel Pitoisetradv/gfx10: make use the output usage mask when exporti...
2019-09-06 Samuel Pitoisetradv/gfx10: account for the subpass view for the NGG...
2019-09-06 Samuel Pitoisetradv: calculate esgs_itemsize in the shader info pass
2019-09-06 Samuel Pitoisetradv: calculate the GSVS vertex size in the shader...
2019-09-06 Samuel Pitoisetradv: gather primitive ID in the shader info pass
2019-09-06 Samuel Pitoisetradv: gather layer in the shader info pass
2019-09-06 Samuel Pitoisetradv: gather viewport in the shader info pass
2019-09-06 Samuel Pitoisetradv: gather pointsize in the shader info pass
2019-09-06 Samuel Pitoisetradv: gather clip/cull distances in the shader info...
2019-09-06 Samuel Pitoisetradv: move ac_fill_shader_info() to radv_nir_shader_inf...
2019-09-06 Samuel Pitoisetradv: merge radv_shader_variant_info into radv_shader_info
2019-09-06 Samuel Pitoisetradv/gfx10: always set ballot_mask_bits to 64
2019-08-30 Samuel Pitoisetradv: keep a pointer to a NIR shader into radv_shader_c...
2019-08-30 Samuel Pitoisetradv: move setting can_discard to ac_fill_shader_info()
2019-08-30 Samuel Pitoisetradv: replace ac_nir_build_if by ac_build_ifcc
2019-08-30 Samuel Pitoisetradv: remove unused shader_info parameter in ac_compile...
2019-08-30 Samuel Pitoisetradv: remove some unused fields from radv_shader_context
2019-08-30 Samuel Pitoisetac: drop now useless lookup_interp_param from ABI
2019-08-30 Samuel Pitoisetac: import linear/perspective PS input parameters from...
2019-08-27 Samuel Pitoisetradv: make use of has_ls_vgpr_init_bug
2019-08-26 Connor Abbottac/nir: Remove gfx9_stride_size_workaround_for_atomic
2019-08-23 Samuel Pitoisetac,radv,radeonsi: remove LLVM 7 support
2019-08-19 Marek Olšákradeonsi/nir: always lower ballot masks as 64-bit,...
2019-08-12 Bas Nieuwenhuizenradv: Get max workgroup size without nir.
2019-08-12 Bas Nieuwenhuizenradv: Put wave size in shader options/info.
2019-08-02 Bas Nieuwenhuizenac/nir,radv: Optimize bounds check for 64 bit CAS.
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: add Wave32 support for compute shaders
2019-07-30 Daniel Schürmannradv: Don't include radv_private.h from radv_shader.h
2019-07-24 Samuel Pitoisetradv/gfx10: declare streamout user SGPRs
2019-07-24 Samuel Pitoisetradv/gfx10: fix VS input VGPRs with the legacy path
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-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: initial Wave32 support in LLVM build helpers
2019-07-19 Dave Airlieradv: fix crash in shader tracing.
2019-07-18 Samuel Pitoisetradv/gfx10: do not always execute a barrier before...
2019-07-17 Samuel Pitoisetradv/gfx10: implement VK_EXT_post_depth_coverage
2019-07-16 Samuel Pitoisetradv: pass output values to radv_emit_stream_output()
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: fix gathering clip/cull distance masks for GS
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-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: fix crash when emitting NGG GS prologue
2019-07-12 Samuel Pitoisetradv: report shader stage name when dumping LLVM IR
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 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-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...
next