make some funcs static

This commit is contained in:
Brian Paul 2005-09-14 00:37:10 +00:00
parent ff9d235042
commit f157e2dee4

View file

@ -162,14 +162,16 @@
#include "stenciltmp.h"
void mgaSpanRenderStart( GLcontext *ctx )
static void
mgaSpanRenderStart( GLcontext *ctx )
{
mgaContextPtr mmesa = MGA_CONTEXT(ctx);
FLUSH_BATCH( mmesa );
LOCK_HARDWARE_QUIESCENT( mmesa );
}
void mgaSpanRenderFinish( GLcontext *ctx )
static void
mgaSpanRenderFinish( GLcontext *ctx )
{
mgaContextPtr mmesa = MGA_CONTEXT(ctx);
_swrast_flush( ctx );