| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | vk_device: remove left over from other branch | 2020-02-21 | 1 | -1/+0 | ||
| | * | | | | | clang-format | 2020-02-20 | 1 | -1/+1 | ||
| | * | | | | | shader_decompiler: only add StorageImageReadWithoutFormat when available | 2020-02-20 | 1 | -1/+4 | ||
| | * | | | | | shader_decompiler: add check in case of device not support ShaderStorageImage... | 2020-02-19 | 1 | -0/+4 | ||
| | * | | | | | vk_device: setup shaderStorageImageReadWithoutFormat | 2020-02-19 | 1 | -0/+5 | ||
| | * | | | | | vk_device: add check for shaderStorageImageReadWithoutFormat | 2020-02-19 | 1 | -0/+7 | ||
| | * | | | | | vk_shader: add Capability StorageImageReadWithoutFormat | 2020-02-19 | 1 | -0/+1 | ||
| | * | | | | | vk_shader: Implement function ImageLoad (Used by Kirby Start Allies) | 2020-02-19 | 1 | -2/+6 | ||
| | |/ / / / | ||||||
| * | | | | | Merge pull request #3435 from namkazt/patch-3 | 2020-02-21 | 2 | -1/+4 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | add vertex UnsignedInt size RGBA | 2020-02-18 | 1 | -0/+2 | ||
| | * | | | | | add eBc2SrgbBlock to formats | 2020-02-18 | 1 | -0/+1 | ||
| | * | | | | | vulkan: add DXT23_SRGB | 2020-02-18 | 1 | -1/+1 | ||
| | |/ / / / | ||||||
| * | | | | | Merge pull request #3423 from ReinUsesLisp/no-match-3d | 2020-02-21 | 1 | -8/+11 | ||
| |\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| | * | | | | texture_cache: Avoid matches in 3D textures | 2020-02-16 | 1 | -8/+11 | ||
| | | |_|/ | |/| | | ||||||
| * | | | | Merge pull request #3438 from bunnei/gpu-mem-manager-fix | 2020-02-20 | 1 | -1/+10 | ||
| |\ \ \ \ | ||||||
| | * | | | | video_core: memory_manager: Flush/invalidate asynchronously on Unmap. | 2020-02-19 | 1 | -1/+10 | ||
| * | | | | | Merge pull request #3432 from brianclinkenbeard/update-httplib | 2020-02-19 | 2 | -7/+7 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | httplib compatibility | 2020-02-18 | 2 | -7/+7 | ||
| | | |_|/ / | |/| | | | ||||||
| * | | | | | Merge pull request #3415 from ReinUsesLisp/texture-code | 2020-02-19 | 1 | -43/+28 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | shader/texture: Allow 2D shadow arrays and simplify code | 2020-02-15 | 1 | -43/+28 | ||
| | | |_|/ / | |/| | | | ||||||
| * | | | | | Merge pull request #3414 from ReinUsesLisp/maxwell-3d-draw | 2020-02-19 | 6 | -36/+6 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | maxwell_3d: Unify draw methods | 2020-02-14 | 6 | -36/+6 | ||
| | |/ / / / | ||||||
| * | | | | | Merge pull request #3411 from ReinUsesLisp/specific-funcs | 2020-02-19 | 1 | -8/+28 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | gl_rasterizer: Use the least generic OpenGL draw function possible | 2020-02-13 | 1 | -8/+28 | ||
| * | | | | | | shader_conversion: I2F : add Assert for case src_size is Short | 2020-02-19 | 1 | -0/+3 | ||
| * | | | | | | fix warning | 2020-02-19 | 1 | -1/+1 | ||
| * | | | | | | clang-format fix | 2020-02-19 | 1 | -1/+1 | ||
| * | | | | | | shader_conversion: add conversion I2F for Short | 2020-02-19 | 1 | -9/+6 | ||
| | |_|_|/ / |/| | | | | ||||||
| * | | | | | Merge pull request #3410 from ReinUsesLisp/vk-draw-index | 2020-02-18 | 1 | -4/+13 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | vk_shader_decompiler: Fix vertex id and instance id | 2020-02-13 | 1 | -4/+13 | ||
| | |/ / / / | ||||||
| * | | | | | Merge pull request #3409 from ReinUsesLisp/host-queries | 2020-02-18 | 18 | -51/+1043 | ||
| |\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| | * | | | | query_cache: Address feedback | 2020-02-14 | 2 | -16/+18 | ||
| | * | | | | query_cache: Fix ambiguity in CacheAddr getter | 2020-02-14 | 1 | -4/+5 | ||
| | * | | | | query_cache: Add a recursive mutex for concurrent usage | 2020-02-14 | 1 | -0/+6 | ||
| | * | | | | vk_query_cache: Implement generic query cache on Vulkan | 2020-02-14 | 11 | -20/+327 | ||
| | * | | | | query_cache: Abstract OpenGL implementation | 2020-02-14 | 4 | -339/+394 | ||
| | * | | | | gl_query_cache: Optimize query cache | 2020-02-14 | 6 | -79/+217 | ||
| | * | | | | gl_query_cache: Implement host queries using a deferred cache | 2020-02-14 | 7 | -86/+328 | ||
| | * | | | | gl_rasterizer: Sort method declarations | 2020-02-14 | 1 | -16/+15 | ||
| | * | | | | gl_rasterizer: Add queued commands counter | 2020-02-14 | 2 | -0/+16 | ||
| | * | | | | maxwell_3d: Slow implementation of passed samples (query 21) | 2020-02-14 | 8 | -17/+201 | ||
| | * | | | | gl_resource_manager: Add managed query class | 2020-02-13 | 2 | -0/+42 | ||
| * | | | | | Merge pull request #3412 from Morph1984/aspect-ratio | 2020-02-17 | 10 | -3/+85 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | Add 4:3 aspect ratio and address feedback | 2020-02-14 | 5 | -12/+20 | ||
| | * | | | | | Address feedback | 2020-02-14 | 2 | -18/+26 | ||
| | * | | | | | Use enumeration instead of magic numbers | 2020-02-13 | 2 | -5/+11 | ||
| | * | | | | | Add following aspect ratios: 16:9, 21:9, Stretch to Window | 2020-02-13 | 9 | -2/+62 | ||
| | | |/ / / | |/| | | | ||||||
| * | | | | | Merge pull request #3420 from namkazt/master2 | 2020-02-17 | 2 | -0/+20 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | nvhost_gpu: implement ChannelSetTimeslice | 2020-02-16 | 2 | -0/+20 | ||
| * | | | | | | IUserLocalCommunicationService: add function Initialize2 | 2020-02-16 | 1 | -1/+9 | ||