aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/vertex_shader.h
AgeCommit message (Expand)Author
2015-07-15Pica/Shader: Add geometry shader definitions.Tony Wasserka
2015-06-28Common: Cleanup emu_window includes.Emmanuel Gil Peyrot
2015-05-22Pica: Create 'State' structure and move state memory there.bunnei
2015-05-06GPU: Implemented default vertex shader attributes.Subv
2014-12-31Pica/CommandProcessor: Add support for integer uniforms.Tony Wasserka
2014-12-21Merge pull request #291 from purpasmart96/licensebunnei
2014-12-20License changepurpasmart96
2014-12-20Pica: Add support for boolean uniforms.Tony Wasserka
2014-12-20Pica/VertexShader: Some cleanups using std::array.Tony Wasserka
2014-12-20Pica/VertexShader: Support negating src2.Tony Wasserka
2014-12-20Pica/VertexShader: Remove (now) duplicated shader bytecode definitions in fav...Tony Wasserka
2014-12-20Pica: Initial support for multitexturing.Tony Wasserka
2014-11-16vertex_shader: Fix control reaches end of function warningLioncash
2014-10-07Fix warnings in video_coreLioncash
2014-08-25Pica/Math: Improved the design of the Vec2/Vec3/Vec4 classes and simplified r...Tony Wasserka
2014-08-25Pica/VertexShader: Fix a bug in the bitfield definitions and add the "negate"...Tony Wasserka
2014-08-12Pica: Add vertex shader implementation.Tony Wasserka