On Mon, Feb 8, 2010 at 8:09 PM, Ian Romanick <i...@freedesktop.org> wrote: > From: Ian Romanick <ian.d.roman...@intel.com>
For the whole series: Reviewed-by: Kristian Høgsberg <k...@bitplanet.net> > --- > src/mesa/drivers/dri/intel/intel_screen.c | 6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/src/mesa/drivers/dri/intel/intel_screen.c > b/src/mesa/drivers/dri/intel/intel_screen.c > index c9ef164..1acd7a5 100644 > --- a/src/mesa/drivers/dri/intel/intel_screen.c > +++ b/src/mesa/drivers/dri/intel/intel_screen.c > @@ -401,9 +401,9 @@ __DRIconfig **intelInitScreen2(__DRIscreen *psp) > __DRIconfig **new_configs; > int depth_factor; > > - /* With DRI2 right now, GetBuffers always returns a depth/stencil > buffer > - * with the same cpp as the drawable. So we can't support depth cpp != > - * color cpp currently. > + /* Starting with DRI2 protocol version 1.1 we can request a > depth/stencil > + * buffer that has a diffferent number of bits per pixel than the color > + * buffer. This isn't yet supported here. > */ > if (fb_type[color] == GL_UNSIGNED_SHORT_5_6_5) { > depth_bits[1] = 16; > -- > 1.6.6 > > > ------------------------------------------------------------------------------ > The Planet: dedicated and managed hosting, cloud storage, colocation > Stay online with enterprise data centers and the best network in the business > Choose flexible plans and management services without long-term contracts > Personal 24x7 support from experience hosting pros just a phone call away. > http://p.sf.net/sfu/theplanet-com > _______________________________________________ > Mesa3d-dev mailing list > Mesa3d-dev@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/mesa3d-dev > ------------------------------------------------------------------------------ The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business Choose flexible plans and management services without long-term contracts Personal 24x7 support from experience hosting pros just a phone call away. http://p.sf.net/sfu/theplanet-com _______________________________________________ Mesa3d-dev mailing list Mesa3d-dev@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mesa3d-dev