aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/vertex_shader.cpp
AgeCommit message (Expand)Author
2015-07-29Merge pull request #963 from yuriks/gpu-fixesbunnei
2015-07-26Merge pull request #992 from yuriks/hot-path-debugbunnei
2015-07-26Videocore: Simplify variables in vertex shader interpreterYuri Kunde Schlesner
2015-07-26Videocore: Replace std::stack in shader interpreter with static_vectorYuri Kunde Schlesner
2015-07-26VideoCore: #ifdef out some debugging routinesYuri Kunde Schlesner
2015-07-23VideoCore: Saturate vertex colors before interpolatingYuri Kunde Schlesner
2015-07-21Merge pull request #929 from neobrain/geoshader_definitionsTony Wasserka
2015-07-19Pica: Fix DP3 instruction, which wasn't assigning to the w componentYuri Kunde Schlesner
2015-07-15Pica/Shader: Add geometry shader definitions.Tony Wasserka
2015-05-31vertex_shader: Use address offset on src2 in inverted mode.bunnei
2015-05-31vertex_shader: Implement SLT/SLTI instructions.bunnei
2015-05-31vertex_shader: Implement MIN instruction.bunnei
2015-05-29Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot
2015-05-22Pica: Create 'State' structure and move state memory there.bunnei
2015-05-15Memmap: Re-organize memory function in two filesYuri Kunde Schlesner
2015-05-12GPU: Add more fine grained profiling for vertex shader and rasterizationYuri Kunde Schlesner
2015-05-09vertex_shader: Implement FLR instruction.bunnei
2015-05-09vertex_shader: Implement MADI instruction.bunnei
2015-05-06GPU: Implemented default vertex shader attributes.Subv
2015-03-12Pica/VertexShader: Fix a bug caused due to incorrect assumptions of consecuti...Tony Wasserka
2015-03-08Update nihstro submodule to the initial release version.archshift
2015-02-21Pica/VertexShader: Fixed LOOP with more than one iteration.Subv
2015-02-18Pica/VertexShader: Implement the LOOP instruction.Tony Wasserka
2015-02-12Build: Fixed some warningsSubv
2015-02-10Asserts: break/crash program, fit to style guide; log.h->assert.harchshift
2015-01-12Merge pull request #478 from archshift/pp3ports4bunnei
2015-01-12Pica/VertexShader: Implement JMPC/JMPU/CALLC/CALLU.Tony Wasserka
2015-01-12Pica/VertexShader: Implement the MAD instruction.Tony Wasserka
2014-12-31Pica/VertexShader: Coding style fixes.Tony Wasserka
2014-12-31Pica/CommandProcessor: Add support for integer uniforms.Tony Wasserka
2014-12-29Vertex Shader: Zero OutputVertex to avoid denormalsYuri Kunde Schlesner
2014-12-26Merge pull request #327 from Apology11/masterbunnei
2014-12-21Merge pull request #291 from purpasmart96/licensebunnei
2014-12-21Fix visual studio ambiguous symbol errorApology11
2014-12-20License changepurpasmart96
2014-12-20Pica/VertexShader: Promote a log message to critical status.Tony Wasserka
2014-12-20Pica/VertexShader: Small optimization.Tony Wasserka
2014-12-20Pica/VertexShader: Be robust against invalid inputs.Tony Wasserka
2014-12-20Pica/VertexShader: Clarify a comment.Tony Wasserka
2014-12-20Pica/VertexShader: Cleanup flow control logic and implement CMP/IFU instructi...Tony Wasserka
2014-12-20Pica/VertexShader: Run instruction handlers according to the effective opcode.Tony Wasserka
2014-12-20Pica/VertexShader: Implement MAX instructions.Tony Wasserka
2014-12-20Pica: Add support for boolean uniforms.Tony Wasserka
2014-12-20Pica/VertexShader: Add support for MOVA, CMP and IFC.Tony Wasserka
2014-12-20Pica/VertexShader: Move code around a bit.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-13Convert old logging calls to new logging macrosYuri Kunde Schlesner
2014-12-07Integrate Boost into build system and perform a trivial cleanup in vertex_sha...Tony Wasserka