summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe
diff options
context:
space:
mode:
authorTimothy Arceri <[email protected]>2017-08-18 15:51:48 +1000
committerTimothy Arceri <[email protected]>2018-03-20 14:17:34 +1100
commit9c51a7ea2956495fd15d0ee6fc47fe99e14b9f36 (patch)
tree1b24d84a9f6ec057a3f358212a101e3c758da702 /src/gallium/drivers/llvmpipe
parentffa4bbe4665f95bab7779ded57d6a4de13cb8ffc (diff)
gallium: add packed uniform CAP
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/drivers/llvmpipe')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_screen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_screen.c b/src/gallium/drivers/llvmpipe/lp_screen.c
index 01ef348e3b0..3f5d0327bf9 100644
--- a/src/gallium/drivers/llvmpipe/lp_screen.c
+++ b/src/gallium/drivers/llvmpipe/lp_screen.c
@@ -361,6 +361,7 @@ llvmpipe_get_param(struct pipe_screen *screen, enum pipe_cap param)
case PIPE_CAP_CONTEXT_PRIORITY_MASK:
case PIPE_CAP_FENCE_SIGNAL:
case PIPE_CAP_CONSTBUF0_FLAGS:
+ case PIPE_CAP_PACKED_UNIFORMS:
return 0;
}
/* should only get here on unhandled cases */