diff options
author | Brian Paul <[email protected]> | 2008-05-20 13:39:27 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-05-20 13:39:27 -0600 |
commit | 479174c398b5d15998852d7776900bf7ec0b1bcd (patch) | |
tree | f1f6bc52235e650c3a8fc178f1bcdd288e179e99 /src/mesa/state_tracker/st_context.h | |
parent | 0a95f203fa6de3ed05c93e6788c7e2fdca170c94 (diff) | |
parent | a3f9ae4feada23a3b03b611bd34fac09410367c9 (diff) |
Merge branch 'gallium-0.1' into gallium-tex-surfaces
Diffstat (limited to 'src/mesa/state_tracker/st_context.h')
-rw-r--r-- | src/mesa/state_tracker/st_context.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mesa/state_tracker/st_context.h b/src/mesa/state_tracker/st_context.h index 69be4ebdd07..96333902a91 100644 --- a/src/mesa/state_tracker/st_context.h +++ b/src/mesa/state_tracker/st_context.h @@ -155,6 +155,12 @@ struct st_context struct bitmap_cache *cache; } bitmap; + /** for glDraw/CopyPixels */ + struct { + struct st_fragment_program *z_shader; + struct st_vertex_program *vert_shaders[2]; + } drawpix; + /** for glClear */ struct { struct pipe_shader_state vert_shader; |