Re: [Mesa-dev] [Intel-gfx] [PATCH] i965: use nonblocking maps MapRangeBuffer

2011-09-23 Thread Ben Widawsky
On Fri, 23 Sep 2011 11:56:59 -0700 Ben Widawsky wrote: > On Fri, 23 Sep 2011 11:46:41 -0700 > Ben Widawsky wrote: > > > On Fri, 23 Sep 2011 10:15:02 -0700 > > Eric Anholt wrote: > > > > > On Thu, 22 Sep 2011 16:27:12 -0700, Ben Widawsky > > > wrote: > > > > This makes the code a lot cleaner,

Re: [Mesa-dev] [Intel-gfx] [PATCH] i965: use nonblocking maps MapRangeBuffer

2011-09-23 Thread Ben Widawsky
On Fri, 23 Sep 2011 11:46:41 -0700 Ben Widawsky wrote: > On Fri, 23 Sep 2011 10:15:02 -0700 > Eric Anholt wrote: > > > On Thu, 22 Sep 2011 16:27:12 -0700, Ben Widawsky > > wrote: > > > This makes the code a lot cleaner, and theoretically faster (not > > > many real world tests use this GL exte

Re: [Mesa-dev] [Intel-gfx] [PATCH] i965: use nonblocking maps MapRangeBuffer

2011-09-23 Thread Ben Widawsky
On Fri, 23 Sep 2011 10:15:02 -0700 Eric Anholt wrote: > On Thu, 22 Sep 2011 16:27:12 -0700, Ben Widawsky > wrote: > > This makes the code a lot cleaner, and theoretically faster (not > > many real world tests use this GL extension). > > > > Cc: Eric Anholt > > Cc: Daniel Vetter > > Cc: Mesa D