[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: alleg-developers@xxxxxxxxxx
- Subject: Re: [AD] OSX - lockup
- From: Chris <chris.kcat@xxxxxxxxxx>
- Date: Wed, 31 Aug 2005 23:52:42 -0700
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=bwpfp3orCOTQK+HFHBRFylmhER7GqRHkRLxOak90TDdkSrkjl5V9PWBo6d+P9C9PGRNRDa1OJ4ShPd45pVS59XfluZmJYEjGcxwUG0Q3oM4WN7NLjToAGrbJ96j3HquGgc3aOGtdzzTLDGtijnfYWegXkGxTrdgtgVXFdqbsG8o=
On Wednesday 31 August 2005 10:59 pm, Peter Hull wrote:
> I think the most sensible course is that vsync
> should be a no-op if the screen is acquired.
I think it should ASSERT if the screen is acquired. You do not do any resting
or waiting when the screen is locked. You only draw or read as needed, and
then release when you're done.