| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | applets: software_keyboard: Minor cleanup. | 2020-02-05 | 1 | -2/+2 | ||
| | |/ / / / / |/| | | | | | ||||||
| * | | | | | | vk_rasterizer: Use noexcept variants of std::bitset | 2020-02-04 | 1 | -4/+5 | ||
| * | | | | | | Merge pull request #3357 from ReinUsesLisp/bfi-rc | 2020-02-04 | 2 | -2/+7 | ||
| |\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| | * | | | | | shader/bfi: Implement register-constant buffer variant | 2020-01-27 | 2 | -2/+7 | ||
| * | | | | | | Merge pull request #3356 from ReinUsesLisp/fcmp | 2020-02-04 | 2 | -1/+17 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | shader/arithmetic: Implement FCMP | 2020-01-27 | 2 | -1/+17 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #3360 from CJBok/statusbar-buttons | 2020-02-03 | 2 | -6/+94 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | clang | 2020-01-29 | 1 | -2/+2 | ||
| | * | | | | | | minor corrections | 2020-01-29 | 1 | -2/+2 | ||
| | * | | | | | | GUI: Togglable graphics settings buttons in status bar | 2020-01-28 | 2 | -7/+95 | ||
| * | | | | | | | Merge pull request #3337 from ReinUsesLisp/vulkan-staged | 2020-02-03 | 34 | -179/+1154 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | yuzu/bootmanager: Define Vulkan widget only when enabled | 2020-01-29 | 1 | -0/+2 | ||
| | * | | | | | | | yuzu_cmd: Fix memcpy on Vulkan handlers | 2020-01-29 | 2 | -9/+10 | ||
| | * | | | | | | | yuzu: Implement Vulkan frontend | 2020-01-29 | 24 | -171/+1089 | ||
| | * | | | | | | | 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 | ||