mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1023928 - [System][UX] The waiting icon now comes with a dirty dot. r=nical
This commit is contained in:
parent
8bb492f6e0
commit
f2aaf7b5d6
@ -259,6 +259,11 @@ GrallocTextureSourceOGL::SetCompositableBackendSpecificData(CompositableBackendS
|
|||||||
|
|
||||||
gl()->fActiveTexture(LOCAL_GL_TEXTURE0);
|
gl()->fActiveTexture(LOCAL_GL_TEXTURE0);
|
||||||
gl()->fBindTexture(textureTarget, tex);
|
gl()->fBindTexture(textureTarget, tex);
|
||||||
|
|
||||||
|
// Setup texure parameters at the first binding.
|
||||||
|
gl()->fTexParameteri(textureTarget, LOCAL_GL_TEXTURE_WRAP_T, GetWrapMode());
|
||||||
|
gl()->fTexParameteri(textureTarget, LOCAL_GL_TEXTURE_WRAP_S, GetWrapMode());
|
||||||
|
|
||||||
// create new EGLImage
|
// create new EGLImage
|
||||||
mEGLImage = EGLImageCreateFromNativeBuffer(gl(), mGraphicBuffer->getNativeBuffer());
|
mEGLImage = EGLImageCreateFromNativeBuffer(gl(), mGraphicBuffer->getNativeBuffer());
|
||||||
BindEGLImage();
|
BindEGLImage();
|
||||||
|
Loading…
Reference in New Issue
Block a user