Age | Commit message (Expand) | Author |
2023-02-16 | Clear CPU side data on GPU buffer clears (#4125)1.1.624 | gdkchan |
2023-02-12 | Fix partial updates for textures. (#4401)1.1.617 | riperiperi |
2023-02-08 | Limit texture cache based on total texture size (#4350)1.1.606 | gdkchan |
2023-01-17 | Implement support for page sizes > 4KB (#4252)1.1.568 | gdkchan |
2023-01-14 | Fix texture flush from CPU WaitSync regression on OpenGL (#4289)1.1.555 | gdkchan |
2023-01-13 | Fix texture modified on CPU from GPU thread after being modified on GPU not b...1.1.553 | gdkchan |
2023-01-11 | Remove textures from cache on unmap if not mapped and modified (#4211)1.1.538 | gdkchan |
2022-12-05 | Make structs readonly when applicable (#4002)1.1.426 | Andrey Sukharev |
2022-10-08 | GPU: Pass SpanOrArray for Texture SetData to avoid copy (#3745)1.1.297 | riperiperi |
2022-04-29 | Fix various issues with texture sync (#3302)1.1.107 | riperiperi |
2022-02-22 | Allow textures to have their data partially mapped (#2629)1.1.52 | gdkchan |
2022-01-09 | Texture Sync, incompatible overlap handling, data flush improvements. (#2971) | riperiperi |
2021-09-29 | Force copy when auto-deleting a texture with dependencies (#2687) | riperiperi |
2021-08-20 | Remove pool cache entries for incompatible overlapping textures (#2568) | riperiperi |
2021-08-20 | Fix GetHandleInformation for mipmapped 3d textures (#2569) | riperiperi |
2021-06-29 | Initial support for separate GPU address spaces (#2394) | gdkchan |
2021-05-24 | POWER - Performance Optimizations With Extensive Ramifications (#2286) | riperiperi |
2021-03-19 | Improve linear texture compatibility rules (#2099) | riperiperi |
2021-03-06 | Improve handling for unmapped GPU resources (#2083) | riperiperi |
2021-03-02 | Texture Cache: "Texture Groups" and "Texture Dependencies" (#2001) | riperiperi |