summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/shader_info.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* spirv: fix multisampled image fetchLiam2023-01-231-0/+1
* shader_recompiler: Add comparison operators to descriptor typesBilly Laws2023-01-051-0/+12
* Video_core: Address feedbackFernando Sahmkow2023-01-041-0/+1
* MacroHLE: Add HLE replacement for base vertex and base instance.Fernando Sahmkow2023-01-011-0/+5
* shader_recompiler: add gl_Layer translation GS for older hardwareLiam2022-12-011-0/+3
* video_core: Fix few issues in Tess stageFengChen2022-11-071-0/+1
* video_core: Fix SNORM texture buffer emulating error (#9001)Feng Chen2022-11-041-0/+10
* Merge pull request #8858 from vonchenplus/mipmapbunnei2022-11-041-0/+1
|\
| * video_core: Generate mipmap texture by drawingFengChen2022-09-201-0/+1
* | Merge pull request #8873 from vonchenplus/fix_legacy_location_errorbunnei2022-10-241-0/+3
|\ \
| * | video_core: Fix legacy to generic location unpairedFengChen2022-09-201-0/+3
| |/
* / Shader Decompiler: Check for shift when deriving composite samplers.Fernando Sahmkow2022-10-061-0/+4
|/
* video_code: support rectangle textureFengChen2022-08-251-1/+2
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* shader_recompiler: Decrease indirect cbuf limit to match hardwareLiam2022-04-041-1/+1
* shader_compiler: support const buffer indirect addressing in GLSLLiam2022-04-011-1/+1
* shader_recompiler: support const buffer indirect addressing on OpenGL SPIR-VLiam2022-04-011-0/+1
* Address review commentsLiam2022-03-171-0/+1
* shader_recompiler: Use functions for indirect const buffer accessesLiam2022-03-171-0/+1
* spirv: Implement rescaling patchingReinUsesLisp2021-11-161-0/+9
* shader: Fix resolution scaling passReinUsesLisp2021-11-161-1/+1
* ShaderDecompiler: Add initial support for rescaling.Fernando Sahmkow2021-11-161-0/+1
* shader: Rework varyings and implement passthrough geometry shadersReinUsesLisp2021-07-231-32/+5
* shader: Properly manage attributes not written from previous stagesReinUsesLisp2021-07-231-1/+1
* glsl: Address rest of feedbackameerj2021-07-231-0/+2
* glsl: Conditionally add EXT_texture_shadow_lodameerj2021-07-231-0/+1
* glsl: Implement legacy varyingsameerj2021-07-231-0/+2
* glsl: Track S32 atomicsameerj2021-07-231-1/+2
* glsl: Wip storage atomic opsameerj2021-07-231-0/+1
* buffer_cache: Reduce uniform buffer size from shader usageReinUsesLisp2021-07-231-0/+1
* shader,glasm: Implement legacy texcoord loadsReinUsesLisp2021-07-231-0/+1
* shader: Track legacy varyingsReinUsesLisp2021-07-231-4/+17
* glasm: Implement shuffle and vote instructions on GLASMReinUsesLisp2021-07-231-0/+1
* shader: Optimize NVN FallthroughFernandoS272021-07-231-0/+4
* shader: Implement Int32 SUATOM/SUREDameerj2021-07-231-0/+2
* shader: Increase the maximum number of storage buffersReinUsesLisp2021-07-231-1/+1
* shader: Implement indexed texturesReinUsesLisp2021-07-231-0/+4
* shader: Implement D3D samplersReinUsesLisp2021-07-231-0/+6
* shader: Add NVN storage buffer fallbacksReinUsesLisp2021-07-231-0/+1
* shader: Address feedbackFernandoS272021-07-231-1/+1
* shader: Implement fine derivates constant propagationFernandoS272021-07-231-0/+1
* shader: Implement SampleMaskReinUsesLisp2021-07-231-0/+1
* shader: Implement PIXLD.MY_INDEXReinUsesLisp2021-07-231-0/+1
* spirv: Implement ViewportMask with NV_viewport_array2ReinUsesLisp2021-07-231-0/+1
* shader: Implement PrimitiveIdReinUsesLisp2021-07-231-0/+1
* shader: Implement tessellation shaders, polygon mode and invocation idReinUsesLisp2021-07-231-0/+5
* spirv: Implement image buffersReinUsesLisp2021-07-231-0/+10
* spirv: Implement Layer storesReinUsesLisp2021-07-231-0/+1
* spirv: Rework storage buffers and shader memoryReinUsesLisp2021-07-231-2/+2
* spirv: Define StorageImageWriteWithoutFormat capability when usedReinUsesLisp2021-07-231-0/+1
* shader: Implement SR_THREAD_KILLReinUsesLisp2021-07-231-0/+1
* shader: Implement ATOM/S and REDameerj2021-07-231-0/+13
* spirv: Guard against typeless image reads on unsupported devicesReinUsesLisp2021-07-231-0/+1
* shader: Implement SULD and SUSTReinUsesLisp2021-07-231-15/+32
* shader: Interact texture buffers with buffer cacheReinUsesLisp2021-07-231-1/+1
* shader: Implement texture buffersReinUsesLisp2021-07-231-0/+9
* shader: Implement indexed attributesFernandoS272021-07-231-0/+2
* shader: Add subgroup masksReinUsesLisp2021-07-231-0/+1
* shader: Mark SSBOs as written when they areFernandoS272021-07-231-0/+1
* shader: Implement ViewportIndexFernandoS272021-07-231-0/+1
* shader: Implement ClipDistanceFernandoS272021-07-231-0/+1
* shader: Add PointCoord attributeFernandoS272021-07-231-0/+1
* shader: Add PointSize attributeameerj2021-07-231-0/+1
* shader: Implement FSWZADDameerj2021-07-231-0/+1
* shader: Better interpolation and disabled attributes supportReinUsesLisp2021-07-231-1/+12
* shader: Implement front faceReinUsesLisp2021-07-231-0/+1
* shader: Implement SHFLameerj2021-07-231-0/+1
* shader: Implement VOTEameerj2021-07-231-0/+1
* spirv: Implement VertexId and InstanceId, refactor codeReinUsesLisp2021-07-231-0/+2
* shader: Add partial rasterizer integrationReinUsesLisp2021-07-231-0/+10
* shader: Partial implementation of LDCReinUsesLisp2021-07-231-0/+6
* shader: Initial support for textures and TEXReinUsesLisp2021-07-231-11/+41
* shader: Add denorm flush supportReinUsesLisp2021-07-231-3/+4
* spirv: Initial bindings supportReinUsesLisp2021-07-231-8/+25
* shader: Initial implementation of an ASTReinUsesLisp2021-07-231-0/+28