| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | apply replay logic to all writes. remove replay from MacroInterpreter::Send (... | 2020-03-22 | 2 | -12/+9 | ||
| | * | | | | | | maxwell_3d: change declaration order | 2020-03-22 | 1 | -1/+3 | ||
| | * | | | | | | maxwell_3d: init shadow_state | 2020-03-22 | 1 | -0/+2 | ||
| | * | | | | | | maxwell_3d: this seem more correct. | 2020-03-22 | 1 | -2/+2 | ||
| | * | | | | | | maxwell_3d: update comments for shadow ram usage | 2020-03-22 | 3 | -2/+6 | ||
| | * | | | | | | marco_interpreter: write hw value when shadow ram requested | 2020-03-22 | 1 | -0/+6 | ||
| | * | | | | | | maxwell_3d: track shadow ram ctrl and hw reg value | 2020-03-22 | 1 | -0/+10 | ||
| | * | | | | | | maxwell_3d: implement MME shadow RAM | 2020-03-22 | 1 | -1/+14 | ||
| | |/ / / / / | ||||||
| * | | | / / | sm/controller: Increase PointerBufferSize | 2020-03-23 | 1 | -1/+1 | ||
| | |_|_|/ / |/| | | | | ||||||
| * | | | | | Merge pull request #3477 from FearlessTobi/webapplet-shit | 2020-03-22 | 1 | -0/+6 | ||
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | core/web_browser: Allow WebApplet to exit gracefully when an error occurs | 2020-03-22 | 1 | -0/+6 | ||
| * | | | | | Merge pull request #3531 from makigumo/yuzu_master | 2020-03-21 | 8 | -9/+72 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | set: implement GetRegionCode | 2020-03-19 | 8 | -9/+72 | ||
| * | | | | | | Merge pull request #3525 from FearlessTobi/linux-compile-error | 2020-03-21 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | input_common/udp: Fix Linux build by using a backwards compatible way of erro... | 2020-03-17 | 1 | -1/+1 | ||
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #3526 from FearlessTobi/bcat-disable | 2020-03-20 | 2 | -2/+2 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | bcat: Disable Boxcat backend by default | 2020-03-17 | 2 | -2/+2 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #3505 from namkazt/patch-8 | 2020-03-19 | 1 | -15/+48 | ||
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| | * | | | | | nit & remove some optional param | 2020-03-13 | 1 | -10/+11 | ||
| | * | | | | | shader_decode: implement XMAD mode CSfu | 2020-03-13 | 1 | -9/+41 | ||
| * | | | | | | Merge pull request #3527 from FearlessTobi/output-mode | 2020-03-18 | 3 | -0/+7 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | yuzu: Save sound output mode and set it to Stereo by default | 2020-03-17 | 3 | -0/+7 | ||
| * | | | | | | | Merge pull request #3535 from ReinUsesLisp/gcc-warnings | 2020-03-18 | 8 | -33/+16 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | vk_texture_cache: Silence misc warnings | 2020-03-18 | 1 | -3/+3 | ||
| | * | | | | | | | vk_staging_buffer_pool: Silence unused constant warning | 2020-03-18 | 1 | -1/+1 | ||
| | * | | | | | | | vk_rasterizer: Remove unused variable | 2020-03-18 | 1 | -2/+0 | ||
| | * | | | | | | | vk_pipeline_cache: Remove unused variable | 2020-03-18 | 1 | -1/+0 | ||
| | * | | | | | | | maxwell_to_vk: Sielence -Wswitch warning | 2020-03-18 | 1 | -0/+2 | ||
| | * | | | | | | | gl_shader_decompiler: Remove deprecated function and its usages | 2020-03-18 | 1 | -11/+8 | ||
| | * | | | | | | | gl_rasterizer: Silence misc warnings | 2020-03-18 | 1 | -7/+2 | ||
| | * | | | | | | | kepler_compute: Remove unused variables | 2020-03-18 | 1 | -8/+0 | ||
| * | | | | | | | | time_zone_content_manager: Fix out of bounds read | 2020-03-18 | 1 | -1/+1 | ||
| |/ / / / / / / | ||||||
| * | | | | | | | input_common/udp: Fix clang build issues | 2020-03-18 | 1 | -1/+2 | ||
| * | | | | | | | astc: Fix clang build issues | 2020-03-18 | 1 | -12/+12 | ||
| * | | | | | | | Merge pull request #3510 from FernandoS27/dirty-write | 2020-03-17 | 4 | -13/+0 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | DirtyFlags: relax need to set render_targets as dirty | 2020-03-14 | 4 | -13/+0 | ||
| * | | | | | | | | Merge pull request #3509 from ReinUsesLisp/astc-opts | 2020-03-17 | 1 | -537/+519 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | astc: Fix typos from search and replace | 2020-03-14 | 1 | -3/+3 | ||
| | * | | | | | | | | astc: Minor changes to InputBitStream | 2020-03-14 | 1 | -28/+34 | ||
| | * | | | | | | | | astc: Pass val in Replicate by copy | 2020-03-14 | 1 | -1/+1 | ||
| | * | | | | | | | | astc: Call std::vector:reserve on decodedClolorValues to avoid reallocating | 2020-03-14 | 1 | -0/+2 | ||
| | * | | | | | | | | astc: Call std::vector::reserve on texelWeightValues to avoid reallocating | 2020-03-13 | 1 | -0/+2 | ||
| | * | | | | | | | | astc: Create a LUT at compile time for encoding values | 2020-03-13 | 1 | -7/+19 | ||
| | * | | | | | | | | astc: Make IntegerEncodedValue a trivial structure | 2020-03-13 | 1 | -212/+177 | ||
| | * | | | | | | | | astc: Make IntegerEncodedValue constructor constexpr | 2020-03-13 | 1 | -5/+6 | ||
| | * | | | | | | | | astc: Make IntegerEncodedValue trivially copyable | 2020-03-13 | 1 | -9/+2 | ||
| | * | | | | | | | | astc: Rename C types to common_types | 2020-03-13 | 1 | -79/+78 | ||
| | * | | | | | | | | astc: Move Popcnt to an anonymous namespace and make it constexpr | 2020-03-13 | 1 | -9/+13 | ||
| | * | | | | | | | | astc: Use common types instead of stdint.h integer types | 2020-03-13 | 1 | -284/+282 | ||
| | * | | | | | | | | astc: Use 'enum class' instead of 'enum' for EIntegerEncoding | 2020-03-13 | 1 | -25/+25 | ||