summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* vk_shader_decompiler: Reduce YNegate's severityGravatar ReinUsesLisp2019-12-091-1/+1
* shader_ir/other: Implement S2R InvocationIdGravatar ReinUsesLisp2019-12-094-0/+9
* vk_shader_decompiler: Misc changesGravatar ReinUsesLisp2019-12-092-697/+1648
* shader: Keep track of shaders using warp instructionsGravatar ReinUsesLisp2019-12-092-0/+8
* shader_ir/memory: Implement patch storesGravatar ReinUsesLisp2019-12-094-20/+38
* vk_device: Misc changesGravatar ReinUsesLisp2019-12-092-117/+276
* Merge pull request #3198 from ReinUsesLisp/tessellation-maxwellGravatar bunnei2019-12-081-2/+37
|\
| * maxwell_3d: Add tessellation tess level registersGravatar ReinUsesLisp2019-12-061-1/+6
| * maxwell_3d: Add tessellation mode registerGravatar ReinUsesLisp2019-12-061-1/+28
| * maxwell_3d: Add patch vertices registerGravatar ReinUsesLisp2019-12-061-1/+4
* | externals: Update Vulkan-HeadersGravatar ReinUsesLisp2019-12-082-2/+14
* | Merge pull request #3199 from ReinUsesLisp/vk-swapchainGravatar Rodrigo Locatti2019-12-082-24/+31
|\ \
| * | vk_swapchain: Add support for swapping sRGBGravatar ReinUsesLisp2019-12-062-24/+31
| |/
* | kernel: Remove unnecessary includesGravatar Lioncash2019-12-0715-11/+17
* | Merge pull request #3195 from FernandoS27/clear-exclusiveGravatar bunnei2019-12-062-1/+2
|\ \ | |/ |/|
| * CpuCore: Clear exclusive state after doing a run in dynarmic.Gravatar Fernando Sahmkow2019-12-052-1/+2
* | shader_bytecode: Remove corrupted characterGravatar ReinUsesLisp2019-12-061-1/+1
* | Merge pull request #3109 from FernandoS27/new-instrGravatar bunnei2019-12-066-8/+171
|\ \ | |/ |/|
| * Shader_IR: Address FeedbackGravatar Fernando Sahmkow2019-11-183-11/+9
| * Shader_IR: Implement TXD instruction.Gravatar Fernando Sahmkow2019-11-145-8/+120
| * Shader_IR: Implement FLO instruction.Gravatar Fernando Sahmkow2019-11-145-0/+35
| * Shader_Bytecode: Add encodings for FLO, SHF and TXDGravatar Fernando Sahmkow2019-11-141-0/+18
* | telemetry_session: Report renderer backendGravatar ReinUsesLisp2019-12-021-0/+1
* | telemetry_session: Use temporary to avoid writing the same enumGravatar ReinUsesLisp2019-12-021-16/+11
* | Merge pull request #2987 from FernandoS27/texture-invalidGravatar bunnei2019-12-023-32/+101
|\ \
| * | Texture_Cache: Redo invalid Surfaces handling.Gravatar Fernando Sahmkow2019-11-203-32/+101
* | | Merge pull request #3177 from bunnei/new-ipc-reqGravatar bunnei2019-11-3019-167/+246
|\ \ \
| * | | kernel: Implement a more accurate IPC dispatch.Gravatar bunnei2019-11-2819-167/+246
* | | | Merge pull request #3184 from ReinUsesLisp/framebuffer-cacheGravatar bunnei2019-11-304-72/+69
|\ \ \ \
| * | | | gl_framebuffer_cache: Optimize framebuffer keyGravatar ReinUsesLisp2019-11-283-46/+60
| * | | | gl_rasterizer: Re-enable framebuffer cache for clear buffersGravatar ReinUsesLisp2019-11-283-32/+15
| |/ / /
* / / / texture_cache/surface_base: Fix out of bounds texture viewsGravatar ReinUsesLisp2019-11-291-7/+4
|/ / /
* | | Merge pull request #3169 from lioncash/memoryGravatar bunnei2019-11-2849-721/+1314
|\ \ \
| * | | core/memory; Migrate over SetCurrentPageTable() to the Memory classGravatar Lioncash2019-11-263-26/+34
| * | | core/memory: Migrate over GetPointerFromVMA() to the Memory classGravatar Lioncash2019-11-261-36/+36
| * | | core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory classGravatar Lioncash2019-11-2614-153/+298
| * | | core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory classGravatar Lioncash2019-11-2619-178/+305
| * | | core/memory: Migrate over ZeroBlock() and CopyBlock() to the Memory classGravatar Lioncash2019-11-262-91/+161
| * | | core/memory: Migrate over RasterizerMarkRegionCached() to the Memory classGravatar Lioncash2019-11-263-70/+79
| * | | core/memory: Migrate over ReadCString() to the Memory classGravatar Lioncash2019-11-263-18/+40
| * | | core/memory: Migrate over GetPointer()Gravatar Lioncash2019-11-267-25/+53
| * | | core: Prepare various classes for memory read/write migrationGravatar Lioncash2019-11-2624-61/+108
| * | | core/memory: Move memory read/write implementation functions into an anonymou...Gravatar Lioncash2019-11-261-97/+98
| * | | core/memory: Migrate over address checking functions to the new Memory classGravatar Lioncash2019-11-266-39/+70
| * | | core/memory: Migrate over memory mapping functions to the new Memory classGravatar Lioncash2019-11-266-128/+180
| * | | core/memory: Introduce skeleton of Memory classGravatar Lioncash2019-11-264-3/+56
* | | | Merge pull request #3171 from lioncash/internal-linkGravatar bunnei2019-11-282-6/+5
|\ \ \ \
| * | | | filesys/romfs: Remove unused includesGravatar Lioncash2019-11-272-4/+2
| * | | | filesys/romfs: Make ProcessFile and ProcessDirectory internally linkedGravatar Lioncash2019-11-271-2/+3
* | | | | patch_manager: Adds check for disabled cheats to prevent them from being enab...Gravatar Morph2019-11-281-5/+11