[Mesa-dev] [PATCH 01/11] gallium: add PIPE_CAP_TGSI_ANY_REG_AS_ADDRESS

Brian Paul brianp at vmware.com
Fri Sep 29 14:51:40 UTC 2017


On 09/29/2017 06:25 AM, Marek Olšák wrote:
> From: Marek Olšák <marek.olsak at amd.com>
>
> ---
>   src/gallium/docs/source/screen.rst               | 2 ++
>   src/gallium/drivers/etnaviv/etnaviv_screen.c     | 1 +
>   src/gallium/drivers/freedreno/freedreno_screen.c | 1 +
>   src/gallium/drivers/i915/i915_screen.c           | 1 +
>   src/gallium/drivers/llvmpipe/lp_screen.c         | 1 +
>   src/gallium/drivers/nouveau/nv30/nv30_screen.c   | 1 +
>   src/gallium/drivers/nouveau/nv50/nv50_screen.c   | 1 +
>   src/gallium/drivers/nouveau/nvc0/nvc0_screen.c   | 1 +
>   src/gallium/drivers/r300/r300_screen.c           | 1 +
>   src/gallium/drivers/r600/r600_pipe.c             | 1 +
>   src/gallium/drivers/radeonsi/si_pipe.c           | 1 +
>   src/gallium/drivers/softpipe/sp_screen.c         | 1 +
>   src/gallium/drivers/svga/svga_screen.c           | 1 +
>   src/gallium/drivers/swr/swr_screen.cpp           | 1 +
>   src/gallium/drivers/vc4/vc4_screen.c             | 1 +
>   src/gallium/drivers/virgl/virgl_screen.c         | 1 +
>   src/gallium/include/pipe/p_defines.h             | 1 +
>   17 files changed, 18 insertions(+)
>
> diff --git a/src/gallium/docs/source/screen.rst b/src/gallium/docs/source/screen.rst
> index 553b8e6..f2b496c 100644
> --- a/src/gallium/docs/source/screen.rst
> +++ b/src/gallium/docs/source/screen.rst
> @@ -399,20 +399,22 @@ The integer capabilities:
>   * ``PIPE_CAP_NIR_SAMPLERS_AS_DEREF``: Whether NIR tex instructions should
>     reference texture and sampler as NIR derefs instead of by indices.
>   * ``PIPE_CAP_QUERY_SO_OVERFLOW``: Whether the
>     ``PIPE_QUERY_SO_OVERFLOW_PREDICATE`` and
>     ``PIPE_QUERY_SO_OVERFLOW_ANY_PREDICATE`` query types are supported. Note that
>     for a driver that does not support multiple output streams (i.e.,
>     ``PIPE_CAP_MAX_VERTEX_STREAMS`` is 1), both query types are identical.
>   * ``PIPE_CAP_MEMOBJ``: Whether operations on memory objects are supported.
>   * ``PIPE_CAP_LOAD_CONSTBUF``: True if the driver supports TGSI_OPCODE_LOAD use
>     with constant buffers.
> +* ``PIPE_CAP_TGSI_ANY_REG_AS_ADDRESS``: Any TGSI register can be used
> +  an address for indirect register indexing.

"as an address"

For patches 1-3, Reviewed-by: Brian Paul <brianp at vmware.com>




More information about the mesa-dev mailing list