draw: add support for passing images to vs/gs shaders

Graphics / Mesa 3D Graphics Library / Mesa - Dave Airlie [redhat.com] - 30 March 2016 18:14 UTC

This just adds support for passing through images to the tgsi execution stage.

0d1f679 draw: add support for passing images to vs/gs shaders.
src/gallium/auxiliary/draw/draw_context.c | 18 ++++++++++++++++++
src/gallium/auxiliary/draw/draw_context.h | 6 ++++++
src/gallium/auxiliary/draw/draw_gs.c | 2 +-
src/gallium/auxiliary/draw/draw_private.h | 3 +++
src/gallium/auxiliary/draw/draw_vs_exec.c | 2 +-
5 files changed, 29 insertions(+), 2 deletions(-)

Upstream: cgit.freedesktop.org


  • Share