draw: add support for passing buffers to vs/gs shaders.
authorDave Airlie <airlied@redhat.com>
Mon, 11 Apr 2016 02:59:25 +0000 (12:59 +1000)
committerDave Airlie <airlied@redhat.com>
Tue, 12 Apr 2016 04:15:36 +0000 (14:15 +1000)
commitc2aeeca4554d744b6293ad87d9a183e51b0138ff
treecf6e46282434e533ee1817d2739ed5554defc4c5
parent081a958bcddd37131bd67d0ac26a0785ecbd5fa6
draw: add support for passing buffers to vs/gs shaders.

Like the image code, but for shader buffers this time.

Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
src/gallium/auxiliary/draw/draw_context.c
src/gallium/auxiliary/draw/draw_context.h
src/gallium/auxiliary/draw/draw_gs.c
src/gallium/auxiliary/draw/draw_private.h
src/gallium/auxiliary/draw/draw_vs_exec.c