Mugen87
|
ec0bd8ad6d
VideoTexture: Refactor update
|
7 years ago |
Mr.doob
|
c67fbdcc64
Merge pull request #12077 from Avocher/dev
|
8 years ago |
Mr.doob
|
a264642204
Math: Renamed nearestPowerOfTwo() to floorPowerOfTwo() and nextPowerOfTwo() to ceilPowerOfTwo(). See 31e8e610b6ad86aca97c24c71fd4ebc6b5bfa259
|
8 years ago |
Mugen87
|
24fa9ed06f
Some more clean up of linter warnings
|
8 years ago |
Mugen87
|
493b6e1a5e
Clean up linter warnings
|
8 years ago |
bentok
|
680f499d6b
Add file extension to import paths
|
8 years ago |
Avocher
|
2c6fb10fd7
Fixed bug where ImageBitmaps did not get upscaled.
|
8 years ago |
Jaume Sanchez
|
7f54f0d149
WebGLUtils uses provided WebGL context and extensions
|
8 years ago |
Mugen87
|
3e0a1816b2
More clean up
|
8 years ago |
Mugen87
|
45788c33f4
Clean up
|
8 years ago |
Mr.doob
|
696008b26b
Clean up.
|
8 years ago |
Mr.doob
|
fd13fb4d32
WebGLTextures: Clarified textureNeedsGenerateMipmaps()
|
8 years ago |
06wj
|
1c1d8fd039
texture generateMipmaps should check filter
|
8 years ago |
Mr.doob
|
118e1c47c3
Clean up.
|
8 years ago |
Mr.doob
|
380de1a888
WebGLObjects and WebGLGeometries attributes code moved to WebGLAttributes.
|
8 years ago |
Mr.doob
|
6acfc12d61
Clean up.
|
8 years ago |
Mr.doob
|
b8d16daed2
Merge pull request #10114 from TristanVALCKE/src_warning_fix
|
8 years ago |
Takahiro
|
62923d60fd
Add type check to DepthTexture (#9774)
|
8 years ago |
aardgoose
|
ed7a1a6441
renderer/webgl - removal of redundant () and simplify expressions. (#10038)
|
8 years ago |
Tristan Valcke
|
bb01ca7eb6
Simplify if statement in WebGLTextures
|
8 years ago |
Mr.doob
|
eaaf205edd
DataTexture: Set unpackAlignment to 1 by default. See #9566.
|
9 years ago |
Mr.doob
|
888b6be98b
WebGLTextures: Added DataTexture unpackAlignment check. See #9566.
|
9 years ago |
Mr.doob
|
b3acca6b10
Clean up.
|
9 years ago |
Mr.doob
|
9147f32ca2
Clean up.
|
9 years ago |
Mr.doob
|
9c8d18d3dc
WebGLTextures: Modularised Depth*Format.
|
9 years ago |
Arthur Silber
|
7250c5c99f
Adds support for combined Depth+Stencil Texture (#9368)
|
9 years ago |
Rich Harris
|
4f98d35ed7
Remove unused `is*` properties (#9381)
|
9 years ago |
Mr.doob
|
bdea7d00ce
Fixed function formatting
|
9 years ago |
Rich Harris
|
f65e669af9
Modules (#9310)
|
9 years ago |
Eli Grey
|
bc873ad2f7
Fixed for non-HTML documents (#9041)
|
9 years ago |