101 Commits (624a0f7f3f4100fc56e3d70603a30384a21e7dc6)

Author SHA1 Message Date
Fernando Sahmkow 218ee18417 Texture Cache: Improve documentation 6 years ago
Fernando Sahmkow a3916588b6 Texture Cache: Address Feedback 6 years ago
Fernando Sahmkow 51c9e98677 Texture Cache: Add HLE methods for building 3D textures within the GPU in certain scenarios. 6 years ago
ReinUsesLisp ff64c3951a
texture_cache/surface_base: Fix out of bounds texture views 6 years ago
Fernando Sahmkow cc81c0ce64 Texture_Cache: Redo invalid Surfaces handling. 7 years ago
ReinUsesLisp 4681381a34
format_lookup_table: Address feedback 6 years ago
ReinUsesLisp 80eacdf89b
texture_cache: Use a table instead of switch for texture formats 6 years ago
ReinUsesLisp 48a1687f51
texture_cache: Drop abstracted ComponentType 6 years ago
Lioncash a24e8bf9cf texture_cache: Avoid unnecessary surface copies within PickStrategy() and TryReconstructSurface() 7 years ago
Lioncash 524eb15513 video_core/texture_cache: Amend Doxygen references 7 years ago
Lioncash ac4dbd3b25 common: Rename binary_find.h to algorithm.h 7 years ago
Fernando Sahmkow ab47a660c8 Texture_Cache: Blit Deduction corrections and simplifications. 7 years ago
Fernando Sahmkow 2036504a82 TextureCache: Add the ability to deduce if two textures are depth on blit. 7 years ago
ReinUsesLisp 7228e22098 texture_cache: Minor changes 7 years ago
ReinUsesLisp 6170337001 gl_rasterizer: Implement image bindings 7 years ago
ReinUsesLisp 2424eefad2 texture_cache: Pass TIC to texture cache 7 years ago
Rodrigo Locatti 4d4f9cc104 video_core: Silent miscellaneous warnings (#2820) 7 years ago
Lioncash 45fa12a05c video_core: Resolve -Wreorder warnings 7 years ago
Fernando Sahmkow 7826f0afd9 Texture_Cache: Rebase Fixes 7 years ago
Fernando Sahmkow f2e7b29c14 Maxwell3D: Rework the dirty system to be more consistant and scaleable 7 years ago
Fernando Sahmkow 2ac7472d3f Texture_Cache: Address Feedback 7 years ago
Fernando Sahmkow 0f54b541f4 Texture_Cache: Remove some unprecise fallback case and clang format 7 years ago
Fernando Sahmkow 5818959e54 Texture_Cache: Force Framebuffer reset if an active render target is unregistered. 7 years ago
Fernando Sahmkow 5d31bab69a Texture_Cache: Correct Linear Structural Match. 7 years ago
Fernando Sahmkow 3b9d89839d texture_cache: Address Feedback 7 years ago
Fernando Sahmkow 30b176f92b texture_cache: Correct Texture Buffer Uploading 7 years ago
ReinUsesLisp 6e1db6b703 texture_cache: Pack sibling queries inside a method 7 years ago
ReinUsesLisp 8eae66907e texture_cache: Use std::vector reservation for sampled_textures 7 years ago
ReinUsesLisp f6f1a8f26a texture_cache: Style changes 7 years ago
ReinUsesLisp dd9ace502b texture_cache: Use std::array for siblings_table 7 years ago
ReinUsesLisp 3f3c3ca5f9 texture_cache: Address feedback 7 years ago
Fernando Sahmkow 223ca80753 texture_cache: Correct variable naming. 7 years ago
Fernando Sahmkow 88bc39374f texture_cache: Corrections, documentation and asserts 7 years ago
Fernando Sahmkow c0abc7124d surface_params: Corrections, asserts and documentation. 7 years ago
Fernando Sahmkow fb234560b0 copy_params: use constexpr for constructor 7 years ago
Fernando Sahmkow 58c8a44e7a texture_cache: Query MemoryManager from the system 7 years ago
ReinUsesLisp 7565389700 texture_cache: Include "core/core.h" 7 years ago
ReinUsesLisp 34841a41c3 texture_cache/surface_view: Address feedback 7 years ago
ReinUsesLisp 0837290992 texture_cache/surface_base: Address feedback 7 years ago
Fernando Sahmkow d1812316e1 texture_cache: Style and Corrections 7 years ago
Fernando Sahmkow 97c8c9f49a texture_cache: Eliminate linear textures fallthrough 7 years ago
Fernando Sahmkow 6acdae0e4c texture_cache: Correct format R16U as sibling 7 years ago
Fernando Sahmkow d7587842eb texture_cache: Implement texception detection and texture barriers. 7 years ago
Fernando Sahmkow 198a0395bb texture_cache: Corrections to buffers and shadow formats use. 7 years ago
Fernando Sahmkow fed773a86c texture_cache: Implement Irregular Views in surfaces 7 years ago
Fernando Sahmkow 082740d34d surface: Correct format S8Z24 7 years ago
Fernando Sahmkow 03d489dcf5 texture_cache: Initialize all siblings to invalid pixel format. 7 years ago
Fernando Sahmkow 7232a1ed16 decoders: correct block calculation 7 years ago
Fernando Sahmkow 3dd7643214 texture_cache: Use siblings textures on Rebuild and fix possible error on blitting 7 years ago
Fernando Sahmkow 2d83553ea7 texture_cache: Implement siblings texture formats. 7 years ago