Re: [Mesa-dev] [PATCH] intel: fix mapping of malloc'd renderbuffers

2012-01-12 Thread Eric Anholt
On Mon, 9 Jan 2012 08:18:25 -0700, Brian Paul wrote: > This fixes accum buffer operations. The accumulation buffer is the > only malloc-based renderbuffer for the intel drivers. Reviewed-by: Eric Anholt pgpcxlHVXHCrd.pgp Description: PGP signature ___

[Mesa-dev] [PATCH] intel: fix mapping of malloc'd renderbuffers

2012-01-09 Thread Brian Paul
This fixes accum buffer operations. The accumulation buffer is the only malloc-based renderbuffer for the intel drivers. v2: apply x/y offset to returned pointer --- src/mesa/drivers/dri/intel/intel_fbo.c | 15 +++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/src

Re: [Mesa-dev] [PATCH] intel: fix mapping of malloc'd renderbuffers

2012-01-09 Thread Brian Paul
On 01/07/2012 11:37 PM, Eric Anholt wrote: On Sat, 7 Jan 2012 15:08:19 -0700, Brian Paul wrote: This fixes accum buffer operations. The accumulation buffer is the only malloc-based renderbuffer for the intel drivers. --- src/mesa/drivers/dri/intel/intel_fbo.c | 13 + 1 files

Re: [Mesa-dev] [PATCH] intel: fix mapping of malloc'd renderbuffers

2012-01-07 Thread Eric Anholt
On Sat, 7 Jan 2012 15:08:19 -0700, Brian Paul wrote: > This fixes accum buffer operations. The accumulation buffer is the > only malloc-based renderbuffer for the intel drivers. > --- > src/mesa/drivers/dri/intel/intel_fbo.c | 13 + > 1 files changed, 13 insertions(+), 0 deletions

[Mesa-dev] [PATCH] intel: fix mapping of malloc'd renderbuffers

2012-01-07 Thread Brian Paul
This fixes accum buffer operations. The accumulation buffer is the only malloc-based renderbuffer for the intel drivers. --- src/mesa/drivers/dri/intel/intel_fbo.c | 13 + 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/src/mesa/drivers/dri/intel/intel_fbo.c b/src/m