On Mon, Jan 4, 2016 at 11:03 AM, Ilia Mirkin <[email protected]> wrote: > On Mon, Jan 4, 2016 at 10:30 AM, Rob Clark <[email protected]> wrote: >> On Sat, Jan 2, 2016 at 11:37 PM, Ilia Mirkin <[email protected]> wrote: >>> Signed-off-by: Ilia Mirkin <[email protected]> >>> --- >>> 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.
I suspect at a minimum s/RESOURCE/IMAGE/g. Although if more docs coming in later patch that is even better. BR, -R _______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
