| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-09-29 | VideoCore: Fix out-of-bounds read in ShaderSetup::ProduceDebugInfo | Yuri Kunde Schlesner | |
| As far as I can tell, memset was replaced by a fill without correcting the parameter type, causing an out-of-bounds array read in the Vec4 constructor. | |||
| 2016-09-21 | Use negative priorities to avoid special-casing the self-include | Yuri Kunde Schlesner | |
| 2016-09-21 | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot | |
| This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation. | |||
| 2016-09-18 | Manually tweak source formatting and then re-run clang-format | Yuri Kunde Schlesner | |
| 2016-09-18 | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | |
| 2016-05-16 | Retrieve shader result from new OutputRegisters-type | Jannik Vogel | |
| 2016-05-13 | Use new shader-jit signature for interpreter | Jannik Vogel | |
| 2016-05-13 | Refactor access to state in shader-jit | Jannik Vogel | |
| 2016-05-12 | Move program_counter and call_stack from UnitState to interpreter | Jannik Vogel | |
| 2016-05-11 | Turn ShaderSetup into struct | Jannik Vogel | |
| 2016-05-03 | Pica: Replace logic in shader.cpp with loop | Jannik Vogel | |
| 2016-04-30 | VideoCore: Run include-what-you-use and fix most includes. | Emmanuel Gil Peyrot | |
| 2016-04-29 | Common: Remove section measurement from profiler (#1731) | Yuri Kunde Schlesner | |
| This has been entirely superseded by MicroProfile. The rest of the code can go when a simpler frametime/FPS meter is added to the GUI. | |||
| 2016-04-13 | shader_jit_x64.cpp: Rename JitCompiler to JitShader. | bunnei | |
| 2016-04-13 | shader: Remove unused 'state' argument from 'Setup' function. | bunnei | |
| 2016-04-13 | shader_jit_x64: Specify shader main offset at runtime. | bunnei | |
| 2016-04-13 | shader_jit_x64: Allocate each program independently and persist for emu session. | bunnei | |
| 2016-04-05 | Merge pull request #1643 from MerryMage/make_unique | Mathew Maidment | |
| Common: Remove Common::make_unique, use std::make_unique | |||
| 2016-04-05 | Common: Remove Common::make_unique, use std::make_unique | MerryMage | |
| 2016-03-22 | Merge pull request #1508 from JayFoxRox/vs-output-map | bunnei | |
| Respect vs output map | |||
| 2016-03-14 | Respect vs output map | Jannik Vogel | |
| 2016-03-12 | shader_jit_x64: Clear cache after code space fills up. | bunnei | |
| 2016-03-12 | shader: Update log message to use proper log class. | bunnei | |
| 2016-03-02 | Add immediate mode vertex submission | Dwayne Slater | |
| 2016-02-05 | pica: Implement decoding of basic fragment lighting components. | bunnei | |
| - Diffuse - Distance attenuation - float16/float20 types - Vertex Shader 'view' output | |||
| 2015-09-10 | video_core: Remove unused variables | Lioncash | |
| 2015-08-26 | Shader JIT: ifdef out reference to ifdef'd out shader_map | archshift | |
| shader_map was only defined on x86 architectures, but was cleared on shutdown with no ifdef protection. Ifdef this out so non-x86 architectures can be built. | |||
| 2015-08-24 | Integrate the MicroProfile profiling library | Yuri Kunde Schlesner | |
| This brings goodies such as a configurable user interface and multi-threaded timeline view. | |||
| 2015-08-16 | Introduce a shader tracer to allow inspection of input/output values for ↵ | Tony Wasserka | |
| each processed instruction. | |||
| 2015-08-16 | citra-qt: Improve shader debugger. | Tony Wasserka | |
| Now supports dumping the current shader and recognizes a larger number of output semantics. | |||
| 2015-08-15 | Shader: Use a POD struct for registers. | bunnei | |
| 2015-08-15 | Rename ARCHITECTURE_X64 definition to ARCHITECTURE_x86_64. | bunnei | |
| 2015-08-15 | x64: Refactor to remove fake interfaces and general cleanups. | bunnei | |
| 2015-08-15 | Shader: Initial implementation of x86_x64 JIT compiler for Pica vertex shaders. | bunnei | |
| - Config: Add an option for selecting to use shader JIT or interpreter. - Qt: Add a menu option for enabling/disabling the shader JIT. | |||
| 2015-08-15 | Common: Added MurmurHash3 hash function for general-purpose use. | bunnei | |
| 2015-08-15 | Shader: Define a common interface for running vertex shader programs. | bunnei | |
