Implement support for KMS cursor plane capture (#1981)
This commit is contained in:
parent
791ed48a3f
commit
f88df0f596
6 changed files with 329 additions and 55 deletions
|
|
@ -858,7 +858,7 @@ namespace egl {
|
|||
if (serial != img.serial) {
|
||||
serial = img.serial;
|
||||
|
||||
gl::ctx.TexImage2D(GL_TEXTURE_2D, 0, GL_RGBA8, img.width, img.height, 0, GL_BGRA, GL_UNSIGNED_BYTE, img.data);
|
||||
gl::ctx.TexImage2D(GL_TEXTURE_2D, 0, GL_RGBA8, img.src_w, img.src_h, 0, GL_BGRA, GL_UNSIGNED_BYTE, img.data);
|
||||
}
|
||||
|
||||
gl::ctx.Enable(GL_BLEND);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue