On Fre, 2013-02-01 at 22:50 +0100, Christoph Bumiller wrote: 
> 
> diff --git a/src/gallium/drivers/r300/r300_screen.c 
> b/src/gallium/drivers/r300/r300_screen.c
> index d0f0070..7ae9dd6 100644
> --- a/src/gallium/drivers/r300/r300_screen.c
> +++ b/src/gallium/drivers/r300/r300_screen.c
> @@ -155,6 +155,7 @@ static int r300_get_param(struct pipe_screen* pscreen, 
> enum pipe_cap param)
>          case PIPE_CAP_TEXTURE_MULTISAMPLE:
>          case PIPE_CAP_CUBE_MAP_ARRAY:
>          case PIPE_CAP_TEXTURE_BUFFER_OBJECTS:
> +        case PIPE_CAP_DRAW_INDIRECT:
>              return 0;
>  
>          /* SWTCL-only features. */

Thanks for adding the cap to r300g, but what about r600g and radeonsi?


-- 
Earthling Michel Dänzer           |                   http://www.amd.com
Libre software enthusiast         |          Debian, X and DRI developer
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to