[Mesa-dev] [PATCH 0/7] swr/rast: jitter updates

Alok Hota alok.hota at intel.com
Mon Dec 17 14:36:43 UTC 2018


These patches contain a series of updates to the jitter

Alok Hota (7):
  swr/rast: Use gfxptr_t value in JitGatherVertices
  swr/rast: Add annotator to interleave isa text
  swr/rast: partial support for Tiled Resources
  swr/rast: Unaligned and translations in gathers
  swr/rast: Scope MEM_CLIENT enum for mem usages
  swr/rast: New execution engine per JIT
  swr/rast: Store cached files in multiple subdirs

 .../swr/rasterizer/jitter/JitManager.cpp      | 157 +++++++++++++-----
 .../swr/rasterizer/jitter/JitManager.h        |  42 ++++-
 .../drivers/swr/rasterizer/jitter/builder.h   |   1 -
 .../swr/rasterizer/jitter/builder_gfx_mem.cpp |   2 +-
 .../swr/rasterizer/jitter/builder_gfx_mem.h   |  20 +--
 .../swr/rasterizer/jitter/builder_mem.cpp     |   1 -
 .../swr/rasterizer/jitter/builder_mem.h       |  28 ++--
 .../swr/rasterizer/jitter/builder_misc.cpp    | 113 +++++++++++++
 .../swr/rasterizer/jitter/builder_misc.h      |  22 +++
 .../swr/rasterizer/jitter/fetch_jit.cpp       |  98 ++++++-----
 10 files changed, 364 insertions(+), 120 deletions(-)

-- 
2.17.1



More information about the mesa-dev mailing list