Re: [Mesa-dev] [PATCH 1/3] mesa: pass context parameter to gl_renderbuffer::Delete()

2012-12-03 Thread Brian Paul
On 12/03/2012 11:05 AM, Matt Turner wrote: On Fri, Nov 30, 2012 at 10:19 AM, Brian Paul wrote: We sometimes need a rendering context when deleting renderbuffers. Pass it explicitly instead of trying to grab a current context (which might be NULL). The next patch will make use of this. Note: t

Re: [Mesa-dev] [PATCH 1/3] mesa: pass context parameter to gl_renderbuffer::Delete()

2012-12-03 Thread Matt Turner
On Fri, Nov 30, 2012 at 10:19 AM, Brian Paul wrote: > We sometimes need a rendering context when deleting renderbuffers. > Pass it explicitly instead of trying to grab a current context > (which might be NULL). The next patch will make use of this. > > Note: this is a candidate for the stable bra

[Mesa-dev] [PATCH 1/3] mesa: pass context parameter to gl_renderbuffer::Delete()

2012-11-30 Thread Brian Paul
We sometimes need a rendering context when deleting renderbuffers. Pass it explicitly instead of trying to grab a current context (which might be NULL). The next patch will make use of this. Note: this is a candidate for the stable branches. --- src/mesa/drivers/dri/intel/intel_fbo.c |4