radv: switch on EOP when primitive restart is enabled with triangle strips
[mesa.git] / src / amd / vulkan / radv_pipeline.c
2018-12-13 Samuel Pitoisetradv: switch on EOP when primitive restart is enabled...
2018-11-13 Timothy Arceriradv: make use of nir_move_out_const_to_consumer()
2018-11-13 Samuel Pitoisetradv: set PA.SC_CONSERVATIVE_RASTERIZATION.NULL_SQUAD_A...
2018-11-12 Samuel Pitoisetradv: clean up setting partial_es_wave for distributed...
2018-11-01 Samuel Pitoisetradv: set PA_SU_PRIM_FILTER_CNTL optimally
2018-11-01 Samuel Pitoisetradv: only enable gl_SampleMask if MSAA is enabled too
2018-11-01 Samuel Pitoisetradv: add support for Raven2
2018-10-29 Samuel Pitoisetradv: implement VK_EXT_transform_feedback
2018-10-29 Samuel Pitoisetradv: adjust the number of output components per stream
2018-10-29 Samuel Pitoisetradv: adjust the GSVS ring sizes based on the number...
2018-10-29 Samuel Pitoisetradv: remove wrong comment in calculate_gs_ring_sizes...
2018-10-23 Timothy Arceriradv: call nir_link_xfb_varyings()
2018-10-23 Timothy Arceriradv: move nir_lower_io_to_scalar_early() to radv_link_...
2018-10-18 Timothy Arceriradv: use nir_opt_find_array_copies()
2018-10-15 Samuel Pitoisetradv: do not force the flat qualifier for clip/cull...
2018-10-11 Samuel Pitoisetradv: add a workaround for a VGT hang with prim restart...
2018-10-11 Dave Airlieradv: don't pass shader key by copy
2018-10-08 Samuel Pitoisetradv: tidy up radv_pipeline_init_multisample_state()
2018-10-08 Samuel Pitoisetradv: always set PA_SC_MODE_CNTL_1.OUT_OF_ORDER_WATER_MARK
2018-10-08 Samuel Pitoisetradv: set DB_EQAA.INCOHERENT_EQAA_READS
2018-10-01 Samuel Pitoisetradv: add potential missing fields for DB_EQAA
2018-10-01 Samuel Pitoisetradv: disable complicated point clipping against user...
2018-09-18 Samuel Pitoisetradv: implement VK_EXT_conservative_rasterization
2018-09-11 Samuel Pitoisetradv: adjust ESGS ring buffer size computation on VI+
2018-09-03 Bas Nieuwenhuizenradv: Add VEGA20 support.
2018-08-31 Samuel Pitoisetradv: fix passing clip/cull distances from VS to PS
2018-08-14 Bas Nieuwenhuizenradv: Make fs key exemplars ordered to be a reverse...
2018-07-27 Kenneth Graunkeradv: Fix build
2018-07-23 Samuel Pitoisetradv: fix a memleak for merged shaders on GFX9
2018-07-19 Bas Nieuwenhuizenradv: Select correct entries for binning.
2018-07-19 Bas Nieuwenhuizenradv: Fix number of samples used for binning.
2018-06-23 Rob Clarknir: convert lower_io_arrays_to_elements to deref instr...
2018-06-23 Rob Clarknir: convert lower_io_to_scalar to deref instructions
2018-06-23 Rob Clarkmove lower_deref_instrs
2018-06-20 Samuel Pitoisetradv: do not use an user SGPR for the sample position...
2018-06-20 Samuel Pitoisetradv: don't store the number of samples as log2
2018-06-19 Marek Olšákamd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbuf
2018-06-18 Eric Engestromradv: fix bitwise check
2018-06-14 Dave Airlieradv: remove multisample bit from shader key.
2018-06-14 Bas Nieuwenhuizenradv: Fix output for sparse MRTs.
2018-06-04 Samuel Pitoisetradv: fix a GPU hang when MRTs are sparse
2018-06-04 Bas Nieuwenhuizenradv: Don't pass a TESS_EVAL shader when tesselation...
2018-06-01 Alex Smithradv: Consolidate GFX9 merged shader lookup logic
2018-06-01 Alex Smithradv: Set active_stages the same whether or not shaders...
2018-05-31 Bas Nieuwenhuizenradv: Add option to print errors even in optimized...
2018-05-14 Bas Nieuwenhuizenradv: Fix up 2_10_10_10 alpha sign.
2018-05-14 Bas Nieuwenhuizenradv: Translate logic ops.
2018-05-14 Samuel Pitoisetradv: remove useless check in radv_create_shaders()
2018-05-14 Samuel Pitoisetradv: allow to dump the GS copy shader with RADV_DEBUG...
2018-05-12 Timothy Arceriradv: add initial support for VK_PIPELINE_CREATE_DISABL...
2018-04-23 Dave Airlieradv/gfx9: don't use gs_table_depth on gfx9.
2018-04-19 Bas Nieuwenhuizenradv: Add Vega M support.
2018-04-12 Marek Olšákmesa: include mtypes.h less
2018-04-12 Bas Nieuwenhuizenradv: Implement VK_EXT_vertex_attribute_divisor.
2018-04-10 Bas Nieuwenhuizenradv: Enable RB+ where possible.
2018-04-04 Samuel Pitoisetradv: implement out-of-order rasterization when it...
2018-04-04 Samuel Pitoisetradv: change blend_enable field to use four bits per CB
2018-04-04 Samuel Pitoisetradv: scan which color blend attachments are enabled
2018-04-04 Samuel Pitoisetradv: put more fields in radv_blend_state
2018-04-04 Samuel Pitoisetradv: do not always disable dual quad mode when chip...
2018-04-04 Samuel Pitoisetradv: don't use the SPI barrier management bug workaround
2018-04-04 Samuel Pitoisetradv: mask out high VM address bits in registers where...
2018-03-28 Samuel Pitoisetradv: add support for Vega12
2018-03-20 Samuel Pitoisetradv: add support for VK_EXT_depth_range_unrestricted
2018-03-19 Dave Airlieradv: handle exporting view index to fragment shader...
2018-03-16 Dave Airlieradv: drop geometry stride user sgpr.
2018-03-16 Dave Airlieradv: get rid of geometry user sgpr for num entries.
2018-03-16 Dave Airlieradv: migrate lds size calculations to shader gen.
2018-03-16 Dave Airlieradv: drop scanning the tess shader in the nir code.
2018-03-16 Dave Airlieradv: use num_patches output from tcs shader.
2018-03-16 Dave Airlieradv/tess: remove last chunk of tess sgprs
2018-03-16 Dave Airlieradv: pass num_patches to tes from tcs
2018-03-16 Dave Airlieradv: drop tess offchip layout for tcs.
2018-03-16 Dave Airlieradv: drop tcs_out_offsets
2018-03-16 Dave Airlieradv: drop tcs_out_layout
2018-03-16 Dave Airlieradv/tess: drop tcs_in_layout setting completely.
2018-03-16 Dave Airlieradv: drop ls_out_layout const.
2018-03-13 Samuel Pitoisetac/nir: move ac_nir_compiler_options and friends to...
2018-03-13 Samuel Pitoisetac/nir: move ac_shader_variant_info and friends to...
2018-03-05 Timothy Arceriac/radv: move lower_indirect_derefs() to ac_nir_to_llvm.c
2018-02-28 Samuel Pitoisetac/shader: move scanning some info about input PS decla...
2018-02-21 Dave Airlieradv: don't send num_tcs_input_cp to sgprs.
2018-02-21 Dave Airlieradv/tess: don't need to look in constant for vertices_...
2018-02-19 Samuel Pitoisetradv: compact varyings after removing unused ones
2018-02-15 Bas Nieuwenhuizenradv: Always lower indirect derefs after nir_lower_glob...
2018-02-08 Samuel Pitoisetac/shader: scan info about output PS declarations
2018-01-31 Samuel Pitoisetradv: do not dump meta shader stats
2018-01-30 Bas Nieuwenhuizenradv: Merge raster state with PM4 generation.
2018-01-30 Bas Nieuwenhuizenradv: Move gs state out of pipeline.
2018-01-30 Bas Nieuwenhuizenradv: Split out cliprect rule generation.
2018-01-30 Bas Nieuwenhuizenradv: Merge VGT_GS_MODE computation with PM4 generation.
2018-01-30 Bas Nieuwenhuizenradv: Split out processing the vertex input state.
2018-01-30 Bas Nieuwenhuizenradv: Move tessellation state out of pipeline.
2018-01-30 Bas Nieuwenhuizenradv: Move blend state out of pipeline.
2018-01-30 Bas Nieuwenhuizenradv: Split out generating VGT_SHADER_STAGES_EN.
2018-01-30 Bas Nieuwenhuizenradv: Split out the ia_multi_vgt_param precomputation.
2018-01-30 Bas Nieuwenhuizenradv: Split out db_shader_control computation.
2018-01-30 Bas Nieuwenhuizenradv: Compute shader_z_format when emitting it.
2018-01-30 Bas Nieuwenhuizenradv: Merge depth stencil state with PM4 generation.
2018-01-30 Bas Nieuwenhuizenradv: Merge ps_input_cntl computation with PM4 generation.
next