| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Massive removal of unused modules | 2018-01-12 | 1 | -622/+0 | |
| | | |||||
| * | debugger/shader: display LOOP | 2017-07-20 | 1 | -1/+3 | |
| | | |||||
| * | debugger/shader: print the invert flag for JMPU | 2017-07-20 | 1 | -0/+4 | |
| | | |||||
| * | debugger/shader: fix address register for reverted arithmetic op | 2017-07-20 | 1 | -20/+9 | |
| | | |||||
| * | debugger/shader: fix inverted uniform flow control | 2017-07-20 | 1 | -2/+2 | |
| | | |||||
| * | VideoCore: Move Regs to its own file | 2017-02-04 | 1 | -1/+0 | |
| | | |||||
| * | VideoCore: Split rasterizer regs from Regs struct | 2017-02-04 | 1 | -1/+1 | |
| | | |||||
| * | VideoCore: Consistently use shader configuration to load attributes | 2017-01-29 | 1 | -3/+3 | |
| | | |||||
| * | VideoCore/Shader: Move entry_point to SetupBatch | 2017-01-25 | 1 | -3/+2 | |
| | | |||||
| * | VideoCore/Shader: Move per-batch ShaderEngine state into ShaderSetup | 2017-01-25 | 1 | -2/+3 | |
| | | |||||
| * | Debugger: Always use interpreter for shader debugging | 2017-01-25 | 1 | -3/+5 | |
| | | |||||
| * | VideoCore/Shader: Split shader uniform state and shader engine | 2017-01-25 | 1 | -1/+3 | |
| | | | | | | Currently there's only a single dummy implementation, which will be split in a following commit. | ||||
| * | VideoCore/Shader: Use only entry_point as ShaderSetup param | 2017-01-25 | 1 | -1/+1 | |
| | | | | | | This removes all implicit dependency of ShaderState on global PICA state. | ||||
| * | VideoCore/Shader: Use self instead of g_state.vs in ShaderSetup | 2017-01-25 | 1 | -2/+1 | |
| | | |||||
| * | Fix some warnings (#2399) | 2017-01-04 | 1 | -4/+0 | |
| | | |||||
| * | citra-qt: Move graphics debugging code into its own folder | 2016-12-21 | 1 | -0/+629 | |
| Keeps all graphics debugging stuff from cluttering up the root debugger folder | |||||