17 lines
457 B
C
17 lines
457 B
C
![]() |
/**************************************************************************
|
||
|
*
|
||
|
* Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.
|
||
|
* All Rights Reserved.
|
||
|
*
|
||
|
**************************************************************************/
|
||
|
|
||
|
#ifndef _INTEL_SPAN_H
|
||
|
#define _INTEL_SPAN_H
|
||
|
|
||
|
extern void intelInitSpanFuncs( GLcontext *ctx );
|
||
|
|
||
|
extern void intelSpanRenderFinish( GLcontext *ctx );
|
||
|
extern void intelSpanRenderStart( GLcontext *ctx );
|
||
|
|
||
|
#endif
|