On Tue, Mar 30, 2010 at 5:53 AM, José Fonseca <jfons...@vmware.com> wrote:
> This is visinfo:
>
>  {visual = 0x617588, visualid = 37, screen = 0, depth = 16, class = 4,
> red_mask = 63, green_mask = 1984, blue_mask = 63488, colormap_size =
> 64,
>  bits_per_rgb = 8}
>
> The problem is that {red,green,blue,alpha}_bits are {6, 5, 5, 0}, but
> Gallium only supports {5, 6, 5, 0}, i.e. PIPE_FORMAT_B5G6R5_UNORM.
>
> Somewhere before we should be marking this visual as unsupported, but we 
> don't.
Thanks.  This should be fixed by commit c1a392.  Unsupported visuals are now
ignored.

-- 
o...@lunarg.com

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to