Historique des commits

Auteur SHA1 Message Date
  riperiperi 99ffc061d3 Optimize Texture Binding and Shader Specialization Checks (#3399) il y a 3 ans
  gdkchan a3e7bb8eb4 Copy dependency for multisample and non-multisample textures (#3382) il y a 3 ans
  gdkchan 3139a85a2b Allow copy texture views to have mismatching multisample state (#3152) il y a 4 ans
  gdkchan 42c75dbb8f Add support for BC1/2/3 decompression (for 3D textures) (#2987) il y a 4 ans
  gdkchan 6e0799580f Fix render target clear when sizes mismatch (#2994) il y a 4 ans
  riperiperi ef24c8983d Fix adjacent 3d texture slices being detected as Incompatible Overlaps (#2993) il y a 4 ans
  riperiperi cda659955c Texture Sync, incompatible overlap handling, data flush improvements. (#2971) il y a 4 ans
  gdkchan c05c8e09d4 Add support for the R4G4 texture format (#2956) il y a 4 ans
  gdkchan a87f7f2029 Fix DMA copy fast path line size when xCount < stride (#2942) il y a 4 ans
  riperiperi bc4e70b6fa Move texture anisotropy check to SetInfo (#2843) il y a 4 ans
  gdkchan ac4ec1a015 Account for negative strides on DMA copy (#2623) il y a 4 ans
  riperiperi b0e410a828 Lift textures in the AutoDeleteCache for all modifications. (#2615) il y a 4 ans
  riperiperi 15e7fe3ac9 Avoid deleting textures when their data does not overlap. (#2601) il y a 4 ans
  riperiperi bdc1f91a5b Remove pool cache entries for incompatible overlapping textures (#2568) il y a 4 ans
  riperiperi 0a80a837cb Use "Undesired" scale mode for certain textures rather than blacklisting (#2537) il y a 4 ans
  riperiperi 4b60371e64 Return mapped buffer pointer directly for flush, WriteableRegion for textures (#2494) il y a 4 ans
  riperiperi ca5ac37cd6 Flush buffers and texture data through a persistent mapped buffer. (#2481) il y a 4 ans
  gdkchan fbb4019ed5 Initial support for separate GPU address spaces (#2394) il y a 4 ans
  gdkchan a10b2c5ff2 Initial support for GPU channels (#2372) il y a 4 ans
  riperiperi 79092310fa Compare aligned size for largest mip level when considering sampler resize (#2306) il y a 5 ans
  riperiperi 212e472c9f Use copy dependencies for the Intel/AMD view format workaround (#2144) il y a 5 ans
  gdkchan f665e1b409 Hold reference for render targets in use (#2156) il y a 5 ans
  riperiperi 8d36681bf1 Improve handling for unmapped GPU resources (#2083) il y a 5 ans
  riperiperi b530f0e110 Texture Cache: "Texture Groups" and "Texture Dependencies" (#2001) il y a 5 ans
  gdkchan 67033ed8e0 Do not flush multisample textures (#1973) il y a 5 ans
  gdkchan b8353f5639 Enable parallel ASTC decoding by default (#1930) il y a 5 ans
  gdkchan c4f56c5704 Support for resources on non-contiguous GPU memory regions (#1905) il y a 5 ans
  riperiperi 24d316cc92 Extract texture Target from Info for quick access (#1774) il y a 5 ans
  riperiperi 0108004691 Prefer truly perfect texture matches over fomat aliased ones (#1754) il y a 5 ans
  riperiperi 9493cdfe55 Allow copy destination to have a different scale from source (#1711) il y a 5 ans