154 Commits (f352a741d3b404f244d878f38d1f1d43250447d3)

Author SHA1 Message Date
Yuri Kunde Schlesner 4d5e42240c clang-format: Fix coding style 9 years ago
James Rowe 19acec351c Minor formatting change 9 years ago
Yuri Kunde Schlesner 396a8d91a4 Manually tweak source formatting and then re-run clang-format 10 years ago
Emmanuel Gil Peyrot dc8479928c Sources: Run clang-format on everything. 10 years ago
Yuri Kunde Schlesner f0b9bc14b6 PICA: Scissor fixes and cleanups 10 years ago
Subv f9be06b15f PICA: Implement scissor test 10 years ago
Jannik Vogel 57855a1701 Pica: Add fog state 10 years ago
Jannik Vogel 30a01584f2 Pica: Name LightSrc.config register 10 years ago
Jannik Vogel 8e905b3af6 Pica: Name lighting.config0 and .config1 registers 10 years ago
Jannik Vogel 9cfebb9334 Pica: Add texture type to state 10 years ago
Jannik Vogel 4c98113b57 Pica: Implement W-Buffer in SW rasterizer 10 years ago
Emmanuel Gil Peyrot 691a42fe98 VideoCore: Run include-what-you-use and fix most includes. 10 years ago
Sam Spilsbury 39d4994c15 pica: Handle default lighting case 10 years ago
tfarley 22f3a7e94c HWRasterizer: Texture forwarding 10 years ago
Jannik Vogel fa24df7340 Rasterizer: Respect buffer-write allow registers 10 years ago
Yuri Kunde Schlesner 81004211dd Pica: Improve accuracy of immediate-mode support 10 years ago
Lioncash c928b04eee core/video_core: Make NumIds functions constexpr 10 years ago
Lioncash 39baad9926 core/video_core: Don't cast away const in subscript operators 10 years ago
Jannik Vogel 964cfaea47 PICA: Fix viewport offset 10 years ago
Jannik Vogel f746a00964 Respect vs output map 10 years ago
Dwayne Slater 6b775034dd Add immediate mode vertex submission 10 years ago
bunnei 19557aaab3 pica: Cleanup lighting register definitions and documentation. 10 years ago
bunnei 9dfb223d26 gl_rasterizer: Initial implementation of bump mapping. 10 years ago
bunnei 348c9c9ff3 gl_shader_gen: Implement lighting red, green, and blue reflection. 10 years ago
bunnei c37de30cfc gl_shader_gen: Implement fragment lighting fresnel effect. 10 years ago
bunnei 0e67c21c9e gl_shader_gen: Implement fragment lighting specular 1 component. 10 years ago
bunnei 781b046579 gl_shader_gen: Add support for D0 LUT scaling. 10 years ago
bunnei 3d89dacd56 gl_shader_gen: Refactor lighting config to match Pica register naming. 10 years ago
bunnei 6307999116 pica: Cleanup and add some comments to lighting registers. 10 years ago
bunnei 6878ba7608 gl_rasterizer: Minor naming refactor on Pica register naming. 10 years ago
bunnei bf89870437 renderer_opengl: Initial implementation of basic specular lighting. 10 years ago
bunnei e9af70eaf3 renderer_opengl: Implement HW fragment lighting LUTs within our default UBO. 10 years ago
bunnei afbef52516 renderer_opengl: Implement diffuse component of HW fragment lighting. 10 years ago
bunnei b003075570 pica: Implement decoding of basic fragment lighting components. 11 years ago
bunnei 281bc90ad2 pica: Implement fragment lighting LUTs. 11 years ago
bunnei 4369767c72 pica: Add decodings for distance attenuation and LUT registers. 11 years ago
bunnei 38c7b20475 pica: Add pica_types module and move float24 definition. 11 years ago
bunnei 3c057bd3d8 gl_rasterizer: Move logic for creating ShaderCacheKey to a static function. 11 years ago
Subv e3f4233cef Initial implementation of fragment shader generation with caching. 11 years ago
Lioncash aec28ed91e video_core: Reorganize headers 11 years ago
Yuri Kunde Schlesner 466e608c19 OpenGL: Remove ugly and endian-unsafe color pointer casts 11 years ago
Subv 58a04c0776 Pica: Added the primitive_restart register (0x25f) to the registers map. 11 years ago
Subv 149ea561a6 Pica: Add the vertex_offset register to the Pica registers map. 11 years ago
Subv 12a11472f1 GPU: Implemented register 0x22A. 11 years ago
Yuri Kunde Schlesner eff10959de fixup! Shaders: Fix multiplications between 0.0 and inf 11 years ago
Yuri Kunde Schlesner 630a850d4d Shaders: Fix multiplications between 0.0 and inf 11 years ago
Subv 7c1f84a92b SWRasterizer: Implemented stencil ops 6 and 7. 11 years ago
Subv fef1462371 SWRasterizer: Implemented stencil action 1 (GL_ZERO). 11 years ago
Subv 186873420f GPU/Rasterizer: Corrected the stencil implementation. 11 years ago
Tony Wasserka 4cb302c8ae citra-qt: Improve shader debugger. 11 years ago