Re: [Mesa-dev] [RFC PATCH 12/26] mesa: implement GetMultisamplefv

2013-01-04 Thread Paul Berry
On 29 December 2012 04:35, Chris Forbes wrote: > Actual sample locations deferred to a driverfunc since only the driver > really knows where they will be. > > V2: pass the draw buffer to the driverfunc; don't fallback to pixel > center if driverfunc is missing. > > Signed-off-by: Chris Forbes >

Re: [Mesa-dev] [RFC PATCH 12/26] mesa: implement GetMultisamplefv

2013-01-02 Thread Brian Paul
On 12/29/2012 05:35 AM, Chris Forbes wrote: Actual sample locations deferred to a driverfunc since only the driver really knows where they will be. V2: pass the draw buffer to the driverfunc; don't fallback to pixel center if driverfunc is missing. Signed-off-by: Chris Forbes --- src/mesa/dri

[Mesa-dev] [RFC PATCH 12/26] mesa: implement GetMultisamplefv

2012-12-29 Thread Chris Forbes
Actual sample locations deferred to a driverfunc since only the driver really knows where they will be. V2: pass the draw buffer to the driverfunc; don't fallback to pixel center if driverfunc is missing. Signed-off-by: Chris Forbes --- src/mesa/drivers/common/driverfuncs.c | 3 +++ src/mesa/m