Commit History

Author SHA1 Message Date
  Matej Jan 0f339bb2ab Fix for data texture mip maps uploading to zero level. (#23492) 3 years ago
  Mr.doob 416a8e0c31 WebGLTextures: Clean up. 3 years ago
  Michael Herzog 48b05d3500 Remove WebGLMultisampleRenderTarget. (#23455) 3 years ago
  Michael Herzog a0b7f9394b WebGLTextures: Fix empty image check. (#23421) 3 years ago
  Michael Herzog 68dcb92726 Texture: Added Source class. (#22846) 3 years ago
  Michael Herzog 61393d8d6c More clean up. (#23410) 3 years ago
  Michael Herzog 144c217b26 More clean up. (#23380) 3 years ago
  Michael Herzog fadb6ab1cf Global: Fix some DeepScan issues. (#23351) 3 years ago
  Michael Herzog a1c11904bb Texture: Remove UnsignedShort565Type. (#23323) 3 years ago
  Toru Higuruma 9dece8ad0a WebGLTextures: Support RG in getInternalFormat (#23274) 3 years ago
  Michael Herzog e389623d48 WebGLTextures: Fix video texture check. (#23271) 3 years ago
  Michael Herzog fcf7d02013 Texture: Remove RGBFormat. (#23228) 3 years ago
  Michael Herzog 05fc79cd52 WebGLRenderer: Remove inline sRGB decode. (#23129) 3 years ago
  Michael Herzog 2e47927b07 WebGLRenderer: Auto-detect sRGB compressed texture formats. (#23124) 3 years ago
  Emmett Lalish d80a715d01 Fix RoughnessMipmapper (#22985) 3 years ago
  Michael Herzog 25c7f7a1c9 WebGLRenderer: Enable usage of `SRGB8_ALPHA8` again. (#22952) 3 years ago
  Michael Herzog ae50d5b08c WebGLTextures: Use gl.texStorage2D() in uploadCubeTexture(). (#22951) 3 years ago
  Michael Herzog f3149bad34 WebGLTextures: Use gl.texStorage2D() for data textures. (#22947) 3 years ago
  Michael Herzog ee14bef1fa WebGLTextures: Use gl.texStorage2D() with compressed textures. (#22928) 3 years ago
  Michael Herzog c748762b7e Introduce FramebufferTexture. (#22916) 3 years ago
  Michael Herzog b06fc0d171 WebGLTextures: Use gl.texStorage2D() with depth textures. (#22903) 3 years ago
  Mr.doob 0d9851efc7 Merge pull request #22558 from cabanier/dev 3 years ago
  Michael Herzog 3c2e417f70 Update WebGLTextures.js 3 years ago
  Rik Cabanier 2b0485e5e1 Merge pull request #4 from mrdoob/dev 3 years ago
  Michael Herzog deb5a9e7dc WebGLTexture: Basic support for gl.texStorage2D(). (#22790) 3 years ago
  Michael Herzog 9030827fc7 WebGLRenderer: Disable usage of SRGB8_ALPHA8. (#22759) 3 years ago
  Michael Herzog 3914e3ba12 WebGLRenderer: Remove __maxMipLevel. (#22788) 3 years ago
  Rik Cabanier e7b823b245 Updated to the new extension name 3 years ago
  Rik Cabanier 0c7000ef32 Address MrDoob's review comments 3 years ago
  Rik Cabanier d86e2af4bc Addressed review comments 3 years ago