commit | 9e62654d4b47adfd5bdd60389dee17fdd17dba73 | [log] [tgz] |
---|---|---|
author | Dave Airlie <airlied@redhat.com> | Thu Nov 02 05:51:36 2017 +1000 |
committer | Dave Airlie <airlied@redhat.com> | Fri Nov 10 08:39:35 2017 +1000 |
tree | 9e3997f3feeef367f2ef469c8efaff421f7a70cc | |
parent | 58d061ceef1a21b117852129850146820929b19c [diff] |
st/mesa: add support for hw atomics to glsl->tgsi. (v5) This adds support for creating the hw atomic tgsi from the glsl codepaths. v2: drop the atomic index and move to backend. v3: drop buffer decls. (Marek) v4: fix off by one (Gert) v5: fix off by one the other way (Dave) Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Tested-By: Gert Wollny <gw.fossdev@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>