| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | gl_state: Remove scissor test tracking | 2020-02-28 | 6 | -69/+12 | ||
| | * | | | | | | gl_state: Remove color mask tracking | 2020-02-28 | 4 | -40/+12 | ||
| | * | | | | | | gl_state: Remove clamp framebuffer color tracking | 2020-02-28 | 3 | -17/+6 | ||
| | * | | | | | | gl_state: Remove multisample tracking | 2020-02-28 | 3 | -16/+2 | ||
| | * | | | | | | gl_state: Remove framebuffer sRGB tracking | 2020-02-28 | 6 | -21/+25 | ||
| | * | | | | | | gl_state: Remove VAO cache and tracking | 2020-02-28 | 10 | -153/+53 | ||
| | * | | | | | | gl_state: Remove depth clamp tracking | 2020-02-28 | 4 | -25/+13 | ||
| | * | | | | | | gl_state: Remove depth tracking | 2020-02-28 | 4 | -34/+7 | ||
| | * | | | | | | gl_state: Remove primitive restart tracking | 2020-02-28 | 3 | -18/+2 | ||
| | * | | | | | | gl_state: Remove logic op tracker | 2020-02-28 | 4 | -24/+5 | ||
| | * | | | | | | gl_state: Remove blend color tracking | 2020-02-28 | 3 | -18/+1 | ||
| | * | | | | | | gl_state: Remove polygon offset tracking | 2020-02-28 | 4 | -39/+7 | ||
| | * | | | | | | gl_state: Remove alpha test tracking | 2020-02-28 | 4 | -21/+4 | ||
| | * | | | | | | gl_state: Remove cull mode tracking | 2020-02-28 | 4 | -19/+4 | ||
| | * | | | | | | gl_state: Remove front face tracking | 2020-02-28 | 4 | -6/+5 | ||
| | * | | | | | | gl_state: Remove point size tracking | 2020-02-28 | 3 | -22/+4 | ||
| | * | | | | | | gl_rasterizer: Add oglEnablei helper | 2020-02-28 | 1 | -0/+4 | ||
| | * | | | | | | gl_rasterizer: Add OpenGL enable/disable helper | 2020-02-28 | 1 | -0/+4 | ||
| | * | | | | | | gl_rasterizer: Remove dirty flags | 2020-02-28 | 18 | -457/+7 | ||
| | * | | | | | | common/math_util: Support float type rectangles | 2020-02-28 | 1 | -2/+14 | ||
| * | | | | | | | textures: Fix anisotropy hack | 2020-03-08 | 1 | -14/+16 | ||
| | |/ / / / / |/| | | | | | ||||||
| * | | | | | | Merge pull request #3452 from Morph1984/anisotropic-filtering | 2020-03-07 | 16 | -35/+245 | ||
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| | * | | | | | Create an "Advanced" tab in the graphics configuration tab and add anisotropi... | 2020-02-27 | 16 | -35/+245 | ||
| * | | | | | | Merge pull request #3481 from ReinUsesLisp/abgr5-storage | 2020-03-07 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | maxwell_to_vk: Remove Storage capability for A1B5G5R5U | 2020-03-06 | 1 | -1/+1 | ||
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #3463 from ReinUsesLisp/vk-toctou | 2020-03-05 | 1 | -9/+12 | ||
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | vk_swapchain: Silence TOCTOU race condition | 2020-02-26 | 1 | -9/+12 | ||
| * | | | | | | Merge pull request #3479 from jroweboy/dont-log-on-no-input | 2020-03-05 | 3 | -6/+14 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | input/udp - Add minor error handling to prevent bad input from crashing | 2020-03-03 | 1 | -4/+13 | ||
| | * | | | | | | Frontend/SDL - Provide proper default for UDP input | 2020-03-03 | 1 | -1/+1 | ||
| | * | | | | | | input/udp - Dont log on invalid packet received | 2020-03-03 | 1 | -1/+0 | ||
| * | | | | | | | Merge pull request #3451 from ReinUsesLisp/indexed-textures | 2020-03-05 | 8 | -74/+107 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | vk_shader_decompiler: Implement indexed textures | 2020-02-24 | 6 | -54/+99 | ||
| | * | | | | | | | shader: Simplify indexed sampler usages | 2020-02-24 | 2 | -20/+8 | ||
| | | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #3469 from namkazt/patch-1 | 2020-03-04 | 1 | -6/+14 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | nit: move comment to right place. | 2020-02-29 | 1 | -2/+2 | ||
| | * | | | | | | | shader_decode: Fix LD, LDG when track constant buffer | 2020-02-28 | 1 | -4/+12 | ||
| | | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #3478 from bunnei/a32 | 2020-03-04 | 26 | -235/+1068 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | core: hle: Implement separate A32/A64 SVC interfaces. | 2020-03-02 | 2 | -107/+380 | ||
| | * | | | | | | | core: Implement separate A32/A64 ARM interfaces. | 2020-03-02 | 21 | -122/+454 | ||
| | * | | | | | | | core: loader: Remove check for 32-bit. | 2020-03-02 | 1 | -6/+0 | ||
| | * | | | | | | | core: dynarmic: Add CP15 from Citra. | 2020-03-02 | 3 | -0/+234 | ||
| | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #3455 from ReinUsesLisp/attr-scaled | 2020-03-03 | 3 | -4/+40 | ||
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | video_core: Implement more scaler attribute formats | 2020-02-24 | 3 | -4/+40 | ||
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #3464 from FernandoS27/jit-fix | 2020-03-02 | 2 | -4/+19 | ||
| |\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | ||||||
| | * | | | | | ARM_Interface: Cache the JITs instead of deleting/recreating. | 2020-02-26 | 2 | -4/+19 | ||
| * | | | | | | Merge pull request #3448 from bunnei/fix-audio-interp-2 | 2020-02-28 | 2 | -23/+38 | ||
| |\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | ||||||
| | * | | | | | audio_core: interpolate: Improvements to fix audio crackling. | 2020-02-22 | 2 | -23/+38 | ||
| * | | | | | | renderer_opengl: Fix SRGB presentation frame tracking. | 2020-02-28 | 2 | -5/+2 | ||
| | |_|_|/ / |/| | | | | ||||||
| * | | | | | Merge pull request #3430 from bunnei/split-presenter | 2020-02-27 | 38 | -378/+787 | ||
| |\ \ \ \ \ | ||||||