Re: Q1: speedup: parallel-make-jobs and/or ccache Q2: radeon*g*_dri.so Q3. enable XCB

2010-01-08 Thread Sedat Dilek
I built 5 times with -j3, but damn builds were all OK. Sorry, I have no broken build-log for you. - Sedat - On Fri, Jan 8, 2010 at 1:16 AM, Dan Nicholson dbn.li...@gmail.com wrote: On Thu, Jan 7, 2010 at 3:26 PM, Sedat Dilek sedat.di...@googlemail.com wrote: Indeed, I discovered a failure in

Re: Q1: speedup: parallel-make-jobs and/or ccache Q2: radeon*g*_dri.so Q3. enable XCB

2010-01-08 Thread Sedat Dilek
Indeed, I discovered a failure in both cases. But, I always do a clean checkout (build-from-scratch) and clean/clear the cache of ccache. $ grep libmesagallium.a mesa/src/mesa/Makefile default: depend asm_subdirs glsl_builtin libmesa.a libmesagallium.a \ libmesagallium.a: $(MESA_GALLIUM_OBJECTS)

Re: Q1: speedup: parallel-make-jobs and/or ccache Q2

2010-01-08 Thread Xavier
On Fri, Jan 8, 2010 at 10:01 AM, dri-devel-requ...@lists.sourceforge.net wrote: Message: 2 Date: Thu, 7 Jan 2010 22:38:27 -0800 From: Dan Nicholson dbn.li...@gmail.com Subject: Re: Q1: speedup: parallel-make-jobs and/or ccache Q2:        radeon*g*_dri.so Q3. enable XCB To:

Re: Q1: speedup: parallel-make-jobs and/or ccache Q2: radeon*g*_dri.so Q3. enable XCB

2010-01-08 Thread Dan Nicholson
On Fri, Jan 8, 2010 at 1:27 AM, Sedat Dilek sedat.di...@googlemail.com wrote: Reported-and-Tested-by: Sedat Dilek sedat.di...@gmail.com 1. The complaints about missing file/dir are gone. 2. sl_pp_context.o matches libmesa.a and libmesagallium.a, again. This patch looks fine to me, thanks.

Re: [Mesa3d-dev] [mesa] svga: Fix error: cannot take address of bit-field 'texture_target' in svga_tgsi.h

2010-01-08 Thread michal
Sedat Dilek wrote on 2010-01-06 18:54: Compile-tested OK. Thanks, commited. -- This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A

Re: Q1: speedup: parallel-make-jobs and/or ccache Q2: radeon*g*_dri.so Q3. enable XCB

2010-01-08 Thread Sedat Dilek
Hi Dan, from build to build we will squash them. Sometimes, I am not really sure if it is a bug or feature :-). You did as well did an awesome job, thanks. Kind Regards, - Sedat - On Fri, Jan 8, 2010 at 3:13 PM, Dan Nicholson dbn.li...@gmail.com wrote: On Fri, Jan 8, 2010 at 1:27 AM, Sedat

[Bug 25934] Segfaults while parsing a shader shown to work on other platforms

2010-01-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25934 --- Comment #5 from Lucas Paul reilith...@gmail.com 2010-01-08 11:23:12 PST --- Brian, since I've been using Gentoo's portage system to build Mesa, I'm not sure how to give it specific switches, like -g, for compiling. I was under the

[git] Support for new DRI2 protocol

2010-01-08 Thread Jesse Barnes
DRI2 now has support for swapbuffers, OML_sync_control and events. There's a git tree at git://people.freedesktop.org/~jbarnes/mesa with support for the new requests that I'd like to push into Mesa master. Can people take a look at make sure I don't have anything horribly wrong? I've tested it

Re: [PATCH] drivers/gpu/drm/i915/i915_debugfs.c: remove unnecessary casts

2010-01-08 Thread Jesse Barnes
On Fri, 8 Jan 2010 16:24:02 -0500 H Hartley Sweeten hartl...@visionengravers.com wrote: On Friday, January 08, 2010 2:21 PM, Jesse Barnes wrote: On Fri, 8 Jan 2010 14:18:01 -0700 H Hartley Sweeten hartl...@visionengravers.com wrote: drivers/gpu/drm/i915/i915_debugfs.c: Remove unnecessary

Re: linux-2.6.32.2 broke radeon modeset=1

2010-01-08 Thread Alex Deucher
On Fri, Jan 8, 2010 at 12:53 PM, Hendrik Sattler p...@hendrik-sattler.de wrote: Hi, I have a ATI HD2400XT in my notebook and tried the radeon.ko module with modeset=1 (X cannot use this, yet). While this gives me a framebuffer console with 2.6.32, it only shows a blank screen with

[PATCH] DRM / i915: Fix resume regression on MSI Wind U100 w/o KMS

2010-01-08 Thread Rafael J. Wysocki
From: Rafael J. Wysocki r...@sisk.pl Commit cbda12d77ea590082edb6d30bd342a67ebc459e0 (drm/i915: implement new pm ops for i915), among other things, removed the .suspend and .resume pointers from the struct drm_driver object in i915_drv.c, which broke resume without KMS on my MSI Wind U100. Fix

[Bug 25953] New: dri driver compilation fails (mesa 7.6.1 on Mandriva 2009.1, linux-x86 )

2010-01-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25953 Summary: dri driver compilation fails (mesa 7.6.1 on Mandriva 2009.1, linux-x86 ) Product: Mesa Version: 7.6 Platform: x86 (IA32) OS/Version: Linux (All) Status:

Re: [PATCH] DRM / i915: Fix resume regression on MSI Wind U100 w/o KMS

2010-01-08 Thread Linus Torvalds
On Sat, 9 Jan 2010, Rafael J. Wysocki wrote: From: Rafael J. Wysocki r...@sisk.pl Commit cbda12d77ea590082edb6d30bd342a67ebc459e0 (drm/i915: implement new pm ops for i915), among other things, removed the .suspend and .resume pointers from the struct drm_driver object in i915_drv.c,

Re: [PATCH] DRM / i915: Fix resume regression on MSI Wind U100 w/o KMS

2010-01-08 Thread Jesse Barnes
On Fri, 8 Jan 2010 16:01:46 -0800 (PST) Linus Torvalds torva...@linux-foundation.org wrote: On Sat, 9 Jan 2010, Rafael J. Wysocki wrote: From: Rafael J. Wysocki r...@sisk.pl Commit cbda12d77ea590082edb6d30bd342a67ebc459e0 (drm/i915: implement new pm ops for i915), among other

[Bug 25953] dri driver compilation fails (mesa 7.6.1 on Mandriva 2009.1, linux-x86 )

2010-01-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=25953 Alex Deucher ag...@yahoo.com changed: What|Removed |Added Status|NEW |RESOLVED

Re: [PATCH] DRM / i915: Fix resume regression on MSI Wind U100 w/o KMS

2010-01-08 Thread Jesse Barnes
On Fri, 8 Jan 2010 16:01:46 -0800 (PST) Linus Torvalds torva...@linux-foundation.org wrote: On Sat, 9 Jan 2010, Rafael J. Wysocki wrote: From: Rafael J. Wysocki r...@sisk.pl Commit cbda12d77ea590082edb6d30bd342a67ebc459e0 (drm/i915: implement new pm ops for i915), among other

Re: [PATCH] DRM / i915: Fix resume regression on MSI Wind U100 w/o KMS

2010-01-08 Thread Rafael J. Wysocki
On Saturday 09 January 2010, Jesse Barnes wrote: On Fri, 8 Jan 2010 16:06:59 -0800 Jesse Barnes jbar...@virtuousgeek.org wrote: On Fri, 8 Jan 2010 16:01:46 -0800 (PST) Linus Torvalds torva...@linux-foundation.org wrote: On Sat, 9 Jan 2010, Rafael J. Wysocki wrote:

Re: [PATCH] DRM / i915: Fix resume regression on MSI Wind U100 w/o KMS

2010-01-08 Thread Rafael J. Wysocki
On Saturday 09 January 2010, Linus Torvalds wrote: On Sat, 9 Jan 2010, Rafael J. Wysocki wrote: From: Rafael J. Wysocki r...@sisk.pl Commit cbda12d77ea590082edb6d30bd342a67ebc459e0 (drm/i915: implement new pm ops for i915), among other things, removed the .suspend and .resume

Re: [PATCH] DRM / i915: Fix resume regression on MSI Wind U100 w/o KMS

2010-01-08 Thread Rafael J. Wysocki
On Saturday 09 January 2010, Jesse Barnes wrote: On Fri, 8 Jan 2010 16:01:46 -0800 (PST) Linus Torvalds torva...@linux-foundation.org wrote: On Sat, 9 Jan 2010, Rafael J. Wysocki wrote: From: Rafael J. Wysocki r...@sisk.pl Commit cbda12d77ea590082edb6d30bd342a67ebc459e0

Re: [PATCH] DRM / i915: Fix resume regression on MSI Wind U100 w/o KMS

2010-01-08 Thread Jesse Barnes
On Fri, 8 Jan 2010 16:06:59 -0800 Jesse Barnes jbar...@virtuousgeek.org wrote: On Fri, 8 Jan 2010 16:01:46 -0800 (PST) Linus Torvalds torva...@linux-foundation.org wrote: On Sat, 9 Jan 2010, Rafael J. Wysocki wrote: From: Rafael J. Wysocki r...@sisk.pl Commit

Re: [PATCH] DRM / i915: Fix resume regression on MSI Wind U100 w/o KMS

2010-01-08 Thread Linus Torvalds
On Sat, 9 Jan 2010, Rafael J. Wysocki wrote: Which is functionally equivalent to my patch, because i915_suspend/resume() won't be called by drm_class_suspend/resume() in the KMS case anyway. Ahh, right you are - that class suspend function does a check for DRIVER_MODESET, and only does the

Re: [PATCH] DRM / i915: Fix resume regression on MSI Wind U100 w/o KMS

2010-01-08 Thread Jesse Barnes
On Fri, 8 Jan 2010 16:50:57 -0800 (PST) Linus Torvalds torva...@linux-foundation.org wrote: On Sat, 9 Jan 2010, Rafael J. Wysocki wrote: Which is functionally equivalent to my patch, because i915_suspend/resume() won't be called by drm_class_suspend/resume() in the KMS case anyway.

Re: [PATCH] DRM / i915: Fix resume regression on MSI Wind U100 w/o KMS

2010-01-08 Thread Dave Airlie
From: Rafael J. Wysocki r...@sisk.pl Commit cbda12d77ea590082edb6d30bd342a67ebc459e0 (drm/i915: implement new pm ops for i915), among other things, removed the .suspend and .resume pointers from the struct drm_driver object in i915_drv.c, which broke resume without KMS on my MSI Wind

Re: [PATCH] DRM / i915: Fix resume regression on MSI Wind U100 w/o KMS

2010-01-08 Thread Jesse Barnes
On Sat, 9 Jan 2010 02:15:41 + (GMT) Dave Airlie airl...@linux.ie wrote: From: Rafael J. Wysocki r...@sisk.pl Commit cbda12d77ea590082edb6d30bd342a67ebc459e0 (drm/i915: implement new pm ops for i915), among other things, removed the .suspend and .resume pointers from the struct