summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | shader_header: Make local memory size getter constantGravatar ReinUsesLisp2019-01-151-1/+1
* | | | | Merge pull request #2054 from bunnei/scope-context-refactorGravatar bunnei2019-01-237-36/+54
|\ \ \ \ \
| * | | | | frontend: Refactor ScopeAcquireWindowContext out of renderer_opengl.Gravatar bunnei2019-01-237-36/+54
* | | | | | Merge pull request #2049 from FearlessTobi/port-3928Gravatar bunnei2019-01-235-0/+35
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | citra_qt: Log settings on launchGravatar zhupengfei2019-01-225-0/+35
|/ / / / /
* | | | | Merge pull request #2047 from FearlessTobi/patch-3Gravatar bunnei2019-01-221-5/+16
|\ \ \ \ \
| * | | | | ISSUE_TEMPLATE: changes to make it more expressive and prevent low-quality is...Gravatar Tobias2019-01-221-5/+16
|/ / / / /
* | | | | Merge pull request #2043 from ReinUsesLisp/rt-separateGravatar bunnei2019-01-222-4/+6
|\ \ \ \ \
| * | | | | maxwell_3d: Set rt_separate_frag_data to 1 by defaultGravatar ReinUsesLisp2019-01-222-4/+6
|/ / / / /
* | | | | Merge pull request #2035 from lioncash/fwd-declGravatar bunnei2019-01-217-17/+14
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | yuzu/configuration/configure_input_player: Forward declare types where applic...Gravatar Lioncash2019-01-172-2/+7
| * | | | yuzu/configuration/configure_touchscreen_advanced: Remove unnecessary header ...Gravatar Lioncash2019-01-171-2/+0
| * | | | yuzu/configuration/configure_per_general: Remove unused header inclusionsGravatar Lioncash2019-01-172-4/+3
| * | | | yuzu/configuration/configure_debug: Remove unused header inclusionsGravatar Lioncash2019-01-171-1/+0
| * | | | yuzu/configuration/configure_system: Remove unused header inclusionsGravatar Lioncash2019-01-171-8/+4
| |/ / /
* | | | Merge pull request #2038 from jroweboy/loading-progress-barGravatar bunnei2019-01-215-57/+316
|\ \ \ \
| * | | | Change const char* to const char[]Gravatar James Rowe2019-01-211-4/+4
| * | | | Fix mingw compile error and warningsGravatar James Rowe2019-01-212-6/+6
| * | | | Add fade out effect to the loading screenGravatar James Rowe2019-01-214-94/+158
| * | | | Set Minimum Size to the same as renderwindowGravatar James Rowe2019-01-211-0/+1
| * | | | Remove blue box around loading screenGravatar James Rowe2019-01-211-1/+0
| * | | | Change the background color of Stage Complete to yuzu blueGravatar James Rowe2019-01-201-1/+1
| * | | | Rename step 1 and step 2 to be a little more descriptiveGravatar James Rowe2019-01-202-8/+8
| * | | | Prevent estimated time from flashing after slow shader compilation startsGravatar James Rowe2019-01-201-1/+1
| * | | | Move progress bar style into constexpr stringsGravatar James Rowe2019-01-201-28/+32
| * | | | Hide progress bar on Prepare stepGravatar James Rowe2019-01-201-7/+8
| * | | | QT: Upgrade the Loading Bar to look much betterGravatar James Rowe2019-01-204-11/+201
|/ / / /
* | | | Merge pull request #2034 from jroweboy/loading-widgetGravatar bunnei2019-01-209-11/+262
|\ \ \ \
| * | | | Add a workaround if QMovie isn't availableGravatar James Rowe2019-01-192-1/+20
| * | | | QT Frontend: Add a Loading screen with progressbarGravatar James Rowe2019-01-199-11/+243
* | | | | Merge pull request #2008 from ReinUsesLisp/dirty-framebuffersGravatar bunnei2019-01-206-8/+78
|\ \ \ \ \
| * | | | | gl_rasterizer: Skip framebuffer configuration if rendertargets have not been ...Gravatar ReinUsesLisp2019-01-072-1/+31
| * | | | | gl_rasterizer_cache: Use dirty flags for the depth bufferGravatar ReinUsesLisp2019-01-074-3/+23
| * | | | | gl_rasterizer_cache: Use dirty flags for color buffersGravatar ReinUsesLisp2019-01-074-4/+24
* | | | | | Merge pull request #2002 from ReinUsesLisp/dsa-vao-bufferGravatar bunnei2019-01-209-103/+73
|\ \ \ \ \ \
| * | | | | | gl_rasterizer: Workaround Intel VAO DSA bugGravatar ReinUsesLisp2019-01-093-7/+16
| * | | | | | gl_stream_buffer: Use DSA for buffer managementGravatar ReinUsesLisp2019-01-063-17/+14
| * | | | | | gl_rasterizer: Use DSA for vertex array objectsGravatar ReinUsesLisp2019-01-066-79/+53
| * | | | | | gl_state: Drop uniform buffer state trackingGravatar ReinUsesLisp2019-01-063-10/+0
* | | | | | | Merge pull request #2032 from lioncash/webGravatar bunnei2019-01-201-6/+5
|\ \ \ \ \ \ \
| * | | | | | | yuzu/configuration/configure_web: Remove an unused lambda captureGravatar Lioncash2019-01-171-5/+4
| * | | | | | | yuzu/configuration/configure_web: Use an ellipsis with 'Verifying' textGravatar Lioncash2019-01-171-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #2025 from DarkLordZach/loader-banner-logoGravatar bunnei2019-01-2011-0/+77
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | loader: Propagate NCA logo section to ReadBanner and ReadLogoGravatar Zach Hilman2019-01-159-0/+61
| * | | | | | content_archive: Add getter for logo section of NCAGravatar Zach Hilman2019-01-152-0/+16
| |/ / / / /
* | | | | | Merge pull request #2031 from lioncash/privGravatar bunnei2019-01-197-26/+36
|\ \ \ \ \ \
| * | | | | | core/frontend/applets/web_browser: Include missing headersGravatar Lioncash2019-01-171-2/+8
| * | | | | | core/frontend/applets/web_browser: Make OpenPage() non-constGravatar Lioncash2019-01-177-20/+25
| * | | | | | yuzu/web_browser: std::move std::function instances in OpenPage()Gravatar Lioncash2019-01-171-2/+2
| * | | | | | yuzu/web_browser: Make slot functions privateGravatar Lioncash2019-01-171-2/+1
| |/ / / / /