After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 634769 - Disable clearing the color buffer
Disable clearing the color buffer
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks: 634836
 
 
Reported: 2010-11-13 18:06 UTC by Owen Taylor
Modified: 2010-11-18 19:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Disable clearing the color buffer (1.30 KB, patch)
2010-11-13 18:06 UTC, Owen Taylor
committed Details | Review

Description Owen Taylor 2010-11-13 18:06:49 UTC
Not quite as cool as it could be because clutter is still pointlessly
clearing the depth buffer:

 http://bugzilla.clutter-project.org/show_bug.cgi?id=2420
Comment 1 Owen Taylor 2010-11-13 18:06:52 UTC
Created attachment 174401 [details] [review]
Disable clearing the color buffer

Since we always cover the stage, we don't need to clear it to a
constant color before painting the scene.
Comment 2 Owen Taylor 2010-11-18 19:04:08 UTC
Attachment 174401 [details] pushed as 55f290b - Disable clearing the color buffer