[Mesa-dev] [PATCH 02/11] ureg: add buffer support to ureg
Marek Olšák
maraeo at gmail.com
Sun Sep 27 04:49:37 PDT 2015
On Sun, Sep 27, 2015 at 8:33 AM, Ilia Mirkin <imirkin at alum.mit.edu> wrote:
> Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
> ---
> src/gallium/auxiliary/tgsi/tgsi_strings.c | 3 ++-
> src/gallium/auxiliary/tgsi/tgsi_ureg.c | 27 +++++++++++++++++++++++++++
> src/gallium/auxiliary/tgsi/tgsi_ureg.h | 3 +++
> src/gallium/include/pipe/p_shader_tokens.h | 1 +
> 4 files changed, 33 insertions(+), 1 deletion(-)
>
> diff --git a/src/gallium/auxiliary/tgsi/tgsi_strings.c b/src/gallium/auxiliary/tgsi/tgsi_strings.c
> index 8271ea0..41a03e3 100644
> --- a/src/gallium/auxiliary/tgsi/tgsi_strings.c
> +++ b/src/gallium/auxiliary/tgsi/tgsi_strings.c
> @@ -55,7 +55,8 @@ static const char *tgsi_file_names[] =
> "PRED",
> "SV",
> "RES",
> - "SVIEW"
> + "SVIEW",
> + "BUFFER",
"RES" should be renamed to "IMAGE" in the previous patch.
Marek
More information about the mesa-dev
mailing list