mesa: Declare _mesa_meta_begin()/end() as public
authorChad Versace <chad@chad-versace.us>
Fri, 12 Aug 2011 23:50:27 +0000 (16:50 -0700)
committerChad Versace <chad@chad-versace.us>
Fri, 19 Aug 2011 17:49:59 +0000 (10:49 -0700)
commitf23c3ebeccc5c591b79c10cbdb693270ef27a2f5
tree97ac47bea3c134e6628a48c7e6ddac9493294da6
parent778997f9dfeffbcbeef52f7dfa93a9ebd40ff42f
mesa: Declare _mesa_meta_begin()/end() as public

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_*.

Reviewed-by: Brian Paul <brianp@vmware.com>
Signed-off-by: Chad Versace <chad@chad-versace.us>
src/mesa/drivers/common/meta.c
src/mesa/drivers/common/meta.h