Re: [Mesa-dev] [PATCH V2 01/22] glapi: add ARB_texture_multisample

2013-02-05 Thread Eric Anholt
Chris Forbes writes: > V2: - Drop placeholder > - Align enum values > - Remove explicit exec=mesa; it *is* the dispatch flavor we want, > but it's also the default. I misunderstood how this worked before; > after actually reading the generator it makes good sense. > > Signed-o

[Mesa-dev] [PATCH V2 01/22] glapi: add ARB_texture_multisample

2013-02-04 Thread Chris Forbes
V2: - Drop placeholder - Align enum values - Remove explicit exec=mesa; it *is* the dispatch flavor we want, but it's also the default. I misunderstood how this worked before; after actually reading the generator it makes good sense. Signed-off-by: Chris Forbes Reviewed-by: Ma