[webkit-changes] [WebKit/WebKit] c869e4: Get GL headers from TextureMapper in WCScene
Don Olmstead
noreply at github.com
Thu Sep 15 14:49:11 PDT 2022
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: c869e4e0c63f154ee545973b328b327d5cfb1f4b
https://github.com/WebKit/WebKit/commit/c869e4e0c63f154ee545973b328b327d5cfb1f4b
Author: Don Olmstead <don.olmstead at sony.com>
Date: 2022-09-15 (Thu, 15 Sep 2022)
Changed paths:
M Source/WebKit/GPUProcess/graphics/wc/WCScene.cpp
Log Message:
-----------
Get GL headers from TextureMapper in WCScene
https://bugs.webkit.org/show_bug.cgi?id=245226
Reviewed by Fujii Hironori.
Use `TextureMapperGLHeaders.h` to get the GL definitions. The
definitions in `ANGLEHeaders.h` are all `GL_foo` so they aren't used
in this file. Including `GraphicsContextGLOpenGL.h` will get GL headers
but its dependent on `ENABLE(WEBGL)`.
Remove use of `GL_BGRA_EXT` since its defined in the file.
* Source/WebKit/GPUProcess/graphics/wc/WCScene.cpp:
Canonical link: https://commits.webkit.org/254531@main
More information about the webkit-changes
mailing list