summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Assert Control Codes GenerationGravatar FernandoS272018-10-302-1/+103
* | | | | | | | Merge pull request #1614 from ReinUsesLisp/surface-paramsGravatar bunnei2018-10-316-898/+954
|\ \ \ \ \ \ \ \
| * | | | | | | | video_core: Move surface declarations out of gl_rasterizer_cacheGravatar ReinUsesLisp2018-10-306-898/+954
| | |_|_|/ / / / | |/| | | | | |
* / | | | | | | service/usb: Update IPdSession's function tableGravatar Lioncash2018-10-301-3/+3
|/ / / / / / /
* | | | | | | Merge pull request #1624 from lioncash/boostGravatar bunnei2018-10-303-4/+0
|\ \ \ \ \ \ \
| * | | | | | | general: Remove unused boost inclusions where applicableGravatar Lioncash2018-10-303-4/+0
* | | | | | | | Merge pull request #1595 from FreddyFunk/castGravatar bunnei2018-10-301-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | configure_system: Fix compiler warningGravatar Frederic Laing2018-10-281-1/+1
* | | | | | | | global: Use std::optional instead of boost::optional (#1578)Gravatar Frederic L2018-10-3049-266/+274
* | | | | | | | Merge pull request #1621 from lioncash/ipcGravatar bunnei2018-10-293-6/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | hle_ipc: Add member function for querying the existence of a domain headerGravatar Lioncash2018-10-293-3/+6
| * | | | | | | | hle_ipc: Make GetDomainMessageHeader return a regular pointerGravatar Lioncash2018-10-292-3/+3
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #1611 from lioncash/constGravatar bunnei2018-10-294-13/+52
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | core: Make System references const where applicableGravatar Lioncash2018-10-282-3/+3
| * | | | | | | core: Add missing const variants of getters for the System classGravatar Lioncash2018-10-282-10/+49
| |/ / / / / /
* | | | | | | Merge pull request #1580 from FernandoS27/mm-implGravatar bunnei2018-10-296-109/+254
|\ \ \ \ \ \ \
| * | | | | | | Fixed black textures, pixelation and we no longer require to auto-generate mi...Gravatar FernandoS272018-10-281-14/+2
| * | | | | | | Fixed mipmap block autosizing algorithmGravatar FernandoS272018-10-283-13/+25
| * | | | | | | Fixed Invalid Image size and Mipmap calculationGravatar FernandoS272018-10-281-4/+7
| * | | | | | | Fixed Block Resizing algorithm and Clang FormatGravatar FernandoS272018-10-283-12/+19
| * | | | | | | Implement Mip FilterGravatar FernandoS272018-10-284-10/+33
| * | | | | | | Zero out memory region of recreated surface before flushingGravatar FernandoS272018-10-281-0/+2
| * | | | | | | Implement MipmapsGravatar FernandoS272018-10-282-101/+211
| |/ / / / / /
* | | | | | | Merge pull request #1617 from FearlessTobi/fix-stretch-delayGravatar bunnei2018-10-291-3/+3
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | time_stretch: Switch to values of CitraGravatar fearlessTobi2018-10-291-3/+3
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #1613 from ReinUsesLisp/gl-utilsGravatar bunnei2018-10-296-30/+61
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | video_core: Move OpenGL specific utils to its rendererGravatar ReinUsesLisp2018-10-286-30/+61
| |/ / / /
* | | | | Merge pull request #1610 from slashiee/dxt1-alphaGravatar bunnei2018-10-281-2/+2
|\ \ \ \ \
| * | | | | Enable alpha channel for DXT1 texture formatGravatar Michael2018-10-281-2/+2
| |/ / / /
* / / / / renderer_opengl: Correct bpp value for ASTC_2D_8X5_SRGBGravatar Rodolfo Bogado2018-10-281-1/+1
|/ / / /
* / / / Correct bpp value for ASTC_2D_8X5Gravatar Tobias2018-10-281-1/+1
|/ / /
* | | Merge pull request #1601 from FernandoS27/shader-precisionGravatar bunnei2018-10-281-20/+35
|\ \ \
| * | | Refactor precise usage and add FMNMX, MUFU, FMUL32 and FADD332Gravatar FernandoS272018-10-282-74/+37
| * | | Improved Shader accuracy on Vertex and Geometry Shaders with FFMA, FMUL and FADDGravatar FernandoS272018-10-272-6/+58
| |/ /
* | | Merge pull request #1593 from lioncash/svcGravatar bunnei2018-10-286-35/+128
|\ \ \
| * | | svc: Localize the GetInfo enum class to the function itselfGravatar Lioncash2018-10-262-32/+31
| * | | svc: Implement svcGetInfo command 0xF0000002Gravatar Lioncash2018-10-266-4/+98
* | | | file_sys/patch_manager: Remove unnecessary if-statements (#1586)Gravatar Frederic L2018-10-281-7/+6
* | | | Merge pull request #1598 from DeeJayBro/delete-directoryGravatar bunnei2018-10-281-2/+26
|\ \ \ \
| * | | | service/filesystem: Add DirectoryDelete & DirectoryDeleteRecursivelyGravatar DeeJayBro2018-10-271-2/+26
| |/ / /
* | | | Merge pull request #1600 from DarkLordZach/nsp-secondary-loader-fixGravatar bunnei2018-10-281-17/+20
|\ \ \ \
| * | | | loader/nsp: Move secondary loader initialization to constructorGravatar Zach Hilman2018-10-271-17/+20
| |/ / /
* | | | Implement sRGB Support, including workarounds for nvidia driver issues and QT...Gravatar Rodolfo Bogado2018-10-288-40/+197
* | | | Merge pull request #1602 from DarkLordZach/key-derivation-isxdigitGravatar bunnei2018-10-271-1/+1
|\ \ \ \
| * | | | key_manager: Use isxdigit instead of isdigit when reading key fileGravatar Zach Hilman2018-10-271-1/+1
| |/ / /
* | | | Merge pull request #1597 from lioncash/errorGravatar bunnei2018-10-271-51/+70
|\ \ \ \
| * | | | configure_system: Make GetIcon() return the scaled 64x64 iconGravatar Lioncash2018-10-271-14/+7
| * | | | configure_system: Move entry formatting for the user account list entries to ...Gravatar Lioncash2018-10-271-18/+22
| * | | | configure_system: Display errors to the user if file operations fail when set...Gravatar Lioncash2018-10-271-24/+46
| |/ / /
* | | | Merge pull request #1594 from FreddyFunk/static-castGravatar bunnei2018-10-271-2/+2
|\ \ \ \ | |_|/ / |/| | |