7 Commits (1308afe2c225cee5e8096955e6107b876caecfd9)

Author SHA1 Message Date
Jannik Vogel 1308afe2c2 Use new shader-jit signature for interpreter 10 years ago
Emmanuel Gil Peyrot 691a42fe98 VideoCore: Run include-what-you-use and fix most includes. 10 years ago
Lioncash aec28ed91e video_core: Reorganize headers 10 years ago
Lioncash 1fa772393b video_core: Remove unnecessary includes from headers 10 years ago
Tony Wasserka 33ba604fd9 Introduce a shader tracer to allow inspection of input/output values for each processed instruction. 11 years ago
bunnei 3f69c2039d Shader: Define a common interface for running vertex shader programs. 11 years ago
bunnei 18527b9e21 Shader: Move shader code to its own subdirectory, "shader". 11 years ago
bunnei 642b9b5030 GPU: Refactor "VertexShader" namespace to "Shader". 11 years ago
Tony Wasserka 33568494af Pica/Shader: Add geometry shader definitions. 11 years ago
Emmanuel Gil Peyrot 22ae87530b Common: Cleanup emu_window includes. 11 years ago
bunnei 1b42d55a9d Pica: Create 'State' structure and move state memory there. 11 years ago
Subv 0e5ca080a8 GPU: Implemented default vertex shader attributes. 11 years ago
Tony Wasserka b7a48c422a Pica/CommandProcessor: Add support for integer uniforms. 11 years ago
purpasmart96 ebfd831ccb License change 11 years ago
Tony Wasserka aff808b2fd Pica: Add support for boolean uniforms. 11 years ago
Tony Wasserka b85524c760 Pica/VertexShader: Some cleanups using std::array. 11 years ago
Tony Wasserka ce36ad454e Pica/VertexShader: Support negating src2. 11 years ago
Tony Wasserka 8ce1d32460 Pica/VertexShader: Remove (now) duplicated shader bytecode definitions in favor of nihstro's ones. 11 years ago
Tony Wasserka fd2539121c Pica: Initial support for multitexturing. 11 years ago
Lioncash bd76783d91 vertex_shader: Fix control reaches end of function warning 11 years ago
Lioncash eb5054e6eb Fix warnings in video_core 11 years ago
Tony Wasserka 162d641a30 Pica/Math: Improved the design of the Vec2/Vec3/Vec4 classes and simplified rasterizer code accordingly. 12 years ago
Tony Wasserka 62c36a4ef0 Pica/VertexShader: Fix a bug in the bitfield definitions and add the "negate" field for swizzlers. 12 years ago
Tony Wasserka c526512619 Pica: Add vertex shader implementation. 12 years ago