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