| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | Merge pull request #3544 from makigumo/myfork/patch-2 | 2020-03-25 | 1 | -4/+5 | ||
| |\ \ \ \ | ||||||
| | * | | | | xmad: fix clang build error | 2020-03-23 | 1 | -4/+5 | ||
| * | | | | | Merge pull request #3520 from ReinUsesLisp/legacy-varyings | 2020-03-25 | 4 | -47/+119 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | gl_shader_decompiler: Don't redeclare gl_VertexID and gl_InstanceID | 2020-03-18 | 1 | -8/+0 | ||
| | * | | | | | gl_shader_decompiler: Implement legacy varyings | 2020-03-15 | 1 | -6/+57 | ||
| | * | | | | | shader/shader_ir: Track usage in input attribute and of legacy varyings | 2020-03-15 | 3 | -34/+64 | ||
| | * | | | | | shader/shader_ir: Fix clip distance usage stores | 2020-03-15 | 1 | -2/+1 | ||
| | * | | | | | shader/shader_ir: Change declare output attribute to a switch | 2020-03-15 | 1 | -9/+9 | ||
| * | | | | | | Merge pull request #3524 from FearlessTobi/port-5106 | 2020-03-24 | 3 | -1/+17 | ||
| |\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | ||||||
| | * | | | | | gdbstub: small logic bug fix with defer_start | 2020-03-17 | 1 | -2/+4 | ||
| | * | | | | | gdbstub: Ensure gdbstub doesn't drop packets crucial to initialization | 2020-03-17 | 3 | -2/+16 | ||
| * | | | | | | Merge pull request #3543 from ReinUsesLisp/gl-depth-range | 2020-03-23 | 1 | -4/+6 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | gl_rasterizer: Use transformed viewport for depth ranges | 2020-03-22 | 1 | -4/+6 | ||
| | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | | Merge pull request #3542 from namkazt/patch-10 | 2020-03-23 | 2 | -7/+41 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | 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 | ||