From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Russ Cox" Date: Thu, 14 Sep 2000 22:03:51 -0400 To: 9fans@cse.psu.edu Subject: Re: [9fans] new versions of graphics programs? MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20000915020412.AA23219A01@mail> Topicbox-Message-UUID: 07cf5b60-eac9-11e9-9e20-41e7f4b1d025 The layers don't (yet) know about translucent layers, so that won't work just yet. I admit to not understanding the appeal of double-buffering, especially the claim that it is more efficient. You're doing twice the work in twice the space, because the video card manufacturers are skimping on good double-ported memories. To me, it seems like a software solution to a hardware problem. Someone set me straight. Russ