13059 Commits (09d2ffa66300d4774436fd8b91c63ea0d7fc2607)

Author SHA1 Message Date
ReinUsesLisp 1b2de9b6b6 gl_shader_decompiler: Add safe fallbacks when ARB_shader_ballot is not available 6 years ago
ReinUsesLisp bb94bcc991 shader_ir/warp: Implement FSWZADD 6 years ago
ReinUsesLisp 5fc04875a1 gl_shader_decompiler: Reimplement shuffles with platform agnostic intrinsics 6 years ago
Fernando Sahmkow a4d70a6eac GLSLDecompiler: Correct Texture Gather Offset. 6 years ago
Morph 091e3df7c7 buffer_cache: Add missing includes (#3079) 6 years ago
ReinUsesLisp 07fa50c92a gl_rasterizer: Remove front facing hack 6 years ago
ReinUsesLisp 56604999fe gl_shader_decompiler: Fix typo "y_negate"->"y_direction" 6 years ago
ReinUsesLisp 02493e1b4d gl_shader_manager: Remove unused variable in SetFromRegs 6 years ago
ReinUsesLisp bc60f6daba yuzu_cmd: Use string_view instead of string for extensions 6 years ago
ReinUsesLisp 1bb64655cb gl_rasterizer: Emulate viewport flipping with ARB_clip_control 6 years ago
Rodrigo Locatti 9666ff259d shader/control_flow: Specify constness on caller lambdas 6 years ago
ReinUsesLisp 014d4a6629 shader/control_flow: Use callable template instead of std::function 6 years ago
ReinUsesLisp 237a1e0ba4 shader/control_flow: Abstract repeated code chunks in BRX tracking 6 years ago
ReinUsesLisp b32131ad99 shader/control_flow: Silence Intellisense cast warnings 6 years ago
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
Fernando Sahmkow 28b227fe12 nifm: Only return that there's an internet connection when there's a BCATServer 6 years ago
Zach Hilman fa69a9922e ci: Populate build repository from Azure environment 6 years ago
bunnei fe02b9f968 common_func: Use std::array for INSERT_PADDING_* macros. 6 years ago
bunnei da2cf661f1 Revert "common_func: Use std::array for INSERT_PADDING_* macros." 6 years ago
bunnei 388a651346 common_func: Use std::array for INSERT_PADDING_* macros. 6 years ago
bunnei cff4a946ab kernel: readable_event: Signal only once. 6 years ago
bunnei eeef564c02 kernel: events: Remove ResetType::Automatic. 6 years ago
bunnei 02a4c4c481 kernel: readable_event: Initialize members. 6 years ago
Tobias 9b5cffaa36 common/bit_field: Remove FORCE_INLINE calls 6 years ago
FearlessTobi f60d43ef45 core/am: Stub InitializeApplicationCopyrightFrameBuffer, SetApplicationCopyrightImage and SetApplicationCopyrightVisibility 6 years ago
FearlessTobi 1e76625657 citra_qt: add amiibo drag and drop support 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
Lioncash 33df906815 scheduler: Mark parameter of AskForReselectionOrMarkRedundant() as const 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
Lioncash 0ae1dedad7 scheduler: Silence sign conversion warnings 6 years ago
Lioncash 3dbc651296 scheduler: Initialize class members directly where applicable 6 years ago
Lioncash 34e9a6ea64 scheduler: Amend documentation comments 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