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

2011-09-23 Thread Eric Anholt
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 Devs > Signed-off-by: Ben Widawsky > --- > src/mesa/drivers/dri/intel/

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

2011-09-22 Thread Ben Widawsky
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 Devs Signed-off-by: Ben Widawsky --- src/mesa/drivers/dri/intel/intel_buffer_objects.c | 48 ++-- 1 files changed, 5 inse