diff options
author | Alyssa Rosenzweig <[email protected]> | 2019-07-23 08:28:23 -0700 |
---|---|---|
committer | Alyssa Rosenzweig <[email protected]> | 2019-08-01 16:23:01 -0700 |
commit | a8fc40aaf54c6e24ab66c8b2ad27713338c786bb (patch) | |
tree | c4e5733558bc0eb7ad8cc7a77aea2b8e8838a2a6 /src/gallium/drivers/panfrost/meson.build | |
parent | e9139868681157f9e6a356144eb6facce0226836 (diff) |
panfrost: Stub out compute CSO
Doesn't do anything, just gets the functions there.
Signed-off-by: Alyssa Rosenzweig <[email protected]>
Diffstat (limited to 'src/gallium/drivers/panfrost/meson.build')
-rw-r--r-- | src/gallium/drivers/panfrost/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/panfrost/meson.build b/src/gallium/drivers/panfrost/meson.build index a050a286d5e..1efe11f4962 100644 --- a/src/gallium/drivers/panfrost/meson.build +++ b/src/gallium/drivers/panfrost/meson.build @@ -43,6 +43,7 @@ files_panfrost = files( 'pan_blending.c', 'pan_blend_shaders.c', 'pan_blend_cso.c', + 'pan_compute.c', 'pan_fragment.c', 'pan_invocation.c', 'pan_instancing.c', |