Quick question about the GTK graphics stack

2018-08-20 Thread Alexander Medvednikov via gtk-list
Hello, I have a quick question about the basics of the GTK graphics stack. Just want to understand how my system is rendered. So let's say I do a fresh installation of the latest version of Ubuntu MATE. It uses MATE, which is based on GNOME, which is written with GTK. GTK draws things with Cair

Re: Quick question about the GTK graphics stack

2018-08-20 Thread Emmanuele Bassi via gtk-list
On Mon, 20 Aug 2018 at 22:11, Alexander Medvednikov via gtk-list < gtk-list@gnome.org> wrote: > GTK draws things with Cairo, and if the graphics driver is installed, > Cairo uses the OpenGL backend. Otherwise it uses software rendering via > xlib. > > Is this correct? > No. GTK does not use the