gallium/tgsi: move tgsi_exec.h header out of draw_context.h
authorDave Airlie <airlied@redhat.com>
Mon, 25 Apr 2016 23:42:38 +0000 (09:42 +1000)
committerDave Airlie <airlied@redhat.com>
Tue, 26 Apr 2016 03:00:57 +0000 (13:00 +1000)
commita6aae0c24d83675ecaaf0c6d1d8f05ad9175a9fe
tree8844b9831904c95fcac7426e67c99d7a7bdd9ac6
parentbd07e20d208268382a34dca23ff71a8192bb1525
gallium/tgsi: move tgsi_exec.h header out of draw_context.h

It gets annoying that changing the tgsi exec rebuilds the state
tracker unnecessarily. Putting this include into draw_gs.h which
uses it causes a lot less rebuilds.

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