summaryrefslogtreecommitdiffstats
path: root/src/video_core/vertex_shader.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-12-13Convert old logging calls to new logging macrosYuri Kunde Schlesner1-3/+3
2014-12-07Integrate Boost into build system and perform a trivial cleanup in vertex_shader.cpp.Tony Wasserka1-6/+10
2014-10-08Fix warnings in video_coreLioncash1-1/+1
2014-08-25Pica/VertexShader: Fix a bug in the call stack handling.Tony Wasserka1-2/+3
2014-08-25Pica/VertexShader: Fix a bug in the bitfield definitions and add the "negate" field for swizzlers.Tony Wasserka1-11/+17
2014-08-25Pica: Add debug utilities for dumping shaders.Tony Wasserka1-0/+18
2014-08-12Pica: Add vertex shader implementation.Tony Wasserka1-0/+270