Re: [Mesa-dev] [PATCH 0/3] sse4 patches

2018-10-08 Thread Tapani Pälli
On 10/8/18 9:23 AM, Kenneth Graunke wrote: On Monday, September 24, 2018 4:19:36 AM PDT Tapani Pälli wrote: Hi; Here's another try to inline sse41 code and get rid of gtt maps in intel_miptree_map (revert 58fb613a519). To be able to safely utilize sse41 we separate sse41 functionality as a lib

Re: [Mesa-dev] [PATCH 0/3] sse4 patches

2018-10-07 Thread Kenneth Graunke
On Monday, September 24, 2018 4:19:36 AM PDT Tapani Pälli wrote: > Hi; > > Here's another try to inline sse41 code and get rid of gtt maps > in intel_miptree_map (revert 58fb613a519). To be able to safely > utilize sse41 we separate sse41 functionality as a library and > then choose run time if

[Mesa-dev] [PATCH 0/3] sse4 patches

2018-09-24 Thread Tapani Pälli
Hi; Here's another try to inline sse41 code and get rid of gtt maps in intel_miptree_map (revert 58fb613a519). To be able to safely utilize sse41 we separate sse41 functionality as a library and then choose run time if we want to use it. Couple of different approaches were tried, this one seem