Mesa (master): ilo: rework ilo_texture

Chia-I Wu olv at kemper.freedesktop.org
Tue May 14 08:08:59 UTC 2013


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

Author: Chia-I Wu <olvaffe at gmail.com>
Date:   Mon May 13 15:19:55 2013 +0800

ilo: rework ilo_texture

Use ilo_buffer for buffer resources and ilo_texture for texture resources.  A
major cleanup is necessitated by the separation.

---

 src/gallium/drivers/ilo/ilo_gpe_gen6.c |   40 +-
 src/gallium/drivers/ilo/ilo_gpe_gen7.c |   24 +-
 src/gallium/drivers/ilo/ilo_resource.c | 1293 ++++++++++++++++++--------------
 src/gallium/drivers/ilo/ilo_resource.h |   36 +-
 src/gallium/drivers/ilo/ilo_transfer.c |  422 ++++++-----
 5 files changed, 1038 insertions(+), 777 deletions(-)

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



More information about the mesa-commit mailing list