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

Author: Samuel Pitoiset <samuel.pitoi...@gmail.com>
Date:   Sun Oct  4 18:28:55 2015 +0200

nvc0: move HW queries to nvc0_query_hw.c/h files

Signed-off-by: Samuel Pitoiset <samuel.pitoi...@gmail.com>

---

 src/gallium/drivers/nouveau/Makefile.sources       |    2 +
 src/gallium/drivers/nouveau/nvc0/nvc0_query.c      | 1122 +------------------
 src/gallium/drivers/nouveau/nvc0/nvc0_query.h      |  115 --
 src/gallium/drivers/nouveau/nvc0/nvc0_query_hw.c   | 1135 ++++++++++++++++++++
 src/gallium/drivers/nouveau/nvc0/nvc0_query_hw.h   |  138 +++
 .../drivers/nouveau/nvc0/nvc0_shader_state.c       |    5 +-
 src/gallium/drivers/nouveau/nvc0/nvc0_state.c      |    3 +-
 src/gallium/drivers/nouveau/nvc0/nvc0_vbo.c        |    5 +-
 8 files changed, 1310 insertions(+), 1215 deletions(-)

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

Reply via email to