summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/backend/spirv/emit_context.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-23spirv: Support OpenGL uniform buffers and change bindingsReinUsesLisp1-1/+14
2021-07-23shader: Implement indexed texturesReinUsesLisp1-1/+10
2021-07-23shader: Add NVN storage buffer fallbacksReinUsesLisp1-0/+8
2021-07-23spirv: Replace Constant/ConstantComposite with Const helperameerj1-1/+1
2021-07-23spirv: Fix implicit lod typeReinUsesLisp1-0/+4
2021-07-23spirv: Use ConstOffset instead of Offset when possibleReinUsesLisp1-0/+17
2021-07-23shader: Implement SampleMaskReinUsesLisp1-0/+1
2021-07-23shader: Implement PIXLD.MY_INDEXReinUsesLisp1-0/+1
2021-07-23spirv: Implement ViewportMask with NV_viewport_array2ReinUsesLisp1-0/+2
2021-07-23shader: Implement PrimitiveIdReinUsesLisp1-0/+1
2021-07-23shader: Implement tessellation shaders, polygon mode and invocation idReinUsesLisp1-2/+8
2021-07-23spirv: Implement image buffersReinUsesLisp1-0/+7
2021-07-23spirv: Implement Layer storesReinUsesLisp1-0/+1
2021-07-23shader: Implement transform feedbacks and define file formatReinUsesLisp1-1/+7
2021-07-23spirv: Rework storage buffers and shader memoryReinUsesLisp1-14/+35
2021-07-23shader: Implement SR_THREAD_KILLReinUsesLisp1-0/+1
2021-07-23shader: Implement ATOM/S and REDameerj1-0/+20
2021-07-23shader: Implement SULD and SUSTReinUsesLisp1-1/+8
2021-07-23shader: Interact texture buffers with buffer cacheReinUsesLisp1-1/+1
2021-07-23shader: Implement texture buffersReinUsesLisp1-0/+5
2021-07-23shader: Implement indexed attributesFernandoS271-0/+4
2021-07-23shader: Add subgroup masksReinUsesLisp1-0/+5
2021-07-23shader: Reimplement GetCbufU64 as GetCbufU32x2ReinUsesLisp1-1/+1
2021-07-23shader: Address FeedbackFernandoS271-2/+0
2021-07-23shader: Implement ViewportIndexFernandoS271-0/+3
2021-07-23spirv: Remove unnecesary variable for clip distancesReinUsesLisp1-2/+0
2021-07-23shader: Implement ClipDistanceFernandoS271-0/+3
2021-07-23shader,spirv: Implement ImageQueryLod.FernandoS271-0/+1
2021-07-23shader: Add PointCoord attributeFernandoS271-0/+2
2021-07-23shader: Add PointSize attributeameerj1-0/+1
2021-07-23shader: Implement FSWZADDameerj1-0/+2
2021-07-23shader: Implement LDS, STS, LDL, and STS and use SPIR-V 1.4 when availableReinUsesLisp1-0/+21
2021-07-23shader: Implement front faceReinUsesLisp1-0/+1
2021-07-23shader: Implement TXQ and fix FragDepthReinUsesLisp1-1/+2
2021-07-23shader: Refactor PTP and other minor changesReinUsesLisp1-1/+0
2021-07-23shader: Implement TLD4.PTPFernandoS271-0/+1
2021-07-23shader: Implement NDC [-1, 1], attribute types and default varying initializationReinUsesLisp1-3/+7
2021-07-23shader: Implement VOTEameerj1-1/+2
2021-07-23spirv: Implement VertexId and InstanceId, refactor codeReinUsesLisp1-2/+12
2021-07-23shader: Add partial rasterizer integrationReinUsesLisp1-2/+16
2021-07-23shader: Partial implementation of LDCReinUsesLisp1-3/+19
2021-07-23shader: Initial support for textures and TEXReinUsesLisp1-0/+7
2021-07-23spirv: Fixes and Intel specific workaroundsReinUsesLisp1-1/+4
2021-07-23spirv: Add lower fp16 to fp32 passReinUsesLisp1-2/+4
2021-07-23spirv: Initial bindings supportReinUsesLisp1-0/+67