summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4391 from lioncash/nrvoGravatar bunnei2020-07-247-26/+26
|\
| * video_core: Allow copy elision to take place where applicableGravatar Lioncash2020-07-217-26/+26
* | Merge pull request #4394 from lioncash/unused6Gravatar bunnei2020-07-238-33/+5
|\ \
| * | video_core: Remove unused variablesGravatar Lioncash2020-07-218-33/+5
| |/
* | Merge pull request #4353 from ameerj/gc-refactorGravatar bunnei2020-07-232-183/+46
|\ \
| * | Fix axis thresholding while pollingGravatar ameerj2020-07-191-5/+2
| * | std::size_t where appropriate, make error message more clear if can't readGravatar ameerj2020-07-171-3/+4
| * | Refactor adapter codeGravatar Ameer2020-07-162-179/+44
* | | network: add missing include for BSDsGravatar Jan Beich2020-07-221-0/+2
* | | Merge pull request #4359 from ReinUsesLisp/clamp-sharedGravatar Rodrigo Locatti2020-07-216-9/+42
|\ \ \
| * | | renderer_{opengl,vulkan}: Clamp shared memory to host's limitGravatar ReinUsesLisp2020-07-166-9/+42
* | | | Merge pull request #4360 from ReinUsesLisp/glasm-barGravatar Rodrigo Locatti2020-07-211-4/+0
|\ \ \ \
| * | | | gl_arb_decompiler: Execute BAR even when inside control flowGravatar ReinUsesLisp2020-07-161-4/+0
| |/ / /
* | | | Merge pull request #4361 from ReinUsesLisp/lane-idGravatar Rodrigo Locatti2020-07-211-2/+1
|\ \ \ \
| * | | | decode/other: Implement S2R.LaneIdGravatar ReinUsesLisp2020-07-161-2/+1
| |/ / /
* | | | Merge pull request #4306 from ReinUsesLisp/bsd-networkGravatar David2020-07-215-0/+840
|\ \ \ \
| * | | | core/network: Add network abstractionGravatar ReinUsesLisp2020-07-195-0/+840
* | | | | Merge pull request #4324 from ReinUsesLisp/formatsGravatar bunnei2020-07-2120-1100/+1111
|\ \ \ \ \
| * | | | | video_core: Rearrange pixel format namesGravatar ReinUsesLisp2020-07-1319-1179/+1077
| * | | | | video_core: Fix DXT4 and RGB565Gravatar ReinUsesLisp2020-07-137-37/+31
| * | | | | video_core/format_lookup_table: Add formats with existing PixelFormatGravatar ReinUsesLisp2020-07-131-1/+9
| * | | | | video_core: Fix B5G6R5_UNORM render target formatGravatar ReinUsesLisp2020-07-135-1/+10
| * | | | | video_core: Fix B5G6R5UGravatar ReinUsesLisp2020-07-132-2/+2
| * | | | | video_core: Implement RGBA32_SINT render targetGravatar ReinUsesLisp2020-07-137-58/+71
| * | | | | video_core: Implement RGBA32_SINT render targetGravatar ReinUsesLisp2020-07-137-0/+13
| * | | | | video_core: Implement RGBA16_SINT render targetGravatar ReinUsesLisp2020-07-137-0/+13
| * | | | | video_core: Implement RGBA8_SINT render targetGravatar ReinUsesLisp2020-07-137-0/+13
| * | | | | video_core: Implement RG32_SINT render targetGravatar ReinUsesLisp2020-07-137-0/+13
| * | | | | video_core: Implement RG8_SINT render target and fix RG8_UINTGravatar ReinUsesLisp2020-07-137-1/+14
| * | | | | video_core: Implement R8_SINT render targetGravatar ReinUsesLisp2020-07-137-0/+13
| * | | | | video_core: Implement R8_SNORM render targetGravatar ReinUsesLisp2020-07-137-0/+13
| * | | | | video_core/surface: Remove explicit values on PixelFormat's definitionGravatar ReinUsesLisp2020-07-131-80/+80
| * | | | | video_core/surface: Reorder render target to pixel format switchGravatar ReinUsesLisp2020-07-131-53/+51
* | | | | | Merge pull request #4168 from ReinUsesLisp/global-memoryGravatar bunnei2020-07-207-110/+173
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | gl_arb_decompiler: Use NV_shader_buffer_{load,store} on assembly shadersGravatar ReinUsesLisp2020-07-187-110/+173
* | | | | | Merge pull request #4376 from ogniK5377/dark-wait-treeGravatar Rodrigo Locatti2020-07-191-11/+41
|\ \ \ \ \ \
| * | | | | | Address issuesGravatar David Marcec2020-07-191-6/+3
| * | | | | | frontend: Improve wait tree readability for dark themesGravatar David Marcec2020-07-181-11/+44
* | | | | | | alignment: explicitly include <new> after 723edb4c0659Gravatar Jan Beich2020-07-181-0/+1
* | | | | | | Address trivial review comments.Gravatar FearlessTobi2020-07-181-1/+1
* | | | | | | configure_ui: Address some review comments from the previous PRGravatar FearlessTobi2020-07-182-16/+21
* | | | | | | yuzu: Port translation support from CitraGravatar FearlessTobi2020-07-1810-84/+235
|/ / / / / /
* | | | | | Merge pull request #4348 from lioncash/nanoGravatar bunnei2020-07-1816-100/+111
|\ \ \ \ \ \
| * | | | | | core_timing: Remove unused data memberGravatar Lioncash2020-07-151-2/+0
| * | | | | | core_timing: Make TimedCallback take std::chrono::nanosecondsGravatar Lioncash2020-07-1516-58/+62
| * | | | | | core_timing: Make use of std::chrono with ScheduleEventGravatar Lioncash2020-07-1513-49/+58
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #4373 from lioncash/allocatorGravatar bunnei2020-07-181-43/+4
|\ \ \ \ \ \
| * | | | | | alignment: Simplify AlignmentAllocator implementationGravatar Lioncash2020-07-171-43/+4
* | | | | | | Merge pull request #4345 from Morph1984/fix-createfileGravatar bunnei2020-07-181-0/+4
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Add comment to clarify the nullptr checkGravatar Morph2020-07-161-0/+1