3683 Commits (26b5aa702d106eb03529199f8a092e0af5ca19cc)

Author SHA1 Message Date
ReinUsesLisp 1e32800bf8 shader/control_flow: Remove brace initializer in std containers 6 years ago
ReinUsesLisp 93d1d8713b shader/decode: Reduce severity of arithmetic rounding warnings 6 years ago
ReinUsesLisp d08cbd4f31 shader/arithmetic: Reduce RRO stub severity 6 years ago
ReinUsesLisp 6a63af168a shader/texture: Remove NODEP warnings 6 years ago
bunnei fe02b9f968 common_func: Use std::array for INSERT_PADDING_* macros. 6 years ago
ReinUsesLisp 623b99047c gl_rasterizer: Re-enable stream buffer memory due to global memory 6 years ago
ReinUsesLisp 38b6042bcb gl_rasterizer: Upload constant buffers with glNamedBufferSubData 6 years ago
Fernando Sahmkow 39e04b51ff Shader_IR: Fix regression on TLD4 6 years ago
Fernando Sahmkow d65eed3b61 Shader_IR: Fix TLD4 and add Bindless Variant. 6 years ago
Rodrigo Locatti efbd57f6e3 gl_state: Use std::array::fill instead of std::fill 6 years ago
ReinUsesLisp b157ce5bbd gl_state: Move dirty checks to individual apply calls instead of Apply 6 years ago
ReinUsesLisp 385122dc97 gl_state: Remove ApplyDefaultState 6 years ago
ReinUsesLisp 9651fece1f gl_state: Change SetDefaultViewports to use default constructor 6 years ago
ReinUsesLisp 3cb079e85f gl_state: Minor style changes 6 years ago
ReinUsesLisp 941e2036ca gl_state: Remove unused Citra TextureUnits 6 years ago
ReinUsesLisp f15e087454 gl_state: Move initializers from constructor to class declaration 6 years ago
ReinUsesLisp 1589a146ed shader/node: Unpack bindless texture encoding 6 years ago
ReinUsesLisp 902431adce maxwell_3d/kepler_compute: Remove unused arguments in GetTexture 6 years ago
ReinUsesLisp cea1214e5a video_core/textures: Remove unused index entry in FullTextureInfo 6 years ago
ReinUsesLisp cf7206fe7b maxwell_3d: Remove unused method GetStageTextures 6 years ago
Fernando Sahmkow 5305d723c2 Video_Core: Implement texture format E5B9G9R9_SHAREDEXP. 6 years ago
ReinUsesLisp 15a52a86bd maxwell_3d: Silence implicit conversion warnings 6 years ago
ReinUsesLisp 7a1f37bef3 rasterizer_accelerated: Add intermediary for GPU rasterizers 6 years ago
ReinUsesLisp 2140a0cadd astc: Silence implicit conversion warnings 6 years ago
Fernando Sahmkow ab86995cb9 Shader_IR: Address Feedback. 6 years ago
Fernando Sahmkow 094fa9ec6c Shader_IR: Clang format 6 years ago
ReinUsesLisp aab971bda3 gl_shader_cache: Implement locker variants invalidation 6 years ago
ReinUsesLisp c37c37d4a2 gl_shader_disk_cache: Store and load fast BRX 6 years ago
ReinUsesLisp 9e0cf6034f const_buffer_locker: Minor style changes 6 years ago
ReinUsesLisp 063d3e22d6 gl_shader_decompiler: Move entries to a separate function 6 years ago
Fernando Sahmkow fb98059d10 Shader_IR: Implement Fast BRX and allow multi-branches in the CFG. 6 years ago
Fernando Sahmkow 8081235ddd Shader_IR: Correct typo in Consistent method. 6 years ago
Fernando Sahmkow 4168b287c9 Shader_IR: allow lookup of texture samplers within the shader_ir for instructions that don't provide it 6 years ago
Fernando Sahmkow 683008bc59 Shader_IR: Implement Fast BRX and allow multi-branches in the CFG. 6 years ago
Fernando Sahmkow 2baf1e1ed4 Shader_Cache: setup connection of ConstBufferLocker 6 years ago
Fernando Sahmkow d4da704ac5 VideoCore: Unify const buffer accessing along engines and provide ConstBufferLocker class to shaders. 6 years ago
Fernando Sahmkow 7d24270b5f Shader_IR: Implement BRX tracking. 6 years ago
Lioncash f1443d2b41 shader_bytecode: Make Matcher constexpr capable 6 years ago
Lioncash 1f2a584d55 shader_ir: Use std::array with pair instead of unordered_map 6 years ago
Lioncash 0a71f5d6f4 video_core/shader: Resolve instances of variable shadowing 6 years ago
Fernando Sahmkow fdf9bbf112 Shader_Ir: Fix TLD4S from using a component mask. 6 years ago
ReinUsesLisp 9b7ec9d1a0 shader_ir/memory: Ignore global memory when tracking fails 6 years ago
ReinUsesLisp 94d32c3cd2 maxwell_3d: Reduce FlushMMEInlineDraw logging to Trace 6 years ago
Lioncash 4e7dbc49f8 video_core/shader/ast: Make ShowCurrentState() and SanityCheck() const member functions 6 years ago
Lioncash 4f4bfa0448 video_core/shader/ast: Make ASTManager::Print a const member function 6 years ago
Lioncash 98d64c9a04 video_core/shader/ast: Make ExprPrinter members private 6 years ago
Lioncash c5c0af5aa7 video_core/shader/ast: Make Indent() return a string_view 6 years ago
Lioncash 3025e2110c video_core/shader/ast: Make Indent() private 6 years ago
Lioncash 4f14102a05 video_core/shader/ast: Rename Ident() to Indent() 6 years ago
Lioncash 1a00cb5680 video_core/shader/ast: Make use of fmt where applicable 6 years ago