Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pica: Add support for boolean uniforms. | Tony Wasserka | 2014-12-20 | 1 | -0/+1 |
* | Pica/VertexShader: Some cleanups using std::array. | Tony Wasserka | 2014-12-20 | 1 | -0/+3 |
* | Pica/VertexShader: Support negating src2. | Tony Wasserka | 2014-12-20 | 1 | -1/+0 |
* | Pica/VertexShader: Remove (now) duplicated shader bytecode definitions in favor of nihstro's ones. | Tony Wasserka | 2014-12-20 | 1 | -209/+0 |
* | Pica: Initial support for multitexturing. | Tony Wasserka | 2014-12-20 | 1 | -2/+7 |
* | vertex_shader: Fix control reaches end of function warning | Lioncash | 2014-11-16 | 1 | -1/+1 |
* | Fix warnings in video_core | Lioncash | 2014-10-08 | 1 | -1/+1 |
* | Pica/Math: Improved the design of the Vec2/Vec3/Vec4 classes and simplified rasterizer code accordingly. | Tony Wasserka | 2014-08-25 | 1 | -1/+2 |
* | Pica/VertexShader: Fix a bug in the bitfield definitions and add the "negate" field for swizzlers. | Tony Wasserka | 2014-08-25 | 1 | -3/+75 |
* | Pica: Add vertex shader implementation. | Tony Wasserka | 2014-08-12 | 1 | -0/+211 |