Commit History

Author SHA1 Message Date
  David Phillips 59a43f74f0 change pixel size of new texture to 4 bytes to match default unpack alignment value (#9107) 9 years ago
  Mr.doob 3a253f2d48 WebGLState: Clean up. 9 years ago
  Michael Herzog 1618964cb7 WebGLState: Enhance API for Masking (#8852) 9 years ago
  Ben Houston (Clara.io) a55ddea4d3 fix bug in premultipledAlpha = true with MultiplyBlending. (#8905) 9 years ago
  Mr.doob 2a5b0a7faf WebGLState: Set emptyTextures min/mag to Nearest. See ae81860411fb397e5905b8282eb497351a61121b. 9 years ago
  Mr.doob ae81860411 WebGLState: Re-implemented empty texture. Handling TEXTURE_2D and TEXTURE_CUBE_MAP this time. See #8121 #8578. Fixes #8666. 9 years ago
  Mr.doob 427dc339f9 WebGLState: currentTextureSlot to null. 9 years ago
  tschw b07f8b94d4 Shadowing / Culling 9 years ago
  Matt DesLauriers 2abf3765ec revert empty texture (#8578) 9 years ago
  Jaume Sanchez 29eb3bea37 Using context's max attributes number 9 years ago
  Mr.doob ffda0b91c2 Merge branch 'reset-texture-state' of https://github.com/jkieboom/three.js into dev 9 years ago
  Mr.doob 002ce03d7f Reverted to material.premultipliedAlpha approach. See #8276. 9 years ago
  Jesse van den Kieboom de61a95cef Reset texture state 9 years ago
  Ben Houston 0f1e9b4331 restore old fallthrough behavior for blending modes not recognized. 9 years ago
  Ben Houston 7814c1775f add the rest of the blending modes to premultipliedAlpha mode. 9 years ago
  Ben Houston 0bdcff2afc spelling: PremultipiedAlphaBlending -> PremultipliedAlphaBlending 9 years ago
  Ben Houston 64a1eb9406 swithch from materia.premultipledAlpha to material.blend = THREE.PremultipiedAlphaBlending. 9 years ago
  Mr.doob 076d5567dc WebGLState: Clean up. 9 years ago
  mattdesl 3a91c98c91 When no texture is set, default to a dummy 1x1 black RGB texture to ensure no warnings are thrown in WebGL2 9 years ago
  Mugen87 dd65638c54 WebGLState: Added clear methods for depth/stencil 9 years ago
  Mr.doob e14bfa295a Merge pull request #7911 from chpatrick/dev 9 years ago
  Mr.doob bee4e676cd Merge pull request #7866 from Mugen87/revert-7836-dev 9 years ago
  Mr.doob 6e79e63569 WebGLState: Added clearColor() 9 years ago
  Patrick Chilton 0dd332ed4b Add ETC1 compressed texture support. 9 years ago
  Michael Herzog e41d398e47 Revert "add stencil properties to material" 9 years ago
  Mugen87 5059d33b6f add stencil properties to material 9 years ago
  Mr.doob 8eb5c8c238 WebGLState: Added some todos. 9 years ago
  Mr.doob 73fa7b9d2a Merge pull request #7816 from Mugen87/dev 9 years ago
  Mr.doob 7d9f979b2d Replaced Rectangle with Vector4. 9 years ago
  Mr.doob 4a149fbe35 WebGLState: Added .scissor() and .viewport(). 9 years ago