| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
