From: Chia-I Wu <ol...@gm...> - 2010-03-30 03:25:36
|
On Tue, Mar 30, 2010 at 5:53 AM, José Fonseca <jfo...@vm...> 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. -- ol...@Lu... |