diff options
author | keithw <keithw@keithw-laptop.(none)> | 2007-11-19 20:05:38 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2007-12-09 14:03:33 +0000 |
commit | cd1eefee8404ae69ea5b604971b8be78abf588e6 (patch) | |
tree | 950682cc69a75c68b2a25ec432de1d2eb3787cc9 /src/mesa/state_tracker/st_atom_constbuf.c | |
parent | f83d4e7bde28d6f73a0de96781da506ddb338714 (diff) |
add fence interfaces and buffer create flags to pipe_winsys
Diffstat (limited to 'src/mesa/state_tracker/st_atom_constbuf.c')
-rw-r--r-- | src/mesa/state_tracker/st_atom_constbuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/state_tracker/st_atom_constbuf.c b/src/mesa/state_tracker/st_atom_constbuf.c index 446250c226c..57f5ec68d20 100644 --- a/src/mesa/state_tracker/st_atom_constbuf.c +++ b/src/mesa/state_tracker/st_atom_constbuf.c @@ -70,7 +70,7 @@ void st_upload_constants( struct st_context *st, _mesa_load_state_parameters(st->ctx, params); if (!cbuf->buffer) - cbuf->buffer = ws->buffer_create(ws, 1); + cbuf->buffer = ws->buffer_create(ws, 1, 0, 0); if (0) { |