amd/common/gfx10: add register JSON
[mesa.git] / src / amd / vulkan / radv_pipeline.c
2019-07-03 Nicolai Hähnleamd/common/gfx10: add register JSON
2019-06-27 Samuel Pitoisetradv: only export clip/cull distances if PS reads them
2019-06-19 Samuel Pitoisetradv: disable viewport clamping even if FS doesn't...
2019-06-10 Samuel Pitoisetradv: fix setting CB_SHADER_MASK for dual source blending
2019-06-10 Samuel Pitoisetradv: fix alpha-to-coverage when there is unused color...
2019-06-04 Nicolai Hähnleamd/common: use generated register header
2019-05-30 Samuel Pitoisetradv: implement VK_EXT_sample_locations and disable it
2019-05-27 Marek Olšákac: treat Mullins as Kabini, remove the enum
2019-05-22 Samuel Pitoisetradv: clean up the sample locations codebase
2019-05-16 Marek Olšákac: rename SI-CIK-VI to GFX6-GFX7-GFX8
2019-05-09 Samuel Pitoisetradv: fix setting the number of rectangles when it...
2019-04-25 Bas Nieuwenhuizenradv: Run the new ycbcr lowering pass.
2019-04-10 Bas Nieuwenhuizenradv: Add non-uniform indexing lowering.
2019-04-08 Samuel Pitoisetradv: fix getting the vertex strides if the bindings...
2019-03-21 Samuel Pitoisetradv: add missing initializations since VK_EXT_pipeline...
2019-03-20 Bas Nieuwenhuizenradv: Implement VK_EXT_pipeline_creation_feedback.
2019-03-13 Samuel Pitoisetradv: use typed buffer loads for vertex input fetches
2019-03-13 Samuel Pitoisetradv: store more vertex attribute infos as pipeline...
2019-03-04 Samuel Pitoisetrav: use 32_AR instead of 32_ABGR when alpha coverage...
2019-02-22 Bas Nieuwenhuizenradv: Fix float16 interpolation set up.
2019-02-20 Bas Nieuwenhuizenradv: Disable depth clamping even without EXT_depth_ran...
2019-02-20 Bas Nieuwenhuizenradv: Implement VK_EXT_depth_clip_enable.
2019-02-20 Bas Nieuwenhuizenradv: Clean up a bunch of compiler warnings.
2019-02-18 Samuel Pitoisetradv: fix writing the alpha channel of MRT0 when alpha...
2019-02-18 Samuel Pitoisetradv: write the alpha channel of MRT0 when alpha covera...
2019-02-14 Samuel Pitoisetradv: store vertex attribute formats as pipeline keys
2019-02-13 Samuel Pitoisetradv: always export gl_SampleMask when the fragment...
2019-02-11 Dave Airlieradv: remove alloc parameter from pipeline init
2019-02-04 Samuel Pitoisetradv: track if subpasses have color attachments
2019-02-04 Samuel Pitoisetradv: store the list of attachments for every subpass
2019-01-21 Rhys Perryradv: avoid context rolls when binding graphics pipelines
2019-01-16 Rhys Perryradv: use dithered alpha-to-coverage
2019-01-15 Bas Nieuwenhuizenradv: Set partial_vs_wave for pipelines with just GS...
2019-01-09 Samuel Pitoisetradv: get rid of bunch of KHR suffixes
2019-01-02 Timothy Arcerinir: rename nir_link_constant_varyings() nir_link_opt_v...
2018-12-16 Jason Ekstrandnir: Add a bool to int32 lowering pass
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
next