Re: [Mesa-dev] [PATCH V3 08/19] mesa: implement sample mask

2013-02-11 Thread Eric Anholt
Chris Forbes writes: > V2: - fix multiline comment style > - stop using ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH since that > doesn't exist anymore. > > V3: - check for the extension being enabled > - tidier flagging of _NEW_MULTISAMPLE > - fix weird indentation in get.c > @@ -92,7 +

[Mesa-dev] [PATCH V3 08/19] mesa: implement sample mask

2013-02-08 Thread Chris Forbes
V2: - fix multiline comment style - stop using ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH since that doesn't exist anymore. V3: - check for the extension being enabled - tidier flagging of _NEW_MULTISAMPLE - fix weird indentation in get.c Signed-off-by: Chris Forbes --- src/mesa/main/