diff options
author | Brian Paul <[email protected]> | 2008-04-30 09:41:55 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-04-30 09:41:55 -0600 |
commit | eefb9d3b51e40867ac3fee43b6496a62b1888b3c (patch) | |
tree | 850cd63137e08f3628c6190a8532c6a0d26b2416 /src/mesa/state_tracker/st_context.h | |
parent | 42fb48492e71016c5a2888cd3d2507a89dbd91f3 (diff) |
gallium: simplify texture format selection
Diffstat (limited to 'src/mesa/state_tracker/st_context.h')
-rw-r--r-- | src/mesa/state_tracker/st_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/state_tracker/st_context.h b/src/mesa/state_tracker/st_context.h index 80a71d17667..1ca779d0a98 100644 --- a/src/mesa/state_tracker/st_context.h +++ b/src/mesa/state_tracker/st_context.h @@ -145,6 +145,7 @@ struct st_context struct pipe_rasterizer_state rasterizer; struct pipe_sampler_state sampler; struct pipe_shader_state vert_shader; + enum pipe_format tex_format; void *vs; float vertices[4][3][4]; /**< vertex pos + color + texcoord */ struct pipe_buffer *vbuf; |