intel/compiler: Reverse inclusion dependency between brw_cfg.h and brw_shader.h
authorFrancisco Jerez <currojerez@riseup.net>
Wed, 9 Mar 2016 23:38:55 +0000 (15:38 -0800)
committerMatt Turner <mattst88@gmail.com>
Fri, 6 Mar 2020 18:20:19 +0000 (10:20 -0800)
commit310aef6b590d3d129b285ff8c50565af8cebacbc
treedefd6700ab0411fa07a96f3debcf81b159254242
parentd46fb2126d9fdd52386b001a140c1b70fec83f9e
intel/compiler: Reverse inclusion dependency between brw_cfg.h and brw_shader.h

This reflects the natural dependency relationship between brw_cfg.h
and brw_shader.h.  brw_cfg.h only requires the base IR definitions
which are now part of a separate header.

Reviewed-by: Matt Turner <mattst88@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4012>
src/intel/compiler/brw_cfg.cpp
src/intel/compiler/brw_cfg.h
src/intel/compiler/brw_predicated_break.cpp
src/intel/compiler/brw_shader.h