Re: [Mesa-dev] [PATCH V2 10/22] mesa: implement sample mask

2013-02-05 Thread Eric Anholt
Chris Forbes writes: > diff --git a/src/mesa/main/get.c b/src/mesa/main/get.c > index 056bacb..3a618fc 100644 > --- a/src/mesa/main/get.c > +++ b/src/mesa/main/get.c > @@ -1635,6 +1635,15 @@ find_value_indexed(const char *func, GLenum pname, > GLuint index, union value *v) >goto invalid_e

Re: [Mesa-dev] [PATCH V2 10/22] mesa: implement sample mask

2013-02-05 Thread Paul Berry
On 4 February 2013 21:48, Chris Forbes wrote: > V2: - fix multiline comment style > - stop using ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH since that > doesn't exist anymore. > > Signed-off-by: Chris Forbes > --- > src/mesa/main/enable.c | 15 +++ > src/mesa/main/get.c

[Mesa-dev] [PATCH V2 10/22] mesa: implement sample mask

2013-02-04 Thread Chris Forbes
V2: - fix multiline comment style - stop using ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH since that doesn't exist anymore. Signed-off-by: Chris Forbes --- src/mesa/main/enable.c | 15 +++ src/mesa/main/get.c | 9 + src/mesa/main/get_hash_params.py |