Mugen87
|
865dbd0143
WebGLTexture: Fix disposal of multisampled RT.
|
5 years ago |
Mugen87
|
419b897303
WebGLTextures: Fixed DepthStencilFormat with WebGL2.
|
5 years ago |
Mr.doob
|
2ac7643940
Merge pull request #18904 from Mugen87/dev46
|
5 years ago |
Mugen87
|
2b848b2ec1
WebGLTextures: Remove UnsignedShortType check.
|
5 years ago |
Mugen87
|
67b4e17804
WebGLTextures: Fix typo.
|
5 years ago |
Kristian Vedvik Holm
|
e7f316c7a7
Add reference to issue
|
5 years ago |
Kristian Vedvik Holm
|
308aeed37d
WebGLTextures: Fix updateMultisampleRenderTarget FBO state
|
5 years ago |
Mugen87
|
6647a7c627
WebGLTextures: Fix DepthTexture with WebGLMultisampleRenderTarget.
|
5 years ago |
Guilherme Avila
|
5e890fb423
formatting
|
5 years ago |
Guilherme Avila
|
7a0674cd1a
remove old warning
|
5 years ago |
Guilherme Avila
|
98114a1510
WebGLTextures: WebGL2 framebuffer RGBformat fallback
|
5 years ago |
Mr.doob
|
72f0dceabf
WebGLRenderer: Removed multiview code.
|
5 years ago |
Mugen87
|
2715e1aac9
WebGLTextures: Add support for CubeTexture with compressed textures.
|
5 years ago |
WestLangley
|
9c567ea0d3
WebGLRenderTargetCube -> WebGLCubeRenderTarget
|
5 years ago |
Mugen87
|
e7ca3006b0
Math: Rename to MathUtils.
|
5 years ago |
Mr.doob
|
a8cc32b19b
WebGLTextures: Clean up.
|
5 years ago |
David Peicho
|
d97151ba0f
texture: add WebGL internal format support
|
6 years ago |
FunFetched
|
b22224851a
WebGLTextures: mipmapping now works with all texture types #18134
|
5 years ago |
Marcel Greter
|
cb20ec8d3a
Handle UA with partial OffscreenCanvas more gracefully
|
5 years ago |
Mr.doob
|
6d35d8b582
WebGLState: Removed getCompressedTextureFormats method.
|
5 years ago |
Mr.doob
|
c423884cf0
WebGLUtils: Moved wrapping and filter code to WebGLTextures.
|
5 years ago |
Mr.doob
|
9f4fb2bed0
WebGLTextures: Cache isWebGL2, maxTexture, maxCubemapSize, maxTextureSize and maxSamples.
|
5 years ago |
Mr.doob
|
9598265da9
WebGLMultiview: Refactored extension availability code.
|
6 years ago |
Mr.doob
|
c680e4c715
Merge pull request #16316 from fernandojsg/ovr_multiview2
|
6 years ago |
Mr.doob
|
5e6d7106d3
Merge pull request #16781 from vobu/bugfix/offscreencanvas-getcontext2d-uiwebview
|
6 years ago |
Fernando Serrano
|
0c2f53a94c
Use getDrawingBufferSize instead of canvas directly and minor functions renaming and restyling
|
6 years ago |
Fernando Serrano
|
04c11963ab
Properly dispose WebGLMultiviewRenderTarget textures and fbos
|
6 years ago |
Fernando Serrano
|
f5809c2fbf
Clean up WebGLMultiview allocations and simplify update matrices code
|
6 years ago |
Fernando Serrano
|
75e66cdfec
Add setNumViews() to WebGLMultiview
|
6 years ago |
Fernando Serrano
|
ea60c3b7c0
WebGLMultiviewRenderTarget added and refactored WebGLMultiview
|
6 years ago |