Re: [e-users] texture from pixmap

2021-09-17 Thread Carsten Haitzler
On Fri, 17 Sep 2021 09:29:36 -0300 Thiago Maciel said: > > > > they do things differently. e reduces the pixmap to be EXACTLY the client > > window area. this means that if the driver is optimized it can skip a copy > > from > > back to front buffer and convert it to a swap/exchange of buffers be

[e-users] imlib2-1.7.4

2021-09-17 Thread Kim Woelders
Primarily fixing loading of GIF, TIFF, and WEBP images if the file name does not have an extension matching the image type. Source packages: http://downloads.sourceforge.net/enlightenment/imlib2-1.7.4.tar.bz2 http://downloads.sourceforge.net/enlightenment/imlib2-1.7.4.tar.gz http://downloads.so

Re: [e-users] texture from pixmap

2021-09-17 Thread Thiago Maciel
> > they do things differently. e reduces the pixmap to be EXACTLY the client > window area. this means that if the driver is optimized it can skip a copy > from > back to front buffer and convert it to a swap/exchange of buffers because > pixmap == exactly the opengl backbuffer size. my guess is b