[Mesa-dev] [PATCH 2/4] gallium: add facilities for indirect drawing
Michel Dänzer
michel at daenzer.net
Sun Feb 3 23:27:41 PST 2013
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
More information about the mesa-dev
mailing list