summaryrefslogtreecommitdiff
path: root/src/shader_recompiler/frontend/ir/attribute.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Video_core: Address feedbackGravatar Fernando Sahmkow2023-01-041-0/+1
|
* MacroHLE: Add HLE replacement for base vertex and base instance.Gravatar Fernando Sahmkow2023-01-011-0/+4
|
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
| | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
* Remove spirv handle legacy related codeGravatar vonchenplus2021-12-181-1/+1
|
* Implement convert legacy to genericGravatar Feng Chen2021-11-191-0/+2
|
* shader: Rework varyings and implement passthrough geometry shadersGravatar ReinUsesLisp2021-07-221-0/+6
| | | | | | Put all varyings into a single std::bitset with helpers to access it. Implement passthrough geometry shaders using host's.
* shader: Implement transform feedbacks and define file formatGravatar ReinUsesLisp2021-07-221-0/+2
|
* shader: Add partial rasterizer integrationGravatar ReinUsesLisp2021-07-221-1/+1
|
* shader: Initial recompiler workGravatar ReinUsesLisp2021-07-221-0/+242