summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | filesystem: Create subdirectories prior to creating a fileGravatar Morph2020-07-161-0/+3
* | | | | | Merge pull request #4273 from ogniK5377/async-shaders-prodGravatar bunnei2020-07-1824-64/+660
|\ \ \ \ \ \
| * | | | | | Fix style issuesGravatar David Marcec2020-07-182-7/+13
| * | | | | | Drop settings namespaceGravatar David Marcec2020-07-171-2/+1
| * | | | | | Remove duplicate configGravatar David Marcec2020-07-172-2/+1
| * | | | | | Use conditional varGravatar David Marcec2020-07-172-9/+15
| * | | | | | Drop max workers from 8->2 for testingGravatar David Marcec2020-07-171-1/+1
| * | | | | | Rebase for per game settingsGravatar David Marcec2020-07-179-1/+53
| * | | | | | async shadersGravatar David Marcec2020-07-1716-64/+598
* | | | | | | Merge pull request #4364 from lioncash/desig5Gravatar bunnei2020-07-1819-664/+763
|\ \ \ \ \ \ \
| * | | | | | | wrapper: Make use of designated initializers where applicableGravatar Lioncash2020-07-161-56/+64
| * | | | | | | vk_texture_cache: Make use of designated initializers where applicableGravatar Lioncash2020-07-161-96/+135
| * | | | | | | vk_swapchain: Make use of designated initializers where applicableGravatar Lioncash2020-07-161-43/+51
| * | | | | | | vk_stream_buffer: Make use of designated initializers where applicableGravatar Lioncash2020-07-161-19/+16
| * | | | | | | vk_staging_buffer_pool: Make use of designated initializers where applicableGravatar Lioncash2020-07-161-13/+12