Re: [PATCH 5/8] glamor: Promote the screen pixmap to a texture when it starts as MEMORY.

2014-02-06 Thread Keith Packard
Eric Anholt writes: > If you're building a new X Server and trying to light up glamor, one > of the first things you want to do is get it rendering the screen to a > texture so you can later draw that to some real output (or possibly > not draw it at all, if it's Xvfb-like). Don't just leave it

[PATCH 5/8] glamor: Promote the screen pixmap to a texture when it starts as MEMORY.

2014-02-03 Thread Eric Anholt
If you're building a new X Server and trying to light up glamor, one of the first things you want to do is get it rendering the screen to a texture so you can later draw that to some real output (or possibly not draw it at all, if it's Xvfb-like). Don't just leave it in a segfaulting MEMORY state.