Re: [Mesa-dev] [patch] mesa: remove gl_config::haveDepth/Stencil/AccumBuffer fields

2010-11-08 Thread Kristian Høgsberg
On Sun, Nov 7, 2010 at 8:40 PM, Brian Paul wrote: > > This patch removes the gl_config::haveDepthBuffer, haveStencilBuffer and > haveAccumBuffer fields.  They don't really provide any info that can't be > gleaned from the depthBits, stencilBits, accumRed/Green/Blue/AlphaBits > fields. > > If there

[Mesa-dev] [patch] mesa: remove gl_config::haveDepth/Stencil/AccumBuffer fields

2010-11-07 Thread Brian Paul
This patch removes the gl_config::haveDepthBuffer, haveStencilBuffer and haveAccumBuffer fields. They don't really provide any info that can't be gleaned from the depthBits, stencilBits, accumRed/Green/Blue/AlphaBits fields. If there's no concerns I'll commit this week. -Brian >From 51a4c