summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/frontend/maxwell/translate/impl/load_store_attribute.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-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.
* shader_recompiler: Reduce unused includesameerj2022-03-201-1/+0
|
* shader_recompiler, video_core: Resolve clang errorslat9nq2021-07-231-6/+6
| | | | | | | | | | Silences the following warnings-turned-errors: -Wsign-conversion -Wunused-private-field -Wbraced-scalar-init -Wunused-variable And some other errors
* shader: Implement tessellation shaders, polygon mode and invocation idReinUsesLisp2021-07-231-13/+20
|
* shader: Implement geometry shadersReinUsesLisp2021-07-231-6/+10
|
* shader: Implement OUTReinUsesLisp2021-07-231-5/+2
|
* shader: Address feedbackFernandoS272021-07-231-16/+21
|
* shader: Implement indexed attributesFernandoS272021-07-231-13/+25
|
* shader: Better interpolation and disabled attributes supportReinUsesLisp2021-07-231-9/+1
|
* shader: Better but still partial interpolation supportReinUsesLisp2021-07-231-5/+7
|
* shader: Add partial rasterizer integrationReinUsesLisp2021-07-231-1/+85
|
* shader: Add pools and rename filesReinUsesLisp2021-07-231-1/+1
|
* shader: Make typed IRReinUsesLisp2021-07-231-11/+12
|
* shader: Initial recompiler workReinUsesLisp2021-07-231-0/+92