summaryrefslogtreecommitdiffstats
path: root/src/video_core/shader/expr.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* video_core/expr: Supply operator!= along with operator==Lioncash2019-10-051-1/+13
| | | | Provides logical symmetry to the interface.
* video_core/{ast, expr}: Use std::move where applicableLioncash2019-10-051-16/+15
| | | | Avoids unnecessary atomic reference count increments and decrements.
* gl_shader_decompiler: Implement AST decompilingFernando Sahmkow2019-10-051-0/+7
|
* shader_ir: Corrections to outward movements and misc stuffsFernando Sahmkow2019-10-051-0/+75