Re: [Mesa-dev] [PATCH 05/11] gallium: add UBO type to tgsi_file_type

2017-08-21 Thread Marek Olšák
I'd like the new "file" type to be called CONSTBUF instead of UBO. We don't generally use GL nomenclature in Gallium. Marek On Thu, Aug 17, 2017 at 1:03 PM, Timothy Arceri wrote: > This will be use to distinguish between load types when using > the TGSI_OPCODE_LOAD

[Mesa-dev] [PATCH 05/11] gallium: add UBO type to tgsi_file_type

2017-08-17 Thread Timothy Arceri
This will be use to distinguish between load types when using the TGSI_OPCODE_LOAD opcode. --- src/gallium/auxiliary/tgsi/tgsi_strings.c | 1 + src/gallium/include/pipe/p_shader_tokens.h | 1 + 2 files changed, 2 insertions(+) diff --git a/src/gallium/auxiliary/tgsi/tgsi_strings.c