Commit Graph

28 Commits (d989102c9cdbeea77445d4f00297157b6d3b6f50)

Author SHA1 Message Date
Yuri Kunde Schlesner d9a904f9cb VideoCore: Shader interpreter cleanups 9 years ago
Yuri Kunde Schlesner 84fbbe2629 Use negative priorities to avoid special-casing the self-include 9 years ago
Emmanuel Gil Peyrot ebdae19fd2 Remove empty newlines in #include blocks.
This makes clang-format useful on those.

Also add a bunch of forgotten transitive includes, which otherwise
prevented compilation.
9 years ago
Yuri Kunde Schlesner 396a8d91a4 Manually tweak source formatting and then re-run clang-format 9 years ago
Emmanuel Gil Peyrot dc8479928c Sources: Run clang-format on everything. 9 years ago
Yuri Kunde Schlesner a3afeb4687 VideoCore: Fix dangling lambda context in shader interpreter
The static meant that after the first execution, these lambda context
would be pointing to a random location on the stack. Fixes a random
crash when using the interpreter.
9 years ago
Jannik Vogel ff0fa86b17 Retrieve shader result from new OutputRegisters-type 9 years ago
Jannik Vogel 1308afe2c2 Use new shader-jit signature for interpreter 9 years ago
Jannik Vogel 7e756faaba Move program_counter and call_stack from UnitState to interpreter 9 years ago
Emmanuel Gil Peyrot 691a42fe98 VideoCore: Run include-what-you-use and fix most includes. 9 years ago
bunnei 784c5539ea Merge pull request #1538 from lioncash/dot
shader_interpreter: use std::inner_product for the dot product
9 years ago
Lioncash 63e956cc7a video_core: Don't cast away const 9 years ago
Lioncash 4d89df8df2 shader_interpreter: use std::inner_product for the dot product
Same thing, less code.
9 years ago
Jannik Vogel 9aad2f29bb PICA: Fix MAD/MADI encoding 9 years ago
Dwayne Slater 6b775034dd Add immediate mode vertex submission 9 years ago
Yuri Kunde Schlesner 083d2d89a5 Shader: Implement "invert condition" feature of IFU instruction
If the bit 0 of the JMPU instruction is set, then the jump condition
will be inverted. That is, a jump will happen when the boolean is false
instead of when it is true.
9 years ago
Lioncash aec28ed91e video_core: Reorganize headers 10 years ago
Yuri Kunde Schlesner 082b74fa24 Shaders: Explicitly conform to PICA semantics in MAX/MIN 10 years ago
bunnei 83c214f6d8 Merge pull request #1062 from aroulin/shader-rcp-rsq
Shader: RCP and RSQ computes only the 1st component
10 years ago
aroulin 03c5cfead4 Shader: Use std::sqrt for float instead of sqrt 10 years ago
aroulin fa552f11ef Shader: RCP and RSQ computes only the 1st component 10 years ago
aroulin 2e7cf2f6cf Shader: implement DPH/DPHI in interpreter
Tests revealed that the component with w=1 is
SRC1 and not SRC2, it is now fixed on 3dbrew.
10 years ago
aroulin 863730f6a7 Shader: implement SGE, SGEI in interpreter 10 years ago
aroulin 638e47c04d Shader: implement EX2 and LG2 in interpreter 10 years ago
Tony Wasserka 33ba604fd9 Introduce a shader tracer to allow inspection of input/output values for each processed instruction. 10 years ago
bunnei db97090cad Shader: Use a POD struct for registers. 10 years ago
bunnei 3f69c2039d Shader: Define a common interface for running vertex shader programs. 10 years ago
bunnei 18527b9e21 Shader: Move shader code to its own subdirectory, "shader". 10 years ago