gallium: Plumb the swap INVALIDATE_ANCILLARY flag through more layers.
authorEric Anholt <eric@anholt.net>
Sun, 21 Dec 2014 20:48:59 +0000 (12:48 -0800)
committerEric Anholt <eric@anholt.net>
Tue, 6 Jan 2015 23:40:41 +0000 (15:40 -0800)
commit239db93888a75a03cf52910f596c1184746eaebd
tree38c0185b3d4b3fdb7f44dbdb84483cb080af682a
parent70e8ccc459d9bf579ad7efeae453cb8641266c94
gallium: Plumb the swap INVALIDATE_ANCILLARY flag through more layers.

v2: Instead of telling the driver that the window system ancillaries have
    been invalidated (when the driver doesn't know which of its buffers
    are the window system's!), introduce a method for invalidating
    specific surfaces.

Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
src/gallium/include/pipe/p_context.h
src/gallium/state_trackers/dri/dri_drawable.c