diff options
author | Marek Olšák <[email protected]> | 2012-04-24 20:16:50 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2012-04-30 01:09:57 +0200 |
commit | 7a0545972694e6afc6c5ac60db563defa79c20d9 (patch) | |
tree | 3152ec74a8bb4a2dbd1a25a5ed6f7911faad1525 /src/mesa/state_tracker/st_context.h | |
parent | 507337864fa80caf9f26602324d2c28dd0a75d61 (diff) |
st/mesa: make user constant buffers optional
Diffstat (limited to 'src/mesa/state_tracker/st_context.h')
-rw-r--r-- | src/mesa/state_tracker/st_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/state_tracker/st_context.h b/src/mesa/state_tracker/st_context.h index 8f557e81a7c..4e40d533e05 100644 --- a/src/mesa/state_tracker/st_context.h +++ b/src/mesa/state_tracker/st_context.h @@ -73,7 +73,7 @@ struct st_context struct pipe_context *pipe; - struct u_upload_mgr *uploader, *indexbuf_uploader; + struct u_upload_mgr *uploader, *indexbuf_uploader, *constbuf_uploader; struct u_vbuf *vbuf; struct draw_context *draw; /**< For selection/feedback/rastpos only */ |