summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1527 from FernandoS27/assert-flowGravatar bunnei2018-11-012-2/+27
|\
| * Assert Control Flow Instructions using Control CodesGravatar FernandoS272018-10-282-3/+28
* | maxwell_3d: Restructure macro upload to use a single macro code memory.Gravatar bunnei2018-10-314-27/+55
* | Merge pull request #1604 from FearlessTobi/port-4369Gravatar bunnei2018-10-317-7/+65
|\ \
| * | compatdb: Use a seperate endpoint for testcase submissionGravatar fearlessTobi2018-10-287-7/+65
* | | Merge pull request #1528 from FernandoS27/assert-control-codesGravatar bunnei2018-10-312-1/+103
|\ \ \
| * | | 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
|\ \ \