Re: [Mesa-dev] [PATCH 1/7] swr/rast: Use gfxptr_t value in JitGatherVertices

2019-01-15 Thread Cherniak, Bruce
Reviewed-by: Bruce Cherniak > On Dec 17, 2018, at 8:36 AM, Alok Hota wrote: > > Use gfxptr_t type value for stream pointer uses in gather and similar > calls > --- > .../swr/rasterizer/jitter/fetch_jit.cpp | 34 +-- > 1 file changed, 16 insertions(+), 18 deletions(-) > >

[Mesa-dev] [PATCH 1/7] swr/rast: Use gfxptr_t value in JitGatherVertices

2018-12-17 Thread Alok Hota
Use gfxptr_t type value for stream pointer uses in gather and similar calls --- .../swr/rasterizer/jitter/fetch_jit.cpp | 34 +-- 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/src/gallium/drivers/swr/rasterizer/jitter/fetch_jit.cpp