Re: [Mesa-dev] [PATCH 5/9] r300: Enable extensions by just setting the flags

2011-09-06 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/06/2011 02:45 PM, Corbin Simpson wrote: > So much win! I have a couple nits; replying inline. > > On Tue, Sep 6, 2011 at 1:13 PM, Ian Romanick wrote: >> From: Ian Romanick >> >> Core Mesa already does the dispatch offset remapping for every >>

Re: [Mesa-dev] [PATCH 5/9] r300: Enable extensions by just setting the flags

2011-09-06 Thread Corbin Simpson
So much win! I have a couple nits; replying inline. On Tue, Sep 6, 2011 at 1:13 PM, Ian Romanick wrote: > From: Ian Romanick > > Core Mesa already does the dispatch offset remapping for every > function that could possibly ever be supported.  There's no need to > continue using that cruft in the

[Mesa-dev] [PATCH 5/9] r300: Enable extensions by just setting the flags

2011-09-06 Thread Ian Romanick
From: Ian Romanick Core Mesa already does the dispatch offset remapping for every function that could possibly ever be supported. There's no need to continue using that cruft in the driver. Since the call to _mesa_enable_imaging_extensions (via driInitExtensions) is removed, EXT_blend_color and