diff options
author | Keith Whitwell <[email protected]> | 2008-03-10 19:49:15 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-03-10 23:31:50 +0000 |
commit | 297b3be25a7f097fb9b1a79e332acddc12dcc3fe (patch) | |
tree | a44e37a8724483317f9858e9fcdd387a738c18e6 /src/gallium/auxiliary/draw/draw_context.h | |
parent | d08cd68d3f5456b69ad504ede2b090c0bb6474db (diff) |
draw: placeholder/prototype code for a passthrough draw path
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_context.h')
-rw-r--r-- | src/gallium/auxiliary/draw/draw_context.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/draw/draw_context.h b/src/gallium/auxiliary/draw/draw_context.h index ab87b4127c0..df63e91a22d 100644 --- a/src/gallium/auxiliary/draw/draw_context.h +++ b/src/gallium/auxiliary/draw/draw_context.h @@ -168,4 +168,9 @@ unsigned draw_trim_prim( unsigned mode, unsigned count ); + +struct vbuf_render; +void draw_set_render( struct draw_context *draw, + struct vbuf_render *render ); + #endif /* DRAW_CONTEXT_H */ |