[Mesa-dev] [PATCH 04/17] Modified llvmpipe to return 64 in case of PIPE_CAP_MIN_MAP_BUFFER_ALIGNMENT.
Christoph Brill
egore911 at gmail.com
Mon Nov 25 14:56:17 PST 2013
Am 25.11.2013 06:36 schrieb "Siavash Eliasi" <siavashserver at gmail.com>:
>
> ---
> src/gallium/drivers/llvmpipe/lp_screen.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/src/gallium/drivers/llvmpipe/lp_screen.c
b/src/gallium/drivers/llvmpipe/lp_screen.c
> index f61df98..8be1779 100644
> --- a/src/gallium/drivers/llvmpipe/lp_screen.c
> +++ b/src/gallium/drivers/llvmpipe/lp_screen.c
> @@ -220,6 +220,7 @@ llvmpipe_get_param(struct pipe_screen *screen, enum
pipe_cap param)
> case PIPE_CAP_START_INSTANCE:
> case PIPE_CAP_TEXTURE_MULTISAMPLE:
> case PIPE_CAP_MIN_MAP_BUFFER_ALIGNMENT:
> + return 64;
Same issue here as with the other patch.
> case PIPE_CAP_CUBE_MAP_ARRAY:
> return 0;
> case PIPE_CAP_TEXTURE_BUFFER_OBJECTS:
> --
> 1.8.4.2
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20131125/97750830/attachment.html>
More information about the mesa-dev
mailing list