Re: [PATCH] Don't build Intel DRM if $CHOST is not i?86-* or x86_64-*

2012-02-02 Thread Jeremy Huddleston
On Feb 1, 2012, at 1:56 PM, Julien Cristau wrote: On Wed, Feb 1, 2012 at 13:01:58 -0800, Jeremy Huddleston wrote: yeah, that's probably cleaner (I guess it'll avoid the -*), but it should have the same effect. I get host_os=linux-gnu here afaict, so not really the same effect

Re: [PATCH] Don't build Intel DRM if $CHOST is not i?86-* or x86_64-*

2012-02-02 Thread Jeremy Huddleston
yeah, that's probably cleaner (I guess it'll avoid the -*), but it should have the same effect. I'll make the change. On Feb 1, 2012, at 12:43 PM, Julien Cristau wrote: On Mon, Jan 30, 2012 at 15:25:20 -0800, Jeremy Huddleston wrote: This fixes a failure in 'make check' found

[PATCH] Don't build Intel DRM if $CHOST is not i?86-* or x86_64-*

2012-02-01 Thread Jeremy Huddleston
On Feb 1, 2012, at 1:56 PM, Julien Cristau wrote: > On Wed, Feb 1, 2012 at 13:01:58 -0800, Jeremy Huddleston wrote: > >> yeah, that's probably cleaner (I guess it'll avoid the -*), but it should >> have the same effect. >> > I get host_os=linux-gnu here afaict, so

[PATCH] Don't build Intel DRM if $CHOST is not i?86-* or x86_64-*

2012-02-01 Thread Jeremy Huddleston
yeah, that's probably cleaner (I guess it'll avoid the -*), but it should have the same effect. I'll make the change. On Feb 1, 2012, at 12:43 PM, Julien Cristau wrote: > On Mon, Jan 30, 2012 at 15:25:20 -0800, Jeremy Huddleston wrote: > >> This fixes a failure in 'make

[PATCH] Don't build Intel DRM if $CHOST is not i?86-* or x86_64-*

2012-01-31 Thread Jeremy Huddleston
On Jan 31, 2012, at 8:59 AM, Eric Anholt wrote: > On Mon, 30 Jan 2012 15:25:20 -0800, Jeremy Huddleston freedesktop.org> wrote: >> This fixes a failure in 'make check' found by the tinderbox when trying to >> build this code on Linux/ppc. This code is only designed to run on

Re: [PATCH] Don't build Intel DRM if $CHOST is not i?86-* or x86_64-*

2012-01-31 Thread Jeremy Huddleston
On Jan 31, 2012, at 8:59 AM, Eric Anholt wrote: On Mon, 30 Jan 2012 15:25:20 -0800, Jeremy Huddleston jerem...@freedesktop.org wrote: This fixes a failure in 'make check' found by the tinderbox when trying to build this code on Linux/ppc. This code is only designed to run on Intel

[PATCH] Don't build Intel DRM if $CHOST is not i?86-* or x86_64-*

2012-01-30 Thread Jeremy Huddleston
This fixes a failure in 'make check' found by the tinderbox when trying to build this code on Linux/ppc. This code is only designed to run on Intel platforms, so don't even bother building it if we're not in that set. Found-by: Tinderbox Signed-off-by: Jeremy Huddleston --- It now causes

[PATCH] Don't build Intel DRM if $CHOST is not i?86-* or x86_64-*

2012-01-30 Thread Jeremy Huddleston
This fixes a failure in 'make check' found by the tinderbox when trying to build this code on Linux/ppc. This code is only designed to run on Intel platforms, so don't even bother building it if we're not in that set. Found-by: Tinderbox Signed-off-by: Jeremy Huddleston jerem...@apple.com

libdrm fails 'make check' in tinderbox (was Re: [ANNOUNCE] libdrm 2.4.30)

2012-01-29 Thread Jeremy Huddleston
: [ccbc40340b7b472939a90ae8afc0a82b358ce189] intel: Add a regression test program for intel_decode.c. git bisect good ccbc40340b7b472939a90ae8afc0a82b358ce189 On Jan 7, 2012, at 11:22, Jeremy Huddleston wrote: This new libdrm fails 'make check' on tinderbox: http://tinderbox.x.org/builds/2012-01-07-0023/logs/libdrm/#check

Re: libdrm fails 'make check' in tinderbox (was Re: [ANNOUNCE] libdrm 2.4.30)

2012-01-29 Thread Jeremy Huddleston
Maybe I'm missing something here... Shouldn't I be able to build and test support for Intel even if I've got an nVidia card in my box now? Or is this support for Intel CPUs rather than Intel GPUs? On Jan 28, 2012, at 17:55, Eric Anholt wrote: On Sat, 28 Jan 2012 12:57:10 -0800, Jeremy

Re: libdrm fails 'make check' in tinderbox (was Re: [ANNOUNCE] libdrm 2.4.30)

2012-01-29 Thread Jeremy Huddleston
Ok, well I'll give it a shot then. I've dealt with enough autoconf to make a decent first pass. On Jan 29, 2012, at 04:16, Daniel Vetter wrote: On Sun, Jan 29, 2012 at 04:30, Jeremy Huddleston jerem...@freedesktop.org wrote: Maybe I'm missing something here... Shouldn't I be able

libdrm fails 'make check' in tinderbox (was Re: [ANNOUNCE] libdrm 2.4.30)

2012-01-28 Thread Jeremy Huddleston
Maybe I'm missing something here... Shouldn't I be able to build and test support for Intel even if I've got an nVidia card in my box now? Or is this support for Intel CPUs rather than Intel GPUs? On Jan 28, 2012, at 17:55, Eric Anholt wrote: > On Sat, 28 Jan 2012 12:57:10 -0800, Jer

libdrm fails 'make check' in tinderbox (was Re: [ANNOUNCE] libdrm 2.4.30)

2012-01-28 Thread Jeremy Huddleston
t program for intel_decode.c. git bisect good ccbc40340b7b472939a90ae8afc0a82b358ce189 On Jan 7, 2012, at 11:22, Jeremy Huddleston wrote: > This new libdrm fails 'make check' on tinderbox: > http://tinderbox.x.org/builds/2012-01-07-0023/logs/libdrm/#check > > On Jan 6, 2012, at 8:54 AM, Eric Anho

[ANNOUNCE] libdrm 2.4.30

2012-01-08 Thread Jeremy Huddleston
Well that's a ppc box, so maybe endianness issues... ? On Jan 7, 2012, at 6:49 PM, Eric Anholt wrote: > On Sat, 07 Jan 2012 11:22:52 -0800, Jeremy Huddleston > wrote: >> This new libdrm fails 'make check' on tinderbox: >> http://tinderbox.x.org/builds/2012-01-07-0023/

Re: [ANNOUNCE] libdrm 2.4.30

2012-01-08 Thread Jeremy Huddleston
Well that's a ppc box, so maybe endianness issues... ? On Jan 7, 2012, at 6:49 PM, Eric Anholt wrote: On Sat, 07 Jan 2012 11:22:52 -0800, Jeremy Huddleston jerem...@apple.com wrote: This new libdrm fails 'make check' on tinderbox: http://tinderbox.x.org/builds/2012-01-07-0023/logs/libdrm

[ANNOUNCE] libdrm 2.4.30

2012-01-07 Thread Jeremy Huddleston
This new libdrm fails 'make check' on tinderbox: http://tinderbox.x.org/builds/2012-01-07-0023/logs/libdrm/#check On Jan 6, 2012, at 8:54 AM, Eric Anholt wrote: > Here's a new release, featuring updated i915_drm.h for gen7 transform > feedback, and intel_decode.c as a library API instead of

Re: [ANNOUNCE] libdrm 2.4.30

2012-01-07 Thread Jeremy Huddleston
This new libdrm fails 'make check' on tinderbox: http://tinderbox.x.org/builds/2012-01-07-0023/logs/libdrm/#check On Jan 6, 2012, at 8:54 AM, Eric Anholt wrote: Here's a new release, featuring updated i915_drm.h for gen7 transform feedback, and intel_decode.c as a library API instead of being