3305 Commits (96f2b16356dfee3b4b1c75f8ef96d81e7923dfc9)

Author SHA1 Message Date
Fernando Sahmkow d614193e49 Shader_Ir: Correct tracking to track from right to left 7 years ago
Lioncash e2d7dda166 shader/decode/other: Correct branch indirect argument within BRA handling 7 years ago
ReinUsesLisp 2a4044a858 gl_shader_cache: Fix clang-format issues 7 years ago
ReinUsesLisp 6b0d017675 gl_shader_decompiler: Stub local memory size 7 years ago
ReinUsesLisp 56bca83bde gl_shader_cache: Address review commentaries 7 years ago
ReinUsesLisp bbecd13697 gl_shader_cache: Address CI issues 7 years ago
ReinUsesLisp 725ba6cf63 gl_rasterizer: Implement compute shaders 7 years ago
ReinUsesLisp afa8096df5 shader: Allow tracking of indirect buffers without variable offset 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 913b7a6872 GPU: Add a microprofile for macro interpreter 7 years ago
Fernando Sahmkow a9943222f2 GL_State: Add a microprofile timer to OpenGL state. 7 years ago
Fernando Sahmkow 5c1e1a148e Gl_Texture_Cache: Measure Buffer Copy Times 7 years ago
Fernando Sahmkow 5d31bab69a Texture_Cache: Correct Linear Structural Match. 7 years ago
ReinUsesLisp 0eb0c24269 gl_shader_decompiler: Fix gl_PointSize redeclaration 7 years ago
ReinUsesLisp aca40de224 gl_shader_decompiler: Fix conditional usage of GL_ARB_shader_viewport_layer_array 7 years ago
Fernando Sahmkow f2549739d1 shader_ir: Add comments on missing instruction. 7 years ago
Michael Scire a1845d1dd3 prefer system reference over global accessor 7 years ago
Fernando Sahmkow 2de7649311 shader_ir: limit explorastion to best known program size. 7 years ago
Fernando Sahmkow e7c6045a03 control_flow: Correct block breaking algorithm. 7 years ago
Fernando Sahmkow dc4a93594c control_flow: Assert shaders bigger than limit. 7 years ago
Fernando Sahmkow e7a88f0ab3 control_flow: Address feedback. 7 years ago
Fernando Sahmkow 34357b110c shader_ir: Correct parsing of scheduling instructions and correct sizing 7 years ago
Fernando Sahmkow cfb3db1a32 shader_ir: Correct max sizing 7 years ago
Fernando Sahmkow d45fed3030 shader_ir: Remove unnecessary constructors and use optional for ScanFlow result 7 years ago
Fernando Sahmkow 01b21ee1e8 shader_ir: Corrections, documenting and asserting control_flow 7 years ago
Fernando Sahmkow d5533b440c shader_ir: Unify blocks in decompiled shaders. 7 years ago
Fernando Sahmkow 926b80102f shader_ir: Decompile Flow Stack 7 years ago
Fernando Sahmkow 459fce3a8f shader_ir: propagate shader size to the IR 7 years ago
Fernando Sahmkow 8a6fc529a9 shader_ir: Implement BRX & BRA.CC 7 years ago
Fernando Sahmkow c218ae4b02 shader_ir: Remove the old scanner. 7 years ago
Fernando Sahmkow 8af6e6a052 shader_ir: Implement a new shader scanner 7 years ago
Lioncash c04785c928 gl_rasterizer: Amend documentation comment for ConfigureFramebuffers() 7 years ago
Michael Scire 697206092e Prevent merging of device mapped memory blocks. 7 years ago
ReinUsesLisp c9d886c84e gl_shader_decompiler: Implement gl_ViewportIndex and gl_Layer in vertex shaders 7 years ago
Tobias be020f7621
Delete decode_integer_set.cpp 7 years ago
ReinUsesLisp d0966b9f7c shader/texture: Add F16 support for TLDS 7 years ago
Lioncash cbdd6cd1c0 vk_sampler_cache: Remove unused includes 7 years ago
Lioncash 4b27680639 video_core: Add missing override specifiers 7 years ago
ReinUsesLisp 86a874a2fc vk_scheduler: Drop execution context in favor of views 7 years ago
ReinUsesLisp 79a23ca5f0 buffer_cache: Avoid [[nodiscard]] to make clang-format happy 7 years ago
ReinUsesLisp 83050c9495 buffer_cache: Try to fix MinGW build 7 years ago
ReinUsesLisp f7691ebe57 gl_rasterizer: Fix nullptr dereference on disabled buffers 7 years ago
ReinUsesLisp 7ecf64257a gl_rasterizer: Minor style changes 7 years ago
ReinUsesLisp 9cdc576f60 gl_rasterizer: Fix vertex and index data invalidations 7 years ago
ReinUsesLisp 1fa21fa192 gl_buffer_cache: Implement with generic buffer cache 7 years ago
ReinUsesLisp 32c0212b24 buffer_cache: Implement a generic buffer cache 7 years ago
ReinUsesLisp 2bcae41a73 gl_buffer_cache: Remove global system getters 7 years ago
ReinUsesLisp 02ab844934 gl_device: Query SSBO alignment 7 years ago