https://bugs.freedesktop.org/show_bug.cgi?id=104749
--- Comment #1 from Juan A. Suarez <jasua...@igalia.com> ---
Tracked to:
commit 01ab218bbc5c8058a99077a6bc3dc9884e9d218a
Author: George Kyriazis <george.kyria...@intel.com>
Date: Fri Jan 19 15:46:59 2018 -0600
swr/rast: Initial work for debugging support.
Adds ability to step into jitted llvm IR in Visual Studio.
- Updated llvm type generation script to also generate corresponding debug
types.
- New module pass inserts debug metadata into the IR for each function
Disabled by default.
Reviewed-by: Bruce Cherniak <bruce.chern...@intel.com>
.../swr/rasterizer/codegen/gen_llvm_types.py | 10 +-
.../swr/rasterizer/codegen/templates/gen_llvm.hpp | 12 ++
.../drivers/swr/rasterizer/jitter/JitManager.cpp | 157 +++++++++++++++++++--
.../drivers/swr/rasterizer/jitter/JitManager.h | 24 ++++
.../drivers/swr/rasterizer/jitter/builder_misc.cpp | 2 +-
.../drivers/swr/rasterizer/jitter/jit_pch.hpp | 2 +-
6 files changed, 191 insertions(+), 16 deletions(-)
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev