summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge pull request #1263 from FernandoS27/tex-modeGravatar bunnei2018-09-122-1/+43
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Implemented Texture Processing ModesGravatar FernandoS272018-09-122-1/+43
| |/ / /
* | | | Merge pull request #1303 from lioncash/errorGravatar bunnei2018-09-123-9/+11
|\ \ \ \
| * | | | svc: Return ERR_INVALID_PROCESSOR_ID in CreateThread() if an invalid processo...Gravatar Lioncash2018-09-121-2/+2
| * | | | kernel/errors: Correct error codes for invalid thread priority and invalid pr...Gravatar Lioncash2018-09-123-7/+9
* | | | | svc: Do nothing if svcOutputDebugString() is given a length of zeroGravatar Lioncash2018-09-121-0/+4
* | | | | svc: Correct parameter type for OutputDebugString()Gravatar Lioncash2018-09-122-3/+3
|/ / / /
* | | | Merge pull request #1296 from lioncash/prepoGravatar bunnei2018-09-112-39/+40
|\ \ \ \
| * | | | service/prepo: Move class into the cpp fileGravatar Lioncash2018-09-112-39/+40
| |/ / /
* | | | Merge pull request #1301 from lioncash/qtGravatar bunnei2018-09-111-4/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | game_list: Resolve variable shadowing within LoadCompatibilityList()Gravatar Lioncash2018-09-111-3/+3
| * | | game_list: Use QJsonValueRef() within LoadCompatibilityList()Gravatar Lioncash2018-09-111-2/+2
| |/ /
* | | Merge pull request #1300 from lioncash/audioGravatar bunnei2018-09-117-17/+34
|\ \ \
| * | | service/audio: Replace includes with forward declarations where applicableGravatar Lioncash2018-09-117-17/+34
| |/ /
* | | Merge pull request #1278 from tech4me/bg-color-fixGravatar bunnei2018-09-116-0/+46
|\ \ \
| * | | Port Citra #4047 & #4052: add change background color supportGravatar tech4me2018-09-086-0/+46
* | | | Merge pull request #1295 from bunnei/accurate-copiesGravatar bunnei2018-09-112-18/+12
|\ \ \ \
| * | | | gl_rasterizer_cache: Always blit on recreate, regardless of format.Gravatar bunnei2018-09-111-6/+10
| * | | | gl_shader_cache: Remove cache_width/cache_height.Gravatar bunnei2018-09-112-12/+2
| | |/ / | |/| |
* | | | Merge pull request #1294 from degasus/optimizationsGravatar bunnei2018-09-113-11/+12
|\ \ \ \
| * | | | gl_rasterizer: Use ARB_texture_storage.Gravatar Markus Wick2018-09-113-11/+12
| |/ / /
* | | | Implemented LEA and PSETGravatar FernandoS272018-09-111-0/+91
* | | | Implemented encodings for LEA and PSETGravatar FernandoS272018-09-111-0/+64
|/ / /
* | | Merge pull request #1291 from lioncash/defaultGravatar bunnei2018-09-11148-45/+291
|\ \ \
| * | | hle/service: Default constructors and destructors in the cpp file where appli...Gravatar Lioncash2018-09-10148-45/+291
* | | | Merge pull request #1292 from ogniK5377/renderdoc-fixGravatar bunnei2018-09-112-2/+9
|\ \ \ \
| * | | | Fixed renderdoc input/output textures not working due to render targetsGravatar David Marcec2018-09-112-2/+9
| |/ / /
* / / / externals: Place font data within cpp filesGravatar Lioncash2018-09-111-6/+6
|/ / /
* | | Use open-source shared fonts if no dumped file is available (#1269)Gravatar Tobias2018-09-102-2/+26
* | | Port #4141 from citra: Joystick hotplug support (#1275)Gravatar Tobias2018-09-107-101/+339
* | | Merge pull request #1286 from bunnei/multi-clearGravatar bunnei2018-09-102-50/+66
|\ \ \
| * | | gl_rasterizer: Implement clear for non-zero render targets.Gravatar bunnei2018-09-102-50/+66
* | | | Merge pull request #1285 from bunnei/depth-fixGravatar bunnei2018-09-101-6/+22
|\ \ \ \
| * | | | gl_rasterizer_cache: Only use depth for applicable texture formats.Gravatar bunnei2018-09-101-6/+22
| |/ / /
* | | | Merge pull request #1284 from bunnei/bgra8_srgbGravatar bunnei2018-09-103-0/+4
|\ \ \ \
| * | | | gl_rasterizer_cache: Implement RenderTargetFormat::BGRA8_SRGB.Gravatar bunnei2018-09-103-0/+4
| |/ / /
* | | | Merge pull request #1288 from MysticExile/remove-multicoreGravatar James Rowe2018-09-102-10/+0
|\ \ \ \
| * | | | Remove multicore configure_general.uiGravatar MysticExile2018-09-101-7/+0
| * | | | remove multicore in configure_general.cppGravatar MysticExile2018-09-101-3/+0
| |/ / /
* | | | video_core: Refactor command_processor.Gravatar Markus Wick2018-09-102-44/+42
* | | | video_core: Move command buffer loop.Gravatar Markus Wick2018-09-105-77/+84
* | | | rasterizer: Drop unused handler.Gravatar Markus Wick2018-09-104-8/+0
|/ / /
* | | gl_rasterizer: Implement multiple color attachments.Gravatar bunnei2018-09-095-132/+95
* | | Merge pull request #1258 from tgsm/fix-sdl-loggingGravatar bunnei2018-09-091-2/+3
|\ \ \
| * | | yuzu-cmd: fix SDL loggingGravatar tgsm2018-09-081-2/+3
* | | | Merge pull request #1282 from lioncash/compatGravatar bunnei2018-09-0910-33/+56
|\ \ \ \
| * | | | game_list: Make CompatibilityList parameter of NavigateToGamedbEntryRequested...Gravatar Lioncash2018-09-093-3/+5
| * | | | yuzu: Move compatibility list specifics to their own source filesGravatar Lioncash2018-09-0910-33/+54
| | |/ / | |/| |
* | | | Merge pull request #1276 from FearlessTobi/fix-stupid-stubGravatar bunnei2018-09-092-4/+6
|\ \ \ \
| * | | | hid: Implement ReloadInputDevicesGravatar fearlessTobi2018-09-092-4/+6
| |/ / /