| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | web_service/telemetry_json: Report USER_CONFIG | 2020-01-29 | 1 | -0/+1 | ||
| | * | | | | | | | settings: Add settings for graphics backend | 2020-01-29 | 6 | -3/+48 | ||
| | * | | | | | | | core: Only wait for idle on gpu_core when it was initialized | 2020-01-29 | 1 | -1/+3 | ||
| | * | | | | | | | shader/other: Fix skips for SYNC and BRK | 2020-01-29 | 1 | -2/+2 | ||
| | * | | | | | | | shader/other: Stub S2R LaneId | 2020-01-29 | 1 | -1/+4 | ||
| | * | | | | | | | buffer_cache: Delay buffer destructions | 2020-01-29 | 1 | -1/+4 | ||
| * | | | | | | | | input_common/udp: Ensure that UDP is shut down within Shutdown() | 2020-02-03 | 1 | -0/+1 | ||
| * | | | | | | | | input_common/udp: Add missing override specifiers | 2020-02-03 | 1 | -2/+2 | ||
| * | | | | | | | | input_common/udp: std::move SocketCallback instances where applicable | 2020-02-03 | 1 | -2/+2 | ||
| * | | | | | | | | input_common/udp: std::move shared_ptr within Client constructor | 2020-02-03 | 1 | -1/+1 | ||
| * | | | | | | | | udp/client: Replace deprecated from_string() call with make_address_v4() | 2020-02-03 | 1 | -2/+2 | ||
| * | | | | | | | | input_common/udp: Silence -Wreorder warning for Socket | 2020-02-03 | 1 | -4/+3 | ||
| * | | | | | | | | input_common/udp: Remove unnecessary inclusions | 2020-02-03 | 4 | -8/+4 | ||
| * | | | | | | | | input_common/udp: Add missing header guard | 2020-02-03 | 1 | -0/+2 | ||
| * | | | | | | | | shader: Remove curly braces initializers on shared pointers | 2020-02-01 | 5 | -12/+12 | ||
| | |_|_|_|_|/ / |/| | | | | | | ||||||
| * | | | | | | | Merge pull request #3282 from FernandoS27/indexed-samplers | 2020-02-01 | 24 | -58/+610 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Shader_IR: Address feedback. | 2020-01-25 | 10 | -36/+40 | ||
| | * | | | | | | | Shader_IR: Change name of TrackSampler function so it does not confuse with t... | 2020-01-24 | 3 | -7/+10 | ||
| | * | | | | | | | Shader_IR: Corrections, styling and extras. | 2020-01-24 | 1 | -2/+4 | ||
| | * | | | | | | | Shader_IR: Correct Custom Variable assignment. | 2020-01-24 | 2 | -0/+4 | ||
| | * | | | | | | | Shader_IR: Propagate bindless index into the GL compiler. | 2020-01-24 | 5 | -24/+54 | ||
| | * | | | | | | | Shader_IR: Implement Injectable Custom Variables to the IR. | 2020-01-24 | 5 | -1/+70 | ||
| | * | | | | | | | GL Backend: Introduce indexed samplers into the GL backend | 2020-01-24 | 2 | -10/+39 | ||
| | * | | | | | | | Shader_IR: deduce size of indexed samplers | 2020-01-24 | 4 | -8/+60 | ||
| | * | | | | | | | Shader_IR: Setup Indexed Samplers on the IR | 2020-01-24 | 1 | -20/+46 | ||
| | * | | | | | | | Shader_IR: Implement initial code for tracking indexed samplers. | 2020-01-24 | 4 | -0/+139 | ||
| | * | | | | | | | Shader_IR: Address Feedback | 2020-01-24 | 5 | -35/+37 | ||
| | * | | | | | | | Shader_IR: Allow constant access of guest driver. | 2020-01-24 | 7 | -1/+18 | ||
| | * | | | | | | | Shader_IR: Address Feedback | 2020-01-24 | 4 | -21/+29 | ||
| | * | | | | | | | Guest_driver: Correct compiling errors in GCC. | 2020-01-24 | 2 | -1/+5 | ||
| | * | | | | | | | Shader_IR: Store Bound buffer on Shader Usage | 2020-01-24 | 5 | -5/+41 | ||
| | * | | | | | | | GPU: Implement guest driver profile and deduce texture handler sizes. | 2020-01-24 | 13 | -0/+127 | ||
| * | | | | | | | | Merge pull request #3268 from CJBok/deadzone | 2020-02-01 | 3 | -1/+106 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | const correction | 2020-01-03 | 1 | -1/+1 | ||
| | * | | | | | | | | clang | 2020-01-03 | 1 | -22/+22 | ||
| | * | | | | | | | | Update configure_input_player.cpp | 2020-01-03 | 1 | -23/+23 | ||
| | * | | | | | | | | Added deadzone controls for sdl engine at input settings | 2020-01-03 | 3 | -24/+129 | ||
| * | | | | | | | | | Merge pull request #3284 from CJBok/hid-fix | 2020-02-01 | 3 | -13/+52 | ||
| |\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | ||||||
| | * | | | | | | | | Moved analog direction logic to sdl_impl | 2020-01-15 | 3 | -9/+48 | ||
| | * | | | | | | | | Corrected directional states sensitivity | 2020-01-14 | 1 | -9/+9 | ||
| | * | | | | | | | | Merge remote-tracking branch 'upstream/master' | 2020-01-12 | 14 | -10/+1643 | ||
| | |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | hid: Fix analog sticks directional states | 2020-01-09 | 1 | -12/+12 | ||
| * | | | | | | | | | | Merge pull request #3364 from lioncash/thread | 2020-01-31 | 2 | -2/+4 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | core/arm: Remove usage of global GetCurrentThread() | 2020-01-30 | 2 | -2/+4 | ||
| * | | | | | | | | | | | Merge pull request #3363 from lioncash/unique_ptr | 2020-01-30 | 4 | -17/+17 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | kernel/physical_core: Make use of std::unique_ptr | 2020-01-30 | 2 | -4/+10 | ||
| | * | | | | | | | | | | | core/cpu_manager: Remove unused includes | 2020-01-30 | 1 | -2/+0 | ||
| | * | | | | | | | | | | | kernel/physical_core: Remove unused kernel reference member variable | 2020-01-30 | 3 | -11/+7 | ||
| | |/ / / / / / / / / / | ||||||
| * / / / / / / / / / / | Revert "system_archive: Fix Korean and Chinese fonts" | 2020-01-30 | 5 | -880167/+27164 | ||
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #3353 from FernandoS27/aries | 2020-01-30 | 24 | -515/+541 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||