summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo/ilo_screen.c
diff options
context:
space:
mode:
authorMarek Olšák <marek.olsak@amd.com>2013-11-21 15:25:55 +0100
committerMarek Olšák <marek.olsak@amd.com>2013-12-03 19:39:13 +0100
commit1a02bb71ddbf7312a84ac1693f562cca191a7d42 (patch)
tree0b35a6d1c9188cbed64d104eeb34936d5629845c /src/gallium/drivers/ilo/ilo_screen.c
parentd52791a708760dd114a53137caad211dc7cc4dfc (diff)
downloadexternal_mesa3d-1a02bb71ddbf7312a84ac1693f562cca191a7d42.zip
external_mesa3d-1a02bb71ddbf7312a84ac1693f562cca191a7d42.tar.gz
external_mesa3d-1a02bb71ddbf7312a84ac1693f562cca191a7d42.tar.bz2
gallium: add support for AMD_vertex_shader_layer
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_screen.c')
-rw-r--r--src/gallium/drivers/ilo/ilo_screen.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/ilo/ilo_screen.c b/src/gallium/drivers/ilo/ilo_screen.c
index d6e3f94..a76966f 100644
--- a/src/gallium/drivers/ilo/ilo_screen.c
+++ b/src/gallium/drivers/ilo/ilo_screen.c
@@ -431,6 +431,8 @@ ilo_get_param(struct pipe_screen *screen, enum pipe_cap param)
return PIPE_ENDIAN_LITTLE;
case PIPE_CAP_MIXED_FRAMEBUFFER_SIZES:
return true;
+ case PIPE_CAP_TGSI_VS_LAYER:
+ return 0;
default:
return 0;