Don't clear the stencil buffer before painting and picking
authorNeil Roberts <neil@linux.intel.com>
Tue, 12 May 2009 14:36:16 +0000 (15:36 +0100)
committerNeil Roberts <neil@linux.intel.com>
Tue, 12 May 2009 14:36:16 +0000 (15:36 +0100)
commite9b863eba28564dd0b19f982610e5afe93ac17eb
tree4388eef161ba94bc9d861edafbf2d987344de8f7
parent36cfb6030784791a4420a1e52a8c18d56b1d0c69
Don't clear the stencil buffer before painting and picking

The stencil buffer is always cleared the first time a clip is used
that needs it and the stencil test is disabled otherwise so there is
no need to clear before a paint.
clutter/clutter-main.c
clutter/clutter-stage.c
clutter/clutter-texture.c