Commit Graph

  • 1b47da4115 Merge pull request #785 from archshift/break bunnei 2015-05-18 08:04:22 -0400
  • 2c721f3764 Merge pull request #787 from Subv/default_attributes_fallback Tony Wasserka 2015-05-18 00:44:46 +0200
  • 24d9416930 GPU/DefaultAttributes: Clear up a comment in command_processor Subv 2015-05-17 14:13:11 -0500
  • 658c44af5c GPU/DefaultAttributes: Let the attribute data from the loaders overwrite the default attributes, if set. Subv 2015-05-17 11:52:17 -0500
  • 11057488f9 Implement svcBreak archshift 2015-05-16 22:06:59 -0700
  • 9fb9750411 Merge pull request #781 from archshift/delete bunnei 2015-05-16 11:16:29 -0400
  • 42c6590349 Merge pull request #778 from purpasmart96/apt_assert_fix bunnei 2015-05-16 02:31:22 -0400
  • 4b300ba763 Delete unused hle/coprocessor.cpp archshift 2015-05-15 23:24:11 -0700
  • ba2fe7f795 Merge pull request #758 from yuriks/sync-logging Yuri Kunde Schlesner 2015-05-15 20:54:48 -0700
  • dd9aed9ea9 CFG: Update the cfg service to be like other integrated services purpasmart96 2015-05-13 23:15:32 -0700
  • 742fd191a9 Merge pull request #780 from citra-emu/roadmap bunnei 2015-05-15 23:04:25 -0400
  • 1e436304fa Update README.md, removing the old Roadmap link and adding the TODO list archshift 2015-05-15 20:02:28 -0700
  • 7dbc27ff57 Remove unused concurrent_ring_buffer.h Yuri Kunde Schlesner 2015-05-15 23:57:53 -0300
  • 0fd727f3ad APT/FS: Remove asserts that were causing false positives purpasmart96 2015-05-15 19:25:02 -0700
  • 4cd226860d fixup! Added libcurl submodule and CMake code for building it. archshift 2015-05-15 16:48:46 -0700
  • eb2dd8bf5d Fixes based on verification of behavior on hardware archshift 2015-05-13 01:00:00 -0700
  • b550a4e4dc Fixed explicit initialization and constructor for HttpContext archshift 2015-05-12 21:56:57 -0700
  • 5b12f23365 Added additional documentation archshift 2015-05-12 20:17:18 -0700
  • 5d11d2bcbb Simplify writing to the buffers during download archshift 2015-05-11 21:53:45 -0700
  • 779b482ac3 Separate out http_c into multiple files under http/ archshift 2015-05-09 21:54:25 -0700
  • 24cc45c246 Initial attempt at threading of BeginRequest archshift 2015-05-08 23:55:32 -0700
  • 619400fb5b Added initial http_c.cpp code using libcurl. archshift 2015-05-15 16:18:17 -0700
  • 3fed45a76a Added libcurl submodule and CMake code for building it. archshift 2015-05-15 16:17:35 -0700
  • 6a1a8549a2 Added HILO8 support. Patrick Martin 2015-05-14 13:39:46 -0700
  • 12f6216741 Merge pull request #774 from lioncash/decodings Yuri Kunde Schlesner 2015-05-15 11:36:20 -0700
  • c018218420 Merge b3df840ee8 into 6abed88092 Patrick Martin 2015-05-15 13:44:42 +0000
  • 6abed88092 Merge pull request #770 from lioncash/dyncom_clean bunnei 2015-05-15 09:44:39 -0400
  • ef8d0e9823 Merge pull request #761 from Subv/resource_limits bunnei 2015-05-15 09:42:36 -0400
  • a188e0fa57 Merge pull request #675 from jroweboy/windows-build-fixes Yuri Kunde Schlesner 2015-05-14 20:55:58 -0700
  • d3634d4bf4 Core/ResourceLimits: Implemented the basic structure of ResourceLimits. Subv 2015-05-12 15:25:15 -0500
  • bb68933894 Merge pull request #762 from yuriks/memmap Yuri Kunde Schlesner 2015-05-14 20:40:53 -0700
  • dd4430609a Memory: Use a table based lookup scheme to read from memory regions Yuri Kunde Schlesner 2015-05-12 23:38:56 -0300
  • 52158c1b8d Memory: Read SharedPage directly from Memory::Read Yuri Kunde Schlesner 2015-05-12 23:29:24 -0300
  • ec514b16a6 Memory: Read ConfigMem directly from Memory::Read Yuri Kunde Schlesner 2015-05-12 23:17:30 -0300
  • 7ada357b2d Memmap: Re-organize memory function in two files Yuri Kunde Schlesner 2015-05-12 22:38:29 -0300
  • a251721bf3 Memmap: Remove unused declarations Yuri Kunde Schlesner 2015-05-12 18:17:04 -0300
  • b3df840ee8 Added HILO8 support. Patrick Martin 2015-05-14 13:39:46 -0700
  • 2127ec00ea Merge aa830b5cf3 into 9f503387dc Syrco 2015-05-14 20:44:57 +0000
  • 9f503387dc Merge pull request #769 from lioncash/cond bunnei 2015-05-14 16:39:56 -0400
  • 4b542f91ef Merge pull request #768 from linkmauve/axe-math_utils bunnei 2015-05-14 16:39:17 -0400
  • 8cd72428c9 dyncom: Add ARMv6K NOP and hint instructions to the decoding table Lioncash 2015-05-14 15:41:40 -0400
  • 699b67d7cf dyncom: Handle some MSR variants individually Lioncash 2015-05-14 15:14:02 -0400
  • be0119be08 dyncom: Move exclusive load/stores above bbl and swi in the decoding table Lioncash 2015-05-13 17:29:59 -0400
  • 655a82f33c Update rasterizer.cpp Lectem 2015-05-14 21:00:15 +0200
  • 1e0255364c dyncom: Remove duplicate enums/prototypes Lioncash 2015-05-14 12:19:51 -0400
  • f4921d0f9d dyncom: Remove unnecessary defines Lioncash 2015-05-14 12:15:03 -0400
  • 0530fd2499 dyncom: Make translation-unit functions and variables static Lioncash 2015-05-14 11:58:05 -0400
  • 497f4bee0c pica: Add the ULL specifier in IsDefaultAttribute Lioncash 2015-05-14 14:23:20 -0400
  • 773b1ef6bf vfp: Get rid of warnings Lioncash 2015-05-14 13:43:22 -0400
  • 150e700729 process: Get rid of warnings Lioncash 2015-05-14 12:59:12 -0400
  • 18b8c401cf updated alignment... again Lectem 2015-05-14 18:20:22 +0200
  • f3c4de4ce4 dyncom: Remove unnecessary typedefs Lioncash 2015-05-14 11:51:46 -0400
  • a48b4ec583 dyncom: Remove unused structs Lioncash 2015-05-14 11:33:50 -0400
  • 207087c856 thread: Fix a conditional check in Reschedule Lioncash 2015-05-14 11:10:04 -0400
  • 510b47ae2f Clamp values DOT3_RGB Lectem 2015-05-14 16:40:29 +0200
  • a31fd7f86b Common: Remove unused cruft from math_util, and remove a duplicated Rect class in common_types. Emmanuel Gil Peyrot 2015-05-14 16:16:15 +0200
  • 1d5ae8f44b good DOT3 formula and indent Lectem 2015-05-14 16:07:39 +0200
  • dee0d64ea6 DOT3_RGB combiner Lectem 2015-05-14 15:49:40 +0200
  • e83bc5b7ee dyncom: Removed irrelevant log. bunnei 2015-05-14 00:24:38 -0400
  • 09c8110e1a Merge pull request #763 from bunnei/qt-fix-crash bunnei 2015-05-13 22:07:35 -0400
  • 9e8b703b5e Merge pull request #765 from lioncash/bkpt bunnei 2015-05-13 17:26:02 -0400
  • 3d44dc4064 Merge pull request #707 from linkmauve/freedesktop bunnei 2015-05-13 14:50:15 -0400
  • 832c130ed1 dyncom: Fix decoding of BKPT's immediate Lioncash 2015-05-13 14:10:56 -0400
  • d0ee89e2fe Install a .desktop file to make citra-qt launchable from DE menus. Emmanuel Gil Peyrot 2015-04-22 13:34:42 +0200
  • c3bd797917 Qt: Shutdown emulation session only if EmuThread exists. bunnei 2015-05-12 23:14:24 -0400
  • 7d21b0663b Merge pull request #756 from purpasmart96/ptm_service_changes bunnei 2015-05-12 23:10:54 -0400
  • 9d8e1f7a92 Merge pull request #760 from yuriks/gpu-profile Yuri Kunde Schlesner 2015-05-12 13:47:35 -0700
  • def5913d19 GPU: Add more fine grained profiling for vertex shader and rasterization Yuri Kunde Schlesner 2015-05-12 15:50:17 -0300
  • c8eae338a8 Common: Use the log system to print assert messages Yuri Kunde Schlesner 2015-05-12 02:52:31 -0300
  • b88c91dd3d Common: Remove async logging Yuri Kunde Schlesner 2015-05-12 02:19:44 -0300
  • cb2b2071a8 Merge pull request #748 from Subv/tls_max bunnei 2015-05-11 23:32:28 -0400
  • ee8da4c356 Merge pull request #751 from yuriks/idle-thread bunnei 2015-05-11 23:22:47 -0400
  • 6e26d063a5 Merge pull request #757 from Subv/scheduling bunnei 2015-05-11 22:54:00 -0400
  • 6223496a49 Merge pull request #752 from lioncash/flush bunnei 2015-05-11 21:43:33 -0400
  • d22bc68175 Merge pull request #755 from lioncash/mcrr-mrrc bunnei 2015-05-11 21:42:45 -0400
  • 4f7a055081 Thread: Remove the idle thread Yuri Kunde Schlesner 2015-05-11 16:09:10 -0300
  • dda94e56dd Core/Memory: Add TLS support for creating up to 300 threads Subv 2015-05-10 23:19:54 -0500
  • 820b97787c Merge pull request #750 from Subv/process_svc Yuri Kunde Schlesner 2015-05-11 17:44:26 -0700
  • dbc1320923 Core/Scheduling: Prepare the new priority in the thread queue when svcSetPriority is called Subv 2015-05-11 19:38:10 -0500
  • 53130fffd9 PTM: Changed the way the ptm services are handled to be like the IR, HID, and APT services. purpasmart96 2015-04-30 13:13:22 -0700
  • 25c010dc7d fixup! Subv 2015-05-11 18:23:45 -0500
  • dc7ac751f2 dyncom: Stub MCRR and MRRC Lioncash 2015-05-11 18:27:49 -0400
  • a08bb13e8b Merge pull request #754 from purpasmart96/nwm_typo_fix archshift 2015-05-11 15:22:01 -0700
  • 046044618d NWM_UDS: Fix a typo in the nwm service port name purpasmart96 2015-05-11 15:18:54 -0700
  • ffc51161f3 vfp: Handle flush-to-zero mode. Lioncash 2015-05-11 14:46:31 -0400
  • 10eb8b0c02 Merge pull request #749 from yuriks/stack-top bunnei 2015-05-11 11:03:08 -0400
  • 41f74a16fd Core/HLE: Implemented the SVCs GetProcessId and GetProcessIdOfThread Subv 2015-05-11 09:15:10 -0500
  • 244ba1a610 Merge pull request #742 from archshift/i4 Tony Wasserka 2015-05-11 13:08:18 +0200
  • d16c2bd956 Thread: Correctly set main thread initial stack position Yuri Kunde Schlesner 2015-05-11 05:08:47 -0300
  • 40310e2132 Implement I4 texture format archshift 2015-05-10 18:59:22 -0700
  • e98fbadf4a Merge pull request #740 from yuriks/gsp-shmem archshift 2015-05-10 18:07:44 -0700
  • 2a19de1d09 Merge pull request #741 from Subv/tls Lioncash 2015-05-10 20:50:23 -0400
  • 115ad8e16a fixup! Set the TLS address in the scheduler Subv 2015-05-10 18:43:59 -0500
  • 000876858d Core/Memory: Give every emulated thread it's own TLS area. Subv 2015-05-10 18:35:37 -0500
  • fd85367621 fixup! GSP: Small tweaks to shared memory initialization Yuri Kunde Schlesner 2015-05-10 20:09:41 -0300
  • 1538a34eda GSP: Small tweaks to shared memory initialization Yuri Kunde Schlesner 2015-05-10 19:51:37 -0300
  • 774eea8374 Kernel: Zero-fill shared memory blocks when mapping Yuri Kunde Schlesner 2015-05-10 19:49:46 -0300
  • c96f22490a Kernel: Capture SharedMemory attributes at creation, not when mapping Yuri Kunde Schlesner 2015-05-10 19:47:07 -0300
  • 537eb99372 Notify user on use of procedural textures bunnei 2015-05-10 17:57:15 -0400
  • aa830b5cf3 Rebase fixes Dani Messerman 2015-05-10 22:44:17 +0300