diff options
author | Ilia Mirkin <[email protected]> | 2016-01-08 19:58:33 -0500 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2016-02-15 22:22:33 -0500 |
commit | 78093167b18ac9cb40e449916e85590d595ab297 (patch) | |
tree | 9f073410513c9f0e833fc34e3d09a4d81ee7d888 /src/mesa/state_tracker/st_context.h | |
parent | e2a1ec5f0f0314915fdfc9a8ef93f3789f356404 (diff) |
st/mesa: add an image atom for shader images
Signed-off-by: Ilia Mirkin <[email protected]>
Reviewed-by: Marek Olšák <[email protected]>
Reviewed-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/mesa/state_tracker/st_context.h')
-rw-r--r-- | src/mesa/state_tracker/st_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/state_tracker/st_context.h b/src/mesa/state_tracker/st_context.h index 3b86710fdd5..9ed5d1914f3 100644 --- a/src/mesa/state_tracker/st_context.h +++ b/src/mesa/state_tracker/st_context.h @@ -65,6 +65,7 @@ struct u_upload_mgr; #define ST_NEW_ATOMIC_BUFFER (1 << 12) #define ST_NEW_STORAGE_BUFFER (1 << 13) #define ST_NEW_COMPUTE_PROGRAM (1 << 14) +#define ST_NEW_IMAGE_UNITS (1 << 15) struct st_state_flags { |