mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 09:18:04 +02:00
functions declaration with 'extern'
This commit is contained in:
parent
2f6451042d
commit
3a3c7fd52e
1 changed files with 3 additions and 0 deletions
|
|
@ -157,6 +157,9 @@ extern GLboolean r600CreateContext(const __GLcontextModes * glVisual,
|
|||
|
||||
extern GLboolean r700InitChipObject(context_t *context);
|
||||
extern GLboolean r700SendContextStates(context_t *context);
|
||||
extern GLboolean r700SendViewportState(context_t *context, int id);
|
||||
extern GLboolean r700SendRenderTargetState(context_t *context, int id);
|
||||
|
||||
extern int r700SetupStreams(GLcontext * ctx);
|
||||
extern void r700SetupVTXConstants(GLcontext * ctx,
|
||||
unsigned int nStreamID,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue