commit | 2e317a4b6d77ab078bdc9b21765f6051c4577c5e | [log] [tgz] |
---|---|---|
author | Jason Ekstrand <jason.ekstrand@intel.com> | Fri Sep 29 11:18:04 2017 -0700 |
committer | Jason Ekstrand <jason.ekstrand@intel.com> | Thu Oct 12 22:39:31 2017 -0700 |
tree | 947d3c320be2a2a3fe607c7afa7e6bdae41722d0 | |
parent | 6b31229592df76eefc1aa41d5b936ad2bb6b5598 [diff] |
anv/pipeline: Refactor setup of the prog_data::param array Now that the only thing we put in the array up-front are client push constants, we can simplify anv_pipeline_compile a bit. Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>