summaryrefslogtreecommitdiffstats
path: root/src/video_core/shader/registry.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* engines/maxwell_3d: Add TFB registers and store them in shader registryReinUsesLisp2020-03-091-3/+9
|
* shader/registry: Address feedbackReinUsesLisp2020-03-091-12/+6
|
* shader/registry: Cache tessellation stateReinUsesLisp2020-03-091-2/+6
|
* shader/registry: Store graphics and compute metadataReinUsesLisp2020-03-091-9/+40
| | | | | Store information GLSL forces us to provide but it's dynamic state in hardware (workgroup sizes, primitive topology, shared memory size).
* video_core: Rename "const buffer locker" to "registry"ReinUsesLisp2020-03-091-0/+102