Allow RBUG to start blocked
authorAlex Corscadden <alexc@alexc-dev1.vmware.com>
Tue, 10 Aug 2010 20:37:44 +0000 (13:37 -0700)
committerBrian Paul <brianp@vmware.com>
Fri, 23 Sep 2011 13:58:44 +0000 (07:58 -0600)
commit2883e3c0b5eafcc871775e0c3dbdf97ac6f35e15
tree1be451dcea545b1ea8ffa3d970b89dc82e77bd56
parentddfdea88d86bc9016dd51730b855ff6a9a53a4f3
Allow RBUG to start blocked

It is sometimes useful to examine the first frame or and early frame of a
quickly executing and non-repeating application, this chain introduces a new
environment variable that is checked when creating contexts.  If
GALLIUM_RBUG_START_BLOCKED is set, then each context that is created is started
in a blocked state.  This allows time to connect rbug before anything is
rendered in the context.
src/gallium/drivers/rbug/rbug_context.c