Re: [Mesa3d-dev] Merging gallium-st-api

2010-03-29 Thread Chia-I Wu
On Tue, Mar 30, 2010 at 5:53 AM, José Fonseca 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 a

Re: [Mesa3d-dev] Merging gallium-st-api

2010-03-29 Thread José Fonseca
On Tue, 2010-03-16 at 08:36 -0700, Chia-I Wu wrote: > On Tue, Mar 16, 2010 at 9:45 PM, José Fonseca wrote: > > On Tue, 2010-03-16 at 01:41 -0700, Chia-I Wu wrote: > >> On Tue, Mar 16, 2010 at 9:40 AM, Chia-I Wu wrote: > >> > On Mon, Mar 15, 2010 at 8:04 PM, Keith Whitwell > >> > wrote: > >> >>

Re: [Mesa3d-dev] Merging gallium-st-api

2010-03-16 Thread Chia-I Wu
On Tue, Mar 16, 2010 at 9:45 PM, José Fonseca wrote: > On Tue, 2010-03-16 at 01:41 -0700, Chia-I Wu wrote: >> On Tue, Mar 16, 2010 at 9:40 AM, Chia-I Wu wrote: >> > On Mon, Mar 15, 2010 at 8:04 PM, Keith Whitwell wrote: >> >> I'm very happy to see it merged - it's a nice cleanup of the >> >> sta

Re: [Mesa3d-dev] Merging gallium-st-api

2010-03-16 Thread José Fonseca
On Tue, 2010-03-16 at 01:41 -0700, Chia-I Wu wrote: > On Tue, Mar 16, 2010 at 9:40 AM, Chia-I Wu wrote: > > On Mon, Mar 15, 2010 at 8:04 PM, Keith Whitwell wrote: > >> I'm very happy to see it merged - it's a nice cleanup of the > >> state-tracker behaviours. > > Great! I would like to do the me

Re: [Mesa3d-dev] Merging gallium-st-api

2010-03-16 Thread Chia-I Wu
On Tue, Mar 16, 2010 at 9:40 AM, Chia-I Wu wrote: > On Mon, Mar 15, 2010 at 8:04 PM, Keith Whitwell wrote: >> I'm very happy to see it merged - it's a nice cleanup of the >> state-tracker behaviours. > Great!  I would like to do the merge later today. Done. I will go on to convert the remaining

Re: [Mesa3d-dev] Merging gallium-st-api

2010-03-15 Thread Chia-I Wu
On Mon, Mar 15, 2010 at 8:04 PM, Keith Whitwell wrote: > On Mon, 2010-03-15 at 04:27 -0700, Chia-I Wu wrote: >> Hi list, >> >> gallium-st-api has come to the point that st/glx passes as many piglit >> quick tests as st/glx in master does.  I'd like to merge it to master >> some time this week. >>

Re: [Mesa3d-dev] Merging gallium-st-api

2010-03-15 Thread Keith Whitwell
On Mon, 2010-03-15 at 04:27 -0700, Chia-I Wu wrote: > Hi list, > > gallium-st-api has come to the point that st/glx passes as many piglit > quick tests as st/glx in master does. I'd like to merge it to master > some time this week. > > gallium-st-api implements a new interface, st_api.h, that ai