[Mesa-dev] [PATCH v2 0/7] Merged 2 patchsets
George Kyriazis
george.kyriazis at intel.com
Tue Feb 27 20:12:11 UTC 2018
v2 is a merged patchset of the following email threads:
<1519312447-27403-1-git-send-email-george.kyriazis at intel.com>
<1519317122-3529-1-git-send-email-george.kyriazis at intel.com>
The cc to mesa-stable is going to be dealt with in a different patch,
since the surrounding context is different, and the same patch won't work
on both branches.
George Kyriazis (7):
swr/rast: Fix index buffer overfetch issue for non-indexed draws
swr/rast: whitespace change
swr/rast: Remove draw type from event definitions
swr/rast: Code generation cleanup
swr/rast: Consolidate TRANSLATE_ADDRESS
swr/rast: Faster frustum prim culling
swr/rast: revert clip distance precision
.../drivers/swr/rasterizer/archrast/archrast.cpp | 8 ++---
.../swr/rasterizer/archrast/events_private.proto | 4 ---
.../swr/rasterizer/codegen/gen_llvm_ir_macros.py | 3 +-
.../swr/rasterizer/codegen/templates/gen_llvm.hpp | 36 +++++++++++++---------
src/gallium/drivers/swr/rasterizer/core/api.cpp | 8 ++---
.../drivers/swr/rasterizer/core/backend_impl.h | 4 +--
src/gallium/drivers/swr/rasterizer/core/binner.cpp | 17 +++++++++-
src/gallium/drivers/swr/rasterizer/core/clip.h | 10 ++++--
.../drivers/swr/rasterizer/core/frontend.cpp | 15 +++++++++
.../drivers/swr/rasterizer/jitter/builder_mem.cpp | 20 ++++++++++++
.../drivers/swr/rasterizer/jitter/builder_mem.h | 7 ++++-
.../drivers/swr/rasterizer/jitter/fetch_jit.cpp | 6 +---
12 files changed, 97 insertions(+), 41 deletions(-)
--
2.7.4
More information about the mesa-dev
mailing list