[Mesa-dev] [PATCH 0/4] fixes primarily for LLVM trunk support

Alok Hota alok.hota at intel.com
Tue Jun 19 15:03:46 UTC 2018


These code changes were made in between some of the formatting changes.
Unforunately we do have another formatting patch coming in after this,
but I will keep that separate.

These patches are primarily focused on enhancing the BuilderGfxMem in our
internal rasterizer and to support changes in the LLVM trunk going into
version 7.0.0

Alok Hota (3):
  swr/rast: Adding SCATTERPS functionality to BuilderGfxMem
  swr/rast: Handling removed LLVM intrinsics in trunk
  swr/rast: Updating code style based on current clang-format rules

Vinson Lee (1):
  swr/rast: Fix addPassesToEmitFile usage with llvm-7.0.

 .../swr/rasterizer/jitter/JitManager.cpp      | 135 +++++------
 .../swr/rasterizer/jitter/builder_gfx_mem.cpp | 103 +++++----
 .../swr/rasterizer/jitter/builder_gfx_mem.h   | 107 +++++----
 .../jitter/functionpasses/lower_x86.cpp       | 217 +++++++++++-------
 4 files changed, 316 insertions(+), 246 deletions(-)

-- 
2.17.0



More information about the mesa-dev mailing list