aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/shader/registry.cpp
AgeCommit message (Expand)Author
2020-09-23shader/registry: Silence a -Wshadow warningLioncash
2020-09-23shader/registry: Remove unnecessary namespace qualifiersLioncash
2020-09-23shader/registry: Make use of designated initializers where applicableLioncash
2020-06-05shader/texture: Join separate image and sampler pairs offlineReinUsesLisp
2020-03-09engines/maxwell_3d: Add TFB registers and store them in shader registryReinUsesLisp
2020-03-09shader/registry: Address feedbackReinUsesLisp
2020-03-09shader/registry: Cache tessellation stateReinUsesLisp
2020-03-09shader/registry: Store graphics and compute metadataReinUsesLisp
2020-03-09video_core: Rename "const buffer locker" to "registry"ReinUsesLisp