aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-11-12file_sys: Resolve sign conversion warningsLioncash
2019-11-12result: Add default error code for the ResultCode(-1) caseLioncash
2019-11-12crypto: Resolve sign-conversion warningsLioncash
2019-11-12result: Resolve sign-coversion warningsLioncash
2019-11-12arm_unicorn: Resolve sign conversion warningsLioncash
2019-11-12CMakeLists: Make most implicit type conversion warnings errors on MSVCLioncash
2019-11-09Merge pull request #3085 from bunnei/web-token-b64bunnei
2019-11-09web-service: Port citra's updated web_backend code.bunnei
2019-11-09yuzu: configure_web: Use Base64 encoded token for simplifying user experience.bunnei
2019-11-09Merge pull request #3082 from ReinUsesLisp/fix-lockersbunnei
2019-11-08Merge pull request #3080 from FernandoS27/glsl-fixbunnei
2019-11-07gl_shader_cache: Fix locker constructorsReinUsesLisp
2019-11-07GLSLDecompiler: Correct Texture Gather Offset.Fernando Sahmkow
2019-11-07Merge pull request #3032 from ReinUsesLisp/simplify-control-flow-brxbunnei
2019-11-07buffer_cache: Add missing includes (#3079)Morph
2019-11-07Merge pull request #3070 from ReinUsesLisp/shader-warningsbunnei
2019-11-07shader/control_flow: Specify constness on caller lambdasRodrigo Locatti
2019-11-07shader/control_flow: Use callable template instead of std::functionReinUsesLisp
2019-11-07shader/control_flow: Abstract repeated code chunks in BRX trackingReinUsesLisp
2019-11-07shader/control_flow: Silence Intellisense cast warningsReinUsesLisp
2019-11-07shader/control_flow: Remove brace initializer in std containersReinUsesLisp
2019-11-07shader/decode: Reduce severity of arithmetic rounding warningsReinUsesLisp
2019-11-07shader/arithmetic: Reduce RRO stub severityReinUsesLisp
2019-11-07shader/texture: Remove NODEP warningsReinUsesLisp
2019-11-06Merge pull request #3057 from ReinUsesLisp/buffer-sub-databunnei
2019-11-06Merge pull request #3076 from DarkLordZach/telem-namesbunnei
2019-11-06Merge pull request #3062 from bunnei/event-improvebunnei
2019-11-06Merge pull request #3039 from ReinUsesLisp/cleanup-samplersRodrigo Locatti
2019-11-05ci: Populate build repository from Azure environmentZach Hilman
2019-11-06Merge pull request #2859 from Morph1984/hidDavid
2019-11-05Merge pull request #2914 from FernandoS27/fermi-fixbunnei
2019-11-03common_func: Use std::array for INSERT_PADDING_* macros.bunnei
2019-11-03Merge pull request #3059 from FearlessTobi/stub-am-commandsbunnei
2019-11-03kernel: readable_event: Signal only once.bunnei
2019-11-03kernel: events: Remove ResetType::Automatic.bunnei
2019-11-03kernel: readable_event: Initialize members.bunnei
2019-11-03common/bit_field: Remove FORCE_INLINE calls Tobias
2019-11-03core/am: Stub InitializeApplicationCopyrightFrameBuffer, SetApplicationCopyri...FearlessTobi
2019-11-03citra_qt: add amiibo drag and drop supportFearlessTobi
2019-11-02gl_rasterizer: Re-enable stream buffer memory due to global memoryReinUsesLisp
2019-11-02gl_rasterizer: Upload constant buffers with glNamedBufferSubDataReinUsesLisp
2019-10-30Shader_IR: Fix regression on TLD4Fernando Sahmkow
2019-10-30Merge pull request #3050 from FernandoS27/fix-tld4Rodrigo Locatti
2019-10-30Shader_IR: Fix TLD4 and add Bindless Variant.Fernando Sahmkow
2019-10-30Merge pull request #3038 from lioncash/docsRodrigo Locatti
2019-10-29Merge pull request #3046 from ReinUsesLisp/clean-gl-statebunnei
2019-10-29Merge pull request #3035 from ReinUsesLisp/rasterizer-acceleratedbunnei
2019-10-29Merge pull request #3007 from DarkLordZach/fsc-regressbunnei
2019-10-30gl_state: Use std::array::fill instead of std::fillRodrigo Locatti
2019-10-29gl_state: Move dirty checks to individual apply calls instead of ApplyReinUsesLisp