diff options
author | Rob Clark <[email protected]> | 2017-04-17 10:56:20 -0400 |
---|---|---|
committer | Rob Clark <[email protected]> | 2017-05-04 13:48:06 -0400 |
commit | 4d841fbaae3eac04f33f6a52f3dd829cfb1913b5 (patch) | |
tree | 716891b43a4db013837854c022c9d897207ec718 /src/gallium/drivers/freedreno/freedreno_screen.h | |
parent | fd6ed7b5628678ada0db3bf6ae1bcf80628c6947 (diff) |
freedreno: core SSBO support
The generation-independent support for binding shader buffer objects.
Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/gallium/drivers/freedreno/freedreno_screen.h')
-rw-r--r-- | src/gallium/drivers/freedreno/freedreno_screen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/freedreno/freedreno_screen.h b/src/gallium/drivers/freedreno/freedreno_screen.h index f2b1d8cea76..dac7224f3af 100644 --- a/src/gallium/drivers/freedreno/freedreno_screen.h +++ b/src/gallium/drivers/freedreno/freedreno_screen.h @@ -38,6 +38,7 @@ #include "os/os_thread.h" #include "freedreno_batch_cache.h" +#include "freedreno_util.h" struct fd_bo; |