| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | shader_recompiler: Reduce unused includes | 2022-03-20 | 1 | -1/+0 | |
| | | |||||
| * | logging/log.h: move enum class formatter to a separate file ... | 2022-01-09 | 1 | -1/+1 | |
| | | | | | ... to common/logging/formatter.h | ||||
| * | exception: Make constructors explicit | 2021-07-27 | 1 | -4/+4 | |
| | | | | | Ensures that exception construction is always explicit. | ||||
| * | exception: Make what() member function nodiscard | 2021-07-27 | 1 | -1/+1 | |
| | | |||||
| * | exception: Narrow down specific header | 2021-07-27 | 1 | -1/+1 | |
| | | | | | | We can use the <exception> header instead of pulling in all of the exception-style classes. | ||||
| * | shader: GCC fmt 8.0.0 fixes | 2021-07-22 | 1 | -4/+4 | |
| | | |||||
| * | shader/exception: Fix compilation errors on gcc | 2021-07-22 | 1 | -6/+6 | |
| | | |||||
| * | shader: Handle host exceptions | 2021-07-22 | 1 | -8/+32 | |
| | | |||||
| * | shader: Initial recompiler work | 2021-07-22 | 1 | -0/+42 | |