On Mon, 2014-11-03 at 20:39 +1100, Timothy Arceri wrote:
> On Fri, 2014-10-31 at 17:24 +, Jose Fonseca wrote:
> > On 31/10/14 17:01, Matt Turner wrote:
> > > On Fri, Oct 31, 2014 at 4:12 AM, Jose Fonseca wrote:
> > >> On 31/10/14 10:13, Juha-Pekka Heikkila wrote:
> > >>>
> > >>>defined(__S
On Fri, 2014-10-31 at 17:24 +, Jose Fonseca wrote:
> On 31/10/14 17:01, Matt Turner wrote:
> > On Fri, Oct 31, 2014 at 4:12 AM, Jose Fonseca wrote:
> >> On 31/10/14 10:13, Juha-Pekka Heikkila wrote:
> >>>
> >>>defined(__SSE2__) && defined(__GNUC__)
> >>
> >>
> >> Instead of duplicate this
On 31.10.2014 20:30, Roland Scheidegger wrote:
> Am 31.10.2014 um 18:17 schrieb Matt Turner:
>> On Fri, Oct 31, 2014 at 3:13 AM, Juha-Pekka Heikkila
>> wrote:
>>> Signed-off-by: Juha-Pekka Heikkila
>>> ---
>>> src/mesa/main/colormac.h | 20 +++
>>> src/mesa/main/pixeltransfer.c
Am 31.10.2014 um 18:17 schrieb Matt Turner:
> On Fri, Oct 31, 2014 at 3:13 AM, Juha-Pekka Heikkila
> wrote:
>> Signed-off-by: Juha-Pekka Heikkila
>> ---
>> src/mesa/main/colormac.h | 20 +++
>> src/mesa/main/pixeltransfer.c | 59
>> ---
>>
On 31/10/14 17:01, Matt Turner wrote:
On Fri, Oct 31, 2014 at 4:12 AM, Jose Fonseca wrote:
On 31/10/14 10:13, Juha-Pekka Heikkila wrote:
defined(__SSE2__) && defined(__GNUC__)
Instead of duplicate this expression everywhere lets create a
"HAVE_SSE2_INTRIN" define. Not only this express
On Fri, Oct 31, 2014 at 3:13 AM, Juha-Pekka Heikkila
wrote:
> Signed-off-by: Juha-Pekka Heikkila
> ---
> src/mesa/main/colormac.h | 20 +++
> src/mesa/main/pixeltransfer.c | 59
> ---
> 2 files changed, 64 insertions(+), 15 deletions(-)
>
On Fri, Oct 31, 2014 at 4:12 AM, Jose Fonseca wrote:
> On 31/10/14 10:13, Juha-Pekka Heikkila wrote:
>>
>> defined(__SSE2__) && defined(__GNUC__)
>
>
> Instead of duplicate this expression everywhere lets create a
> "HAVE_SSE2_INTRIN" define. Not only this expression is complex, it will
> becom
On 31/10/14 10:13, Juha-Pekka Heikkila wrote:
defined(__SSE2__) && defined(__GNUC__)
Instead of duplicate this expression everywhere lets create a
"HAVE_SSE2_INTRIN" define. Not only this expression is complex, it will
become even more when we updated it for MSVC.
See src/gallium/include
Signed-off-by: Juha-Pekka Heikkila
---
src/mesa/main/colormac.h | 20 +++
src/mesa/main/pixeltransfer.c | 59 ---
2 files changed, 64 insertions(+), 15 deletions(-)
diff --git a/src/mesa/main/colormac.h b/src/mesa/main/colormac.h
index c8a