radv: record number of color/depth samples for each subpass
[mesa.git] / src / amd /
2020-01-03 Samuel Pitoisetradv: record number of color/depth samples for each...
2020-01-02 Bas Nieuwenhuizenamd/common: Always initialize gfx9 mipmap offset/pitch.
2019-12-31 Timur Kristófaco: Fix uniform i2i64.
2019-12-30 Samuel Pitoisetradv: return the correct pitch for linear mipmaps on...
2019-12-29 Bas Nieuwenhuizenamd/common: Handle alignment of 96-bit formats.
2019-12-27 Eric Engestromamd: fix empty-body issues
2019-12-27 Mauro Rossiandroid: radv: build radv_shader_args.c
2019-12-27 Mauro Rossiandroid: radeonsi,ac: fix building error due to ac...
2019-12-27 Mauro Rossiandroid: radv: fix vk_format_table.c generated source...
2019-12-26 Bas Nieuwenhuizenradv: Expose all sample counts for integer formats...
2019-12-21 Rhys Perryaco: fix vgpr alloc granule with wave32
2019-12-21 Rhys Perryaco: improve jump threading with wave32
2019-12-21 Rhys Perryaco/wave32: fix comparison optimizations
2019-12-21 Karol Herbstaco: use NIR_MAX_VEC_COMPONENTS instead of 4
2019-12-20 Marek Olšákac/surface: fix an assertion failure on gfx9 in CMASK...
2019-12-20 Samuel Pitoisetradv: rely on pipeline layout when creating push descri...
2019-12-20 Samuel Pitoisetradv: ignore pColorBlendState if rasterization is disabled
2019-12-20 Samuel Pitoisetradv: tidy up radv_pipeline_init_blend_state()
2019-12-20 Samuel Pitoisetradv: ignore pDepthStencilState if rasterization is...
2019-12-20 Samuel Pitoisetradv: ignore pTessellationState if the pipeline doesn...
2019-12-20 Samuel Pitoisetradv: ignore pMultisampleState if rasterization is...
2019-12-20 Samuel Pitoisetradv: init a default multisample state for the resolve...
2019-12-19 Samuel Pitoisetac: declare an enum for the OOB select field on GFX10
2019-12-19 Samuel Pitoisetradv/gfx10: fix the out-of-bounds check for vertex...
2019-12-18 Bas Nieuwenhuizenradv: Limit workgroup size to 1024.
2019-12-17 Samuel Pitoisetradv/gfx10: fix ngg_get_ordered_id
2019-12-16 Marek Olšákamd/addrlib: update to the latest version
2019-12-16 Marek Olšákac: fix the return value in cull_bbox when bbox culling...
2019-12-16 Marek Olšákac: fix ac_get_i1_sgpr_mask for Wave32
2019-12-14 Bas Nieuwenhuizenamd/common: Always use addrlib for HTILE tc-compat.
2019-12-14 Bas Nieuwenhuizenamd/common: Fix tcCompatible degradation on Stoney.
2019-12-13 Samuel Pitoisetradv: handle unaligned vertex fetches on GFX6/GFX10
2019-12-12 Samuel Pitoisetradv: enable SpvCapabilityImageMSArray
2019-12-12 Samuel Pitoisetac/nir: fix out-of-bound access when loading constants...
2019-12-11 Bas Nieuwenhuizenradv: Fix RGBX Android<->Vulkan format correspondence.
2019-12-10 Samuel Pitoisetradv: implement VK_KHR_separate_depth_stencil_layouts
2019-12-10 Samuel Pitoisetradv: initialize HTILE for separate depth/stencil aspects
2019-12-10 Samuel Pitoisetradv: do not init HTILE as compressed state when dst...
2019-12-10 Samuel Pitoisetradv: synchronize after performing a separate depth...
2019-12-10 Samuel Pitoisetradv: fix possibly wrong PA_SC_AA_CONFIG value for...
2019-12-10 Samuel Pitoisetradv: move emission of two PA_SC_* registers to the...
2019-12-09 Samuel Pitoisetradv: do not use VK_TRUE/VK_FALSE
2019-12-07 Daniel Schürmannaco: propagate temporaries into expanded vectors
2019-12-07 Daniel Schürmannaco: improve readfirstlane after uniform ssbo loads...
2019-12-07 Daniel Schürmannaco: use soffset for MUBUF instructions on SI/CI
2019-12-07 Daniel Schürmannradv: Enable ACO on GFX7 (Sea Islands)
2019-12-07 Daniel Schürmannaco: return to loop_active mask at continue_or_break...
2019-12-07 Daniel Schürmannradv: disable Youngblood app profile if ACO is used
2019-12-07 Daniel Schürmannaco: implement exclusive scan for SI/CI
2019-12-07 Daniel Schürmannaco: implement inclusive_scan for SI/CI
2019-12-07 Daniel Schürmannaco: implement (clustered) reductions for SI/CI
2019-12-07 Daniel Schürmannaco: don't use a scalar temporary for reductions on...
2019-12-07 Daniel Schürmannaco: flush denorms after fmin/fmax on pre-GFX9
2019-12-07 Daniel Schürmannradv: only flush scalar cache for SSBO writes with...
2019-12-07 Daniel Schürmannaco: disable disassembly for SI/CI due to lack of suppo...
2019-12-07 Daniel Schürmannaco: implement 64bit ine/ieq for SI/CI
2019-12-07 Daniel Schürmannaco: implement 64bit i2b for SI /CI
2019-12-07 Daniel Schürmannaco: make 1/2*PI a literal constant on SI/CI
2019-12-07 Daniel Schürmannaco: implement 64bit VGPR shifts for SI/CI
2019-12-07 Daniel Schürmannaco: split read/writelane opcode into VOP2/VOP3 version...
2019-12-07 Daniel Schürmannaco: fix disassembly of writelane instructions.
2019-12-07 Daniel Schürmannaco: recognize SI/CI SMRD hazards
2019-12-07 Daniel Schürmannaco: implement quad swizzles for SI/CI
2019-12-07 Daniel Schürmannaco: move buffer_store data to VGPR if needed
2019-12-07 Daniel Schürmannaco: implement nir_op_isign on SI/CI
2019-12-07 Daniel Schürmannaco: only use scalar loads for readonly buffers on...
2019-12-07 Daniel Schürmannaco: implement nir_op_fquantize2f16 for SI/CI
2019-12-07 Daniel Schürmannaco: fix SMEM offsets for SI/CI
2019-12-07 Daniel Schürmannaco: SI/CI - fix sampler aniso
2019-12-07 Dave Airlieaco: handle gfx7 int8/10 clamping on exports
2019-12-07 Daniel Schürmannaco: Initial GFX7 Support
2019-12-07 Daniel Schürmannaco: refactor visit_store_fs_output() to use the Builder
2019-12-04 Timur Kristófaco/wave32: Fix reductions.
2019-12-04 Timur Kristófaco/wave32: Allow setting the subgroup ballot size...
2019-12-04 Timur Kristófaco/wave32: Use wave_size for barrier intrinsic.
2019-12-04 Timur Kristófaco/wave32: Fix load_local_invocation_index to support...
2019-12-04 Timur Kristófaco/wave32: Use lane mask regclass for exec/vcc.
2019-12-04 Timur Kristófaco/wave32: Add wave size specific opcodes to aco_builder.
2019-12-04 Timur Kristófaco/wave32: Introduce emit_mbcnt which takes wave size...
2019-12-04 Timur Kristófaco/wave32: Replace hardcoded numbers in spiller with...
2019-12-04 Timur Kristófaco/wave32: Change uniform bool optimization to work...
2019-12-04 Timur Kristófaco: Optimize load_subgroup_id to one bit field extract...
2019-12-04 Timur Kristófaco: Remove lower_linear_bool_phi, it is not needed...
2019-12-04 Timur Kristófaco: Remove superfluous argument from emit_boolean_logic.
2019-12-04 Timur Kristófaco: Fix operand of s_bcnt1_i32_b64 in emit_boolean_reduce.
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-12-04 Samuel Pitoisetradv: remove dead shader input/output variables
2019-12-03 Samuel Pitoisetac/llvm: fix atomic var operations if source isn't...
2019-12-02 Rhys Perryaco: fix block_kind_discard s_andn2 definition to exec
2019-12-02 Rhys Perryaco: handle loop exit and IF merge phis with break...
2019-12-02 Rhys Perryaco: validate the CFG
2019-12-02 Rhys Perryradv: set writes_memory for global memory stores/atomics
2019-12-02 Rhys Perryac/llvm: improve sync scope for global atomics
2019-12-02 Rhys Perryac/llvm: fix pointer type for global atomics
2019-11-29 Samuel Pitoisetaco: drop useless lowering of deref operations for...
2019-11-29 Samuel Pitoisetradv,ac/nir: lower deref operations for shared memory
2019-11-29 Daniel Schürmannaco: fix a couple of value numbering issues
2019-11-29 Daniel Schürmannaco: don't split live-ranges of linear VGPRs
2019-11-29 Rhys Perryaco: implement global atomics
next