diff options
author | Patrice Mandin <[email protected]> | 2008-07-11 22:42:42 +0200 |
---|---|---|
committer | Patrice Mandin <[email protected]> | 2008-07-11 22:42:42 +0200 |
commit | 5acbd0b0961089f9553adbe9b3d1341997ccb220 (patch) | |
tree | 65b88556c7fa19d7f77071d544fae2bbbd39177f /src/gallium/drivers/nv30/nv30_context.h | |
parent | b327b064058aaab1debb1af08f4b9abe1385adc6 (diff) |
nv30: Emit fragtex state using state objects
Diffstat (limited to 'src/gallium/drivers/nv30/nv30_context.h')
-rw-r--r-- | src/gallium/drivers/nv30/nv30_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv30/nv30_context.h b/src/gallium/drivers/nv30/nv30_context.h index 5404685da25..72f803c80ad 100644 --- a/src/gallium/drivers/nv30/nv30_context.h +++ b/src/gallium/drivers/nv30/nv30_context.h @@ -220,6 +220,7 @@ extern struct nv30_state_entry nv30_state_blend_colour; extern struct nv30_state_entry nv30_state_zsa; extern struct nv30_state_entry nv30_state_viewport; extern struct nv30_state_entry nv30_state_framebuffer; +extern struct nv30_state_entry nv30_state_fragtex; /* nv30_vbo.c */ extern boolean nv30_draw_arrays(struct pipe_context *, unsigned mode, |