Re: [Mesa-dev] [PATCH 2/2] mesa/tests: Add ES3.0 dispatch table sanity test

2012-10-25 Thread Jordan Justen
Series: Reviewed-by: Jordan Justen On Wed, Oct 24, 2012 at 2:38 PM, Matt Turner wrote: > Since ES3.0 is backward compatible with 2.0, we check that all the 2.0 > functions and additional 3.0 functions exist. > --- > src/mesa/main/tests/dispatch_sanity.cpp | 149 > +

[Mesa-dev] [PATCH 2/2] mesa/tests: Add ES3.0 dispatch table sanity test

2012-10-24 Thread Matt Turner
Since ES3.0 is backward compatible with 2.0, we check that all the 2.0 functions and additional 3.0 functions exist. --- src/mesa/main/tests/dispatch_sanity.cpp | 149 +++ 1 files changed, 149 insertions(+), 0 deletions(-) diff --git a/src/mesa/main/tests/dispatch_san