[Mesa-dev] [PATCH] i965/aub: Dump a final bitmap from DestroyContext.

2012-03-30 Thread Kenneth Graunke
Certain applications don't call SwapBuffers before exiting. Yet, we'd really like to see a bitmap containing the final rendered image even if they choose never to present it. In particular, Piglit tests (at least with -auto -fbo) fall into this category. Many of them failed to dump any images

Re: [Mesa-dev] [PATCH] i965/aub: Dump a final bitmap from DestroyContext.

2012-03-30 Thread Jose Fonseca
- Original Message - Certain applications don't call SwapBuffers before exiting. Yet, we'd really like to see a bitmap containing the final rendered image even if they choose never to present it. In particular, Piglit tests (at least with -auto -fbo) fall into this category.

Re: [Mesa-dev] [PATCH] i965/aub: Dump a final bitmap from DestroyContext.

2012-03-30 Thread Eric Anholt
On Fri, 30 Mar 2012 01:31:12 -0700, Kenneth Graunke kenn...@whitecape.org wrote: Certain applications don't call SwapBuffers before exiting. Yet, we'd really like to see a bitmap containing the final rendered image even if they choose never to present it. In particular, Piglit tests (at

Re: [Mesa-dev] [PATCH] i965/aub: Dump a final bitmap from DestroyContext.

2012-03-30 Thread Ian Romanick
On 03/30/2012 03:12 AM, Jose Fonseca wrote: - Original Message - Certain applications don't call SwapBuffers before exiting. Yet, we'd really like to see a bitmap containing the final rendered image even if they choose never to present it. In particular, Piglit tests (at least with

Re: [Mesa-dev] [PATCH] i965/aub: Dump a final bitmap from DestroyContext.

2012-03-30 Thread Jose Fonseca
- Original Message - On 03/30/2012 03:12 AM, Jose Fonseca wrote: - Original Message - Certain applications don't call SwapBuffers before exiting. Yet, we'd really like to see a bitmap containing the final rendered image even if they choose never to present it.

Re: [Mesa-dev] [PATCH] i965/aub: Dump a final bitmap from DestroyContext.

2012-03-30 Thread Kenneth Graunke
On 03/30/2012 09:48 AM, Ian Romanick wrote: On 03/30/2012 03:12 AM, Jose Fonseca wrote: - Original Message - Certain applications don't call SwapBuffers before exiting. Yet, we'd really like to see a bitmap containing the final rendered image even if they choose never to present it.