[Mesa-dev] [PATCH] mesa: Declare _mesa_meta_begin()/end() as public

2011-08-18 Thread Chad Versace
Declare _mesa_meta_begin()/end() in meta.h so that drivers can write custom meta-ops (such as HiZ resolves for i965). This necessitates moving the the META_* macros into meta.h. To prevent naming collisions, this commit renames each macro to be MESA_META_*. Signed-off-by: Chad Versace

Re: [Mesa-dev] [PATCH] mesa: Declare _mesa_meta_begin()/end() as public

2011-08-18 Thread Brian Paul
On 08/18/2011 02:39 PM, Chad Versace wrote: Declare _mesa_meta_begin()/end() in meta.h so that drivers can write custom meta-ops (such as HiZ resolves for i965). This necessitates moving the the META_* macros into meta.h. To prevent naming collisions, this commit renames each macro to be