RE: [PATCH v1 7/7] ui/spice: Create another texture with linear layout when gl=on is enabled

2024-01-25 Thread Kasireddy, Vivek
Hi Marc-Andre, > > Hi > > On Sat, Jan 20, 2024 at 4:54 AM Vivek Kasireddy > wrote: > > > > Since most encoders (invoked by Spice) may not work with tiled memory > > associated with a texture, we need to create another texture that has > > linear memory layout and use that instead. > > > > Note

Re: [PATCH v1 7/7] ui/spice: Create another texture with linear layout when gl=on is enabled

2024-01-22 Thread Marc-André Lureau
Hi On Sat, Jan 20, 2024 at 4:54 AM Vivek Kasireddy wrote: > > Since most encoders (invoked by Spice) may not work with tiled memory > associated with a texture, we need to create another texture that has > linear memory layout and use that instead. > > Note that, there does not seem to be a

[PATCH v1 7/7] ui/spice: Create another texture with linear layout when gl=on is enabled

2024-01-19 Thread Vivek Kasireddy
Since most encoders (invoked by Spice) may not work with tiled memory associated with a texture, we need to create another texture that has linear memory layout and use that instead. Note that, there does not seem to be a direct way to indicate to the GL implementation that a texture's backing