Historique des commits

Auteur SHA1 Message Date
  Eugene Kozlov e5b53e2f2c Delete GPU objects when OpenGL context is about to be lost. il y a 5 ans
  urho3d-travis-ci 1151b8a2d6 Travis CI: bump copyright to 2020. il y a 6 ans
  urho3d-travis-ci a476f0c401 Travis CI: bump copyright to 2019. il y a 7 ans
  Eugene Kozlov 5d2109eb9d Non-functional code and comment cleanup. il y a 7 ans
  Rokas Kupstys 966590d8e7 Use FlagSet<> for storing masks. il y a 7 ans
  Yao Wei Tjong 姚伟忠 d43bf1b3d6 Clang-Tidy - hicpp-signed-bitwise. il y a 7 ans
  JSandusky c4a04456f4 On OpenGL set requested levels to 1 when texture usage is dynamic il y a 7 ans
  urho3d-travis-ci 70049ba582 Travis CI: bump copyright to 2018. il y a 8 ans
  Yao Wei Tjong 姚伟忠 ca97fd9b9b Clang-Tidy - modernize-use-auto. il y a 8 ans
  Eugene Kozlov 5a2bec95f1 Automatic upgrade: override, typedef to using, 0 to nullptr. il y a 8 ans
  urho3d-travis-ci ee054a1507 Travis CI: bump copyright to 2017. il y a 9 ans
  Lasse Öörni 3d2987c2ba Reset levelsDirty / resolveDirty when releasing a texture. Resolve multisampled texture in GetData() if necessary. Fix getting multisampled texture data on D3D9/11. il y a 9 ans
  Lasse Öörni 875ebcfef5 Disable rendertarget mipmaps on WebGL for now, as they appeared to not be working. il y a 9 ans
  Lasse Öörni 1bb6d3d1ac Support for mipmapped rendertargets & automatic mip regeneration after rendering. Renderer allocated screen buffers are not mipmapped, but a manually created rendertarget texture will be (like regular textures), unless disabled by calling SetNumLevels(1). il y a 9 ans
  Lasse Öörni 46b9a90fb1 Remove API-specific Texture subclass headers and code duplication for loading & SetSize(). il y a 9 ans
  Lasse Öörni 26342ce69e Remove code duplication from checking max. mip levels on OpenGL. il y a 9 ans
  Lasse Öörni 1ba87dae4c Get rid of API-specific GPUObject class header & implementation. il y a 9 ans
  Lasse Öörni 2b259e85e0 Change Texture::SetData() to take a raw pointer instead of shared to match rest of the API and simplify script bindings. il y a 9 ans
  Lasse Öörni 3cb270060f Fix compile for OpenGL ES 2.0. il y a 9 ans
  reattiva 88d403b9b8 Added Texture2DArray. il y a 9 ans