diff options
Diffstat (limited to 'src/mesa/drivers/dri/nouveau/nv20_driver.h')
-rw-r--r-- | src/mesa/drivers/dri/nouveau/nv20_driver.h | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/src/mesa/drivers/dri/nouveau/nv20_driver.h b/src/mesa/drivers/dri/nouveau/nv20_driver.h index 2de18ee4af..18574e9be6 100644 --- a/src/mesa/drivers/dri/nouveau/nv20_driver.h +++ b/src/mesa/drivers/dri/nouveau/nv20_driver.h @@ -34,17 +34,8 @@ enum { #define NV20_TEXTURE_UNITS 4 -/* nv20_screen.c */ -GLboolean -nv20_screen_init(struct nouveau_screen *screen); - /* nv20_context.c */ -GLcontext * -nv20_context_create(struct nouveau_screen *screen, const GLvisual *visual, - GLcontext *share_ctx); - -void -nv20_context_destroy(GLcontext *ctx); +extern const struct nouveau_driver nv20_driver; /* nv20_render.c */ void @@ -68,6 +59,13 @@ nv20_emit_point_mode(GLcontext *ctx, int emit); void nv20_emit_logic_opcode(GLcontext *ctx, int emit); +/* nv20_state_frag.c */ +void +nv20_emit_tex_env(GLcontext *ctx, int emit); + +void +nv20_emit_frag(GLcontext *ctx, int emit); + /* nv20_state_tex.c */ void nv20_emit_tex_obj(GLcontext *ctx, int emit); |