commit | 4c9dec80edeb7f1d1774ca51faa806241c1c59cb | [log] [tgz] |
---|---|---|
author | Jason Ekstrand <jason.ekstrand@intel.com> | Fri Oct 07 15:41:17 2016 -0700 |
committer | Jason Ekstrand <jason.ekstrand@intel.com> | Fri Oct 14 15:40:39 2016 -0700 |
tree | 8bfdef03e92a399a107f517098878d16bf0f57f1 | |
parent | ac77528f7d383ee103ed702590f7bc9f05907b61 [diff] |
anv: Get rid of the ANV_CALL macro This macro was needed by meta in order to make gen-specific calls from gen-agnostic code. Now that we don't have meta, the remaining two uses are fairly trivial to get rid of. Signed-off-by: Jason Ekstrand <jason@jlekstrand.net>