Module: Mesa
Branch: vulkan
Commit: 627728cce55b8b67bb30bdd206affb6f0885315b
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=627728cce55b8b67bb30bdd206affb6f0885315b

Author: Nanley Chery <nanley.g.ch...@intel.com>
Date:   Mon Mar  7 15:15:33 2016 -0800

anv/meta: Split anv_meta_blit.c into three files

The new organization is as follows:
* anv_meta_blit.c: Blit and state setup/teardown commands
* anv_meta_copy.c: Copy and update commands
* anv_meta_blit2d.c: 2D Blitter API commands

Also, change the formatting to contain most lines
within 80 columns.

Signed-off-by: Nanley Chery <nanley.g.ch...@intel.com>
Reviewed-by: Anuj Phogat <anuj.pho...@gmail.com>

---

 src/intel/vulkan/Makefile.am       |   2 +
 src/intel/vulkan/anv_meta_blit.c   | 612 +------------------------------------
 src/intel/vulkan/anv_meta_blit2d.c | 213 +++++++++++++
 src/intel/vulkan/anv_meta_copy.c   | 441 ++++++++++++++++++++++++++
 4 files changed, 662 insertions(+), 606 deletions(-)

Diff:   
http://cgit.freedesktop.org/mesa/mesa/diff/?id=627728cce55b8b67bb30bdd206affb6f0885315b
_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to