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

Author: Wladimir J. van der Laan <[email protected]>
Date:   Sat Nov 18 10:44:30 2017 +0100

etnaviv: GC7000: Factor out RS blit functionality

Prepare for BLT-based blitting path by moving RS-based
blitting to the RS implementation file, making this
self-contained.

Signed-off-by: Wladimir J. van der Laan <[email protected]>
Reviewed-by: Christian Gmeiner <[email protected]>

---

 src/gallium/drivers/etnaviv/etnaviv_clear_blit.c | 558 +------------------
 src/gallium/drivers/etnaviv/etnaviv_clear_blit.h |   6 +
 src/gallium/drivers/etnaviv/etnaviv_emit.c       |  79 ---
 src/gallium/drivers/etnaviv/etnaviv_emit.h       |   3 -
 src/gallium/drivers/etnaviv/etnaviv_rs.c         | 665 ++++++++++++++++++++++-
 src/gallium/drivers/etnaviv/etnaviv_rs.h         |   4 +-
 6 files changed, 677 insertions(+), 638 deletions(-)

Diff:   
http://cgit.freedesktop.org/mesa/mesa/diff/?id=079bbaec0c7a0ef984ce502fb86f980cbe8577f8
_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to