gecko-dev/gfx/layers/opengl
Razvan Cojocaru 1629218702 Bug 1060421 - Change the type of [Int]PointTyped::[x|y] back to [Int]CoordTyped. r=botond
[Int]CoordTyped no longer inherits Units because otherwise
instances of [Int]IntPointTyped may get one Base subobject because
it inherits Units, and others because of BasePoint's Coord members,
which end up increasing the [Int]CoordTyped's objects size (since
according to the ISO C++ standard, different Base subobject are
required to have different addresses).

Differential Revision: https://phabricator.services.mozilla.com/D160713
2022-11-04 18:29:35 +00:00
..
CompositingRenderTargetOGL.cpp
CompositingRenderTargetOGL.h
CompositorOGL.cpp Bug 1060421 - Change the type of [Int]PointTyped::[x|y] back to [Int]CoordTyped. r=botond 2022-11-04 18:29:35 +00:00
CompositorOGL.h
DMABUFTextureClientOGL.cpp
DMABUFTextureClientOGL.h
DMABUFTextureHostOGL.cpp
DMABUFTextureHostOGL.h
EGLImageHelpers.cpp
EGLImageHelpers.h
MacIOSurfaceTextureClientOGL.cpp
MacIOSurfaceTextureClientOGL.h
MacIOSurfaceTextureHostOGL.cpp Bug 1781122 Part 2: Make TextureHost aware of DRM Images, and set this on macOS. r=gfx-reviewers,sotaro 2022-09-07 18:51:12 +00:00
MacIOSurfaceTextureHostOGL.h
OGLShaderConfig.h
OGLShaderProgram.cpp
OGLShaderProgram.h
TextureClientOGL.cpp Bug 1784109 - Override SurfaceTexture transform for videos on Mediatek 6735. r=gfx-reviewers,media-playback-reviewers,lsalzman,alwu 2022-09-09 14:43:21 +00:00
TextureClientOGL.h Bug 1784109 - Override SurfaceTexture transform for videos on Mediatek 6735. r=gfx-reviewers,media-playback-reviewers,lsalzman,alwu 2022-09-09 14:43:21 +00:00
TextureHostOGL.cpp Bug 1795004 - Remove SurfaceTextureHost::NotifyNotUsed() r=gfx-reviewers,lsalzman 2022-10-13 12:47:16 +00:00
TextureHostOGL.h Bug 1795004 - Remove SurfaceTextureHost::NotifyNotUsed() r=gfx-reviewers,lsalzman 2022-10-13 12:47:16 +00:00