mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-18 00:20:27 +01:00
make some funcs static
This commit is contained in:
parent
ff9d235042
commit
f157e2dee4
1 changed files with 4 additions and 2 deletions
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue