summaryrefslogtreecommitdiffstats
path: root/src/video_core/vertex_shader.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Pica/VertexShader: Cleanup flow control logic and implement CMP/IFU instructions.Tony Wasserka2014-12-201-50/+56
* Pica/VertexShader: Run instruction handlers according to the effective opcode.Tony Wasserka2014-12-201-1/+1
* Pica/VertexShader: Implement MAX instructions.Tony Wasserka2014-12-201-0/+9
* Pica: Add support for boolean uniforms.Tony Wasserka2014-12-201-1/+7
* Pica/VertexShader: Add support for MOVA, CMP and IFC.Tony Wasserka2014-12-201-7/+130
* Pica/VertexShader: Move code around a bit.Tony Wasserka2014-12-201-42/+58
* Pica/VertexShader: Some cleanups using std::array.Tony Wasserka2014-12-201-5/+16
* Pica/VertexShader: Support negating src2.Tony Wasserka2014-12-201-2/+9
* Pica/VertexShader: Remove (now) duplicated shader bytecode definitions in favor of nihstro's ones.Tony Wasserka2014-12-201-13/+30
* Convert old logging calls to new logging macrosYuri Kunde Schlesner2014-12-131-3/+3
* Integrate Boost into build system and perform a trivial cleanup in vertex_shader.cpp.Tony Wasserka2014-12-071-6/+10
* Fix warnings in video_coreLioncash2014-10-081-1/+1
* Pica/VertexShader: Fix a bug in the call stack handling.Tony Wasserka2014-08-251-2/+3
* Pica/VertexShader: Fix a bug in the bitfield definitions and add the "negate" field for swizzlers.Tony Wasserka2014-08-251-11/+17
* Pica: Add debug utilities for dumping shaders.Tony Wasserka2014-08-251-0/+18
* Pica: Add vertex shader implementation.Tony Wasserka2014-08-121-0/+270