diff options
author | Jordan Justen <[email protected]> | 2015-10-10 07:55:42 -0700 |
---|---|---|
committer | Jordan Justen <[email protected]> | 2015-12-09 23:50:38 -0800 |
commit | 7333593cf3141e61610f25f86e8b5282c8db099e (patch) | |
tree | 95c085a4b5d487a07809b70d7188ec12035f4e24 /configure.ac | |
parent | 614ad9b40b9412e243f4d86bcd7cb0952c42c46f (diff) |
glsl: Translate atomic intrinsic functions on shared variables
When an intrinsic atomic operation is used on a shared variable, we
translate it to a new 'shared variable' specific intrinsic function
call.
For example, a call to __intrinsic_atomic_add when used on a shared
variable will be translated to a call to
__intrinsic_atomic_add_shared.
v3:
* Fix stale comments copied from SSBOs (Iago)
Signed-off-by: Jordan Justen <[email protected]>
Reviewed-by: Iago Toral Quiroga <[email protected]>
Reviewed-by: Kristian Høgsberg <[email protected]>
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions