Mesa (master): ilo: Call GPE emit functions directly.

Chia-I Wu olv at kemper.freedesktop.org
Thu Aug 8 04:57:42 UTC 2013


Module: Mesa
Branch: master
Commit: c2c5366ff2f7e2741650079cc5af69166df16811
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c2c5366ff2f7e2741650079cc5af69166df16811

Author: Courtney Goeltzenleuchter <courtney at LunarG.com>
Date:   Mon Aug  5 15:57:31 2013 -0600

ilo: Call GPE emit functions directly.

Eliminate pipeline and GPE function vectors and have the pipeline functions
call the GPE emit functions directly.

---

 src/gallium/drivers/ilo/ilo_3d_pipeline.h      |   98 ------
 src/gallium/drivers/ilo/ilo_3d_pipeline_gen6.c |  181 ++++-------
 src/gallium/drivers/ilo/ilo_3d_pipeline_gen6.h |    5 -
 src/gallium/drivers/ilo/ilo_3d_pipeline_gen7.c |  217 +++++--------
 src/gallium/drivers/ilo/ilo_gpe_gen6.c         |   58 ----
 src/gallium/drivers/ilo/ilo_gpe_gen6.h         |  398 ------------------------
 src/gallium/drivers/ilo/ilo_gpe_gen7.c         |   87 -----
 src/gallium/drivers/ilo/ilo_gpe_gen7.h         |  345 --------------------
 8 files changed, 141 insertions(+), 1248 deletions(-)

Diff:   http://cgit.freedesktop.org/mesa/mesa/diff/?id=c2c5366ff2f7e2741650079cc5af69166df16811



More information about the mesa-commit mailing list