diff options
author | Ilia Mirkin <[email protected]> | 2014-09-19 20:59:17 -0400 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2016-01-29 21:05:46 -0500 |
commit | 9d6f9ccf6b7ca7c9d1ac40354d6ae47c130e2024 (patch) | |
tree | b6b0ad9f8e85e0f85355bda36b422919385ce41c /src/mesa/state_tracker/st_context.c | |
parent | 0fddb677e6e8261fc7a12652224698838ac10b22 (diff) |
st/mesa: add atomic counter support
Signed-off-by: Ilia Mirkin <[email protected]>
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/mesa/state_tracker/st_context.c')
-rw-r--r-- | src/mesa/state_tracker/st_context.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/state_tracker/st_context.c b/src/mesa/state_tracker/st_context.c index ce1e97aacb5..40779f962ee 100644 --- a/src/mesa/state_tracker/st_context.c +++ b/src/mesa/state_tracker/st_context.c @@ -350,6 +350,7 @@ static void st_init_driver_flags(struct gl_driver_flags *f) f->NewUniformBuffer = ST_NEW_UNIFORM_BUFFER; f->NewDefaultTessLevels = ST_NEW_TESS_STATE; f->NewTextureBuffer = ST_NEW_SAMPLER_VIEWS; + f->NewAtomicBuffer = ST_NEW_ATOMIC_BUFFER; } struct st_context *st_create_context(gl_api api, struct pipe_context *pipe, |