radeonsi: Handle additional PIPE_COMPUTE_CAP_*
authorNiels Ole Salscheider <niels_ole@salscheider-online.de>
Fri, 9 Aug 2013 09:59:30 +0000 (11:59 +0200)
committerTom Stellard <thomas.stellard@amd.com>
Sat, 24 Aug 2013 00:00:01 +0000 (17:00 -0700)
commit288a25252386d2cc372a5938fd4ff05879efd3ca
treed4979e3c10477d7af566db9350ade96936185cc0
parent04349541cd6fd635db786e00568357f0dbfd1aa0
radeonsi: Handle additional PIPE_COMPUTE_CAP_*

This patch adds support for:
PIPE_COMPUTE_CAP_MAX_INPUT_SIZE
PIPE_COMPUTE_CAP_MAX_LOCAL_SIZE

Return the values reported by the closed source driver for now.

Signed-off-by: Niels Ole Salscheider <niels_ole@salscheider-online.de>
Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
src/gallium/drivers/radeonsi/radeonsi_pipe.c