Historique des commits

Auteur SHA1 Message Date
  gdkchan 96cf242bcf Handle mismatching texture size with copy dependencies (#4364) il y a 3 ans
  riperiperi 4965681e06 GPU: Swap bindings array instead of copying (#4003) il y a 3 ans
  gdkchan 3c3bcd82fe Add a sampler pool cache and improve texture pool cache (#3487) il y a 3 ans
  riperiperi 99ffc061d3 Optimize Texture Binding and Shader Specialization Checks (#3399) il y a 3 ans
  gdkchan b944941733 Fix bug that could cause depth buffer to be missing after clear (#3067) il y a 4 ans
  gdkchan 6e0799580f Fix render target clear when sizes mismatch (#2994) il y a 4 ans
  gdkchan 611bec6e44 Implement DrawTexture functionality (#2747) il y a 4 ans
  gdkchan 83bdafccda Share scales array for graphics and compute (#2653) il y a 4 ans
  riperiperi b0af010247 Set texture/image bindings in place rather than allocating and passing an array (#2647) il y a 4 ans
  riperiperi 0a80a837cb Use "Undesired" scale mode for certain textures rather than blacklisting (#2537) il y a 4 ans
  gdkchan 40b21cc3c4 Separate GPU engines (part 2/2) (#2440) il y a 4 ans
  gdkchan 8b44eb1c98 Separate GPU engines and make state follow official docs (part 1/2) (#2422) il y a 4 ans
  riperiperi 94cc365b63 Honour copy dependencies when switching render target (#2433) il y a 4 ans
  gdkchan a10b2c5ff2 Initial support for GPU channels (#2372) il y a 4 ans
  Mary afd68d4c6c GAL: Fix sampler leaks on exit (#2353) il y a 4 ans
  gdkchan e9c15d32cb Use a different method for out of bounds blit (#2302) il y a 5 ans
  riperiperi 0129250c2e Pass CbufSlot when getting info from the texture descriptor (#2291) il y a 5 ans
  gdkchan f665e1b409 Hold reference for render targets in use (#2156) il y a 5 ans
  riperiperi 9b7335a63b Improve linear texture compatibility rules (#2099) 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 f565b0e5a6 Match texture if the physical range is the same (#1934) il y a 5 ans
  gdkchan c4f56c5704 Support for resources on non-contiguous GPU memory regions (#1905) il y a 5 ans
  gdkchan 3bad321d2b Fix mipmap base level being ignored for sampled textures and images (#1911) il y a 5 ans
  sharmander 06aa8a7578 GPU - Improve Memory Allocation (#1722) il y a 5 ans
  riperiperi 0108004691 Prefer truly perfect texture matches over fomat aliased ones (#1754) il y a 5 ans
  riperiperi 88633f4bc2 Blacklist very textures with a very small width or height from scaling (#1753) il y a 5 ans
  riperiperi 9493cdfe55 Allow copy destination to have a different scale from source (#1711) il y a 5 ans
  riperiperi 02872833b6 Size hints for copy regions and viewport dimensions to avoid data loss (#1686) il y a 5 ans
  gdkchan a89b81a812 Separate zeta from color formats (#1647) il y a 5 ans