summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/nouveau/nv04_swtcl.h
blob: 42dde5383eb9f4cf2bbf1cb434432e9beaadb2b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __NV04_SWTCL_H__
#define __NV04_SWTCL_H__

#include "mtypes.h"

extern void nv04Fallback( GLcontext *ctx, GLuint bit, GLboolean mode );
extern void nv04FinishPrimitive(struct nouveau_context *nmesa);
extern void nv04TriInitFunctions(GLcontext *ctx);
#define FALLBACK( nmesa, bit, mode ) nouveauFallback( nmesa->glCtx, bit, mode )

#endif /* __NV04_SWTCL_H__ */