[Mesa-dev] [PATCH 1/8] tgsi: add ureg support for image decls
Ilia Mirkin
imirkin at alum.mit.edu
Mon Jan 4 08:03:25 PST 2016
On Mon, Jan 4, 2016 at 10:30 AM, Rob Clark <robdclark at gmail.com> wrote:
> On Sat, Jan 2, 2016 at 11:37 PM, Ilia Mirkin <imirkin at alum.mit.edu> wrote:
>> Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
>> ---
>> src/gallium/auxiliary/tgsi/tgsi_build.c | 62 +++++++++--------
>> src/gallium/auxiliary/tgsi/tgsi_dump.c | 10 +--
>> src/gallium/auxiliary/tgsi/tgsi_parse.c | 4 +-
>> src/gallium/auxiliary/tgsi/tgsi_parse.h | 2 +-
>> src/gallium/auxiliary/tgsi/tgsi_strings.c | 4 +-
>> src/gallium/auxiliary/tgsi/tgsi_text.c | 10 +--
>> src/gallium/auxiliary/tgsi/tgsi_ureg.c | 77 ++++++++++++++++++++++
>> src/gallium/auxiliary/tgsi/tgsi_ureg.h | 7 ++
>> src/gallium/drivers/ilo/shader/toy_tgsi.c | 8 +--
>> .../drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp | 12 +++-
>> src/gallium/drivers/svga/svga_tgsi_vgpu10.c | 2 +
>> src/gallium/include/pipe/p_shader_tokens.h | 7 +-
>
> missing src/gallium/docs/source/tgsi.rst ?
What sort of change were you hoping to see in there? FWIW I have a
later patch which updates the LOAD/etc ops to talk about buffer/image
things.
-ilia
More information about the mesa-dev
mailing list