summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-20Pica/VertexShader: Be robust against invalid inputs.Tony Wasserka
2014-12-20Pica/VertexShader: Clarify a comment.Tony Wasserka
2014-12-20Pica/DebugUtils: Further cleanups to LookupTexture.Tony Wasserka
2014-12-20Pica/DebugUtils: Fix two warnings.Tony Wasserka
2014-12-20Pica/DebugUtils: Better document LookupTexture.Tony Wasserka
2014-12-20Pica/Rasterizer: Get rid of C-style casts.Tony Wasserka
2014-12-20Pica/DebugUtils: Make a number of variables static.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/DebugUtils: Replace duplicated SHBIN structures in favor of nihstro's ones.Tony Wasserka
2014-12-20Pica/VertexShader: Remove (now) duplicated shader bytecode definitions in fav...Tony Wasserka
2014-12-20Add nihstro (a 3DS shader tools suite) as a submodule.Tony Wasserka
2014-12-20Pica/DebugUtils: Add an event triggered after loading a vertex.Tony Wasserka
2014-12-20Pica/PrimitiveAssembly: Implement triangle strips.Tony Wasserka
2014-12-20Pica/CommandProcessor: Add a safety check for invalid (?) GPU configurations.Tony Wasserka
2014-12-20Pica/CommandProcessor: Fix vertex decoding if multiple memory areas are acces...Tony Wasserka
2014-12-20Add support for a ridiculous number of texture formats.Tony Wasserka
2014-12-20Pica: Unify ugly address translation hacks.Tony Wasserka
2014-12-20Pica: Further improve Tev emulation.Tony Wasserka
2014-12-20Pica: Merge texture lookup logic for DebugUtils and Rasterizer.Tony Wasserka
2014-12-20Pica: Implement texture wrapping.Tony Wasserka
2014-12-20Pica/DebugUtils: Add support for RGBA8, RGBA5551, RGBA4 and A8 texture formats.Tony Wasserka
2014-12-20citra-qt: Fix invalid memory read upon program startup.Tony Wasserka
2014-12-20Pica: Initial support for multitexturing.Tony Wasserka
2014-12-20BitField: Add an explicit Assign method.Tony Wasserka
2014-12-20citra-qt: static-constify a map.Tony Wasserka
2014-12-20Merge pull request #315 from chinhodado/masterbunnei
2014-12-20Travis: Enable APT cache. This should give us a small boostYuri Kunde Schlesner
2014-12-20Clean up some warningsChin
2014-12-20Merge pull request #317 from yuriks/make_uniqueTony Wasserka
2014-12-20Remove C++14/1y requirementYuri Kunde Schlesner
2014-12-20Common: Add a clone of std::make_uniqueYuri Kunde Schlesner
2014-12-20Kernel: Implement support for current thread pseudo-handleYuri Kunde Schlesner
2014-12-19Merge pull request #306 from Subv/even_more_savedatabunnei
2014-12-19FS_U: Added the command to the docs of SaveData functionsSubv
2014-12-19Merge pull request #309 from chinhodado/patch-1bunnei
2014-12-19Merge pull request #294 from lioncash/varbunnei
2014-12-19Merge pull request #305 from lioncash/parenbunnei
2014-12-19Properly erase/remove an observerchinhodado
2014-12-19armemu: Implement QASX and QSAXLioncash
2014-12-19armemu: Implement SMLSDLioncash
2014-12-19dyncom: Implement UMAALLioncash
2014-12-18Merge pull request #302 from purpasmart96/flushshutupbunnei
2014-12-18armemu: Implement USAD8 and USADA8Lioncash