Lime3DS/src
Marshall Mohror f14e973a27
Texture Filtering v2 (#5166)
* video_core/renderer_opengl: Move SurfaceParams into its own file

Some of its enums are needed outside of the rasterizer cache
and trying to use it caused circular dependencies.

* video_core/renderer_opengl: Overhaul the texture filter framework

This should make it less intrusive.
Now texture filtering doesn't have any mutable global state.
The texture filters now always upscale to the internal rendering resolution.
This simplifies the logic in UploadGLTexture and it simply takes the role of BlitTextures at the end of the function.
This also prevent extra blitting required when uploading to a framebuffer surface with a mismatched size.

* video_core/renderer_opengl: Use generated mipmaps for filtered textures

The filtered guest mipmaps often looked terrible.

* core/settings: Remove texture filter factor

* sdl/config: Remove texture filter factor

* qt/config: Remove texture filter factor
2020-04-02 22:42:50 -05:00
..
android android: add logging 2019-03-09 18:23:32 -06:00
audio_core HLE Audio: Increase frame position by input buffer sample rate (#5049) 2020-03-28 10:39:50 -05:00
citra Texture Filtering v2 (#5166) 2020-04-02 22:42:50 -05:00
citra_qt Texture Filtering v2 (#5166) 2020-04-02 22:42:50 -05:00
common common: include algorithm thread_queue_list.h (#5147) 2020-03-25 22:23:39 -05:00
core Texture Filtering v2 (#5166) 2020-04-02 22:42:50 -05:00
dedicated_room Fix moderation by room host in dedicated rooms 2019-11-17 09:59:54 -05:00
input_common Fix compilation 2020-02-10 12:10:42 +01:00
network network/room: add message/join/leave/kick/ban/unban/game name logging 2019-11-03 09:55:38 -05:00
tests Merge pull request #5025 from jroweboy/tomoscrewme 2020-03-28 12:31:41 +00:00
video_core Texture Filtering v2 (#5166) 2020-04-02 22:42:50 -05:00
web_service HTTP_C::Implement Context::MakeRequest (#4754) 2020-02-21 19:04:04 +01:00
.clang-format add java to .clang-format 2019-02-22 16:29:19 -06:00
CMakeLists.txt Remove C++ standard flag 2020-02-21 16:45:02 -06:00