summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/ir_opt/collect_shader_info_pass.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-12-19shader_recompiler: use minimal clip distance arrayLiam1-1/+5
2023-06-26shaders: Track local memory usageameerj1-0/+4
2022-11-07video_core: Fix few issues in Tess stageFengChen1-0/+3
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-04-01shader_recompiler: support const buffer indirect addressing on OpenGL SPIR-VLiam1-7/+2
2022-03-17Address review commentsLiam1-33/+28
2022-03-17shader_recompiler: Use functions for indirect const buffer accessesLiam1-0/+2
2022-03-15shader: add support for const buffer indirect addressingLiam1-8/+27
2022-01-30shaders: Add U64->U32x2 Atomic fallback functionsameerj1-0/+18
2022-01-29spirv_atomic: Define U32x2 storage buffers for 64-bit storage atomicsameerj1-1/+1
2021-12-30shader: Add integer attribute get optimization passameerj1-0/+1
2021-11-16shader: Properly scale image reads and add GL SPIR-V supportReinUsesLisp1-0/+1
2021-11-16shader: Add IsTextureScaled opcodeReinUsesLisp1-0/+1
2021-11-16shader: Fix resolution scaling passReinUsesLisp1-0/+3
2021-07-28shader: Mark ConvertF16F32 and ConvertF32F16 as fp16 instructionsReinUsesLisp1-0/+2
2021-07-23glsl: Fix tracking of info.uses_shadow_lodameerj1-4/+4
2021-07-23shader: Rework varyings and implement passthrough geometry shadersReinUsesLisp1-137/+65
2021-07-23shader: Align constant buffer sizes to 16 bytesReinUsesLisp1-1/+2
2021-07-23shader: Properly manage attributes not written from previous stagesReinUsesLisp1-2/+4
2021-07-23glsl: Conditionally add EXT_texture_shadow_lodameerj1-1/+9
2021-07-23glsl: Implement legacy varyingsameerj1-1/+8
2021-07-23glsl: Fix ATOM and implement ATOMSameerj1-0/+6
2021-07-23glsl: Track S32 atomicsameerj1-2/+8
2021-07-23glsl: Revert ssbo aliasing. Storage Atomics implameerj1-7/+2
2021-07-23glsl: Wip storage atomic opsameerj1-2/+7
2021-07-23buffer_cache: Reduce uniform buffer size from shader usageReinUsesLisp1-3/+16
2021-07-23shader,glasm: Implement legacy texcoord loadsReinUsesLisp1-52/+18
2021-07-23shader: Track legacy varyingsReinUsesLisp1-13/+88
2021-07-23glasm: Implement shuffle and vote instructions on GLASMReinUsesLisp1-1/+3
2021-07-23shader: Optimize NVN FallthroughFernandoS271-7/+71
2021-07-23shader: Implement Int32 SUATOM/SUREDameerj1-0/+36
2021-07-23shader: Move microinstruction header to the value headerReinUsesLisp1-1/+1
2021-07-23shader: Add NVN storage buffer fallbacksReinUsesLisp1-0/+53
2021-07-23shader: Address feedbackFernandoS271-1/+1
2021-07-23shader: Add coarse derivativesFernandoS271-0/+2
2021-07-23shader: Implement fine derivates constant propagationFernandoS271-0/+4
2021-07-23shader: Implement SampleMaskReinUsesLisp1-0/+3
2021-07-23shader: Implement PIXLD.MY_INDEXReinUsesLisp1-0/+3
2021-07-23spirv: Implement ViewportMask with NV_viewport_array2ReinUsesLisp1-0/+3
2021-07-23shader: Implement PrimitiveIdReinUsesLisp1-0/+3
2021-07-23shader: Implement tessellation shaders, polygon mode and invocation idReinUsesLisp1-0/+41
2021-07-23spirv: Implement Layer storesReinUsesLisp1-0/+3
2021-07-23spirv: Rework storage buffers and shader memoryReinUsesLisp1-5/+64
2021-07-23spirv: Define StorageImageWriteWithoutFormat capability when usedReinUsesLisp1-0/+5
2021-07-23shader: Implement SR_THREAD_KILLReinUsesLisp1-0/+3
2021-07-23shader: Implement ATOM/S and REDameerj1-0/+70
2021-07-23spirv: Guard against typeless image reads on unsupported devicesReinUsesLisp1-0/+7
2021-07-23shader: Move LaneId to the warp emission file and fix AMDReinUsesLisp1-1/+1
2021-07-23shader: Implement SULD and SUSTReinUsesLisp1-2/+1
2021-07-23shader_recompiler,video_core: Cleanup some GCC and Clang errorslat9nq1-10/+10
2021-07-23shader: Address feedbackFernandoS271-13/+9
2021-07-23shader: Implement indexed Position and ClipDistancesFernandoS271-8/+18
2021-07-23shader: Implement indexed attributesFernandoS271-1/+35
2021-07-23shader: Add subgroup masksReinUsesLisp1-0/+7
2021-07-23shader: Reimplement GetCbufU64 as GetCbufU32x2ReinUsesLisp1-4/+3
2021-07-23shader: Implement SR_LaneIdFernandoS271-0/+1
2021-07-23shader: Implement ViewportIndexFernandoS271-0/+3
2021-07-23shader: Implement ClipDistanceFernandoS271-0/+10
2021-07-23shader: Implement ImageGradientFernandoS271-1/+10
2021-07-23shader,spirv: Implement ImageQueryLod.FernandoS271-1/+2
2021-07-23shader: Implement TLDFernandoS271-0/+1
2021-07-23shader: Add PointCoord attributeFernandoS271-0/+4
2021-07-23shader: Add PointSize attributeameerj1-0/+3
2021-07-23shader: Implement FSWZADDameerj1-0/+3
2021-07-23shader: Implement LDS, STS, LDL, and STS and use SPIR-V 1.4 when availableReinUsesLisp1-0/+6
2021-07-23shader: Better interpolation and disabled attributes supportReinUsesLisp1-1/+1
2021-07-23shader: Implement front faceReinUsesLisp1-0/+3
2021-07-23shader: Implement TXQ and fix FragDepthReinUsesLisp1-1/+2
2021-07-23shader: Implement TLD4 and TLD4_BFernandoS271-1/+7
2021-07-23shader: Implement SHFLameerj1-0/+6
2021-07-23shader: Fix F2IFernandoS271-0/+2
2021-07-23shader: Implement VOTEameerj1-0/+6
2021-07-23shader: Implement DMNMX, DSET, DSETPameerj1-0/+1
2021-07-23shader: Implement F2FFernandoS271-1/+3
2021-07-23shader: Add missing fp64 usage flagsReinUsesLisp1-0/+34
2021-07-23shader: Add support for fp16 comparisons and misc fixesReinUsesLisp1-0/+16
2021-07-23spirv: Implement VertexId and InstanceId, refactor codeReinUsesLisp1-0/+6
2021-07-23shader: Implement I2FReinUsesLisp1-0/+28
2021-07-23shader: Add partial rasterizer integrationReinUsesLisp1-4/+56
2021-07-23shader: Implement CAL inlining function callsReinUsesLisp1-5/+3
2021-07-23shader: Implement FCMPameerj1-1/+13
2021-07-23shader: Partial implementation of LDCReinUsesLisp1-7/+128
2021-07-23shader: Initial support for textures and TEXReinUsesLisp1-0/+19
2021-07-23shader: Add denorm flush supportReinUsesLisp1-6/+65
2021-07-23spirv: Add lower fp16 to fp32 passReinUsesLisp1-1/+17
2021-07-23spirv: Initial bindings supportReinUsesLisp1-0/+81