[PATCH] mklib: let static library building ignore ld options

2009-04-29 Thread Tormod Volden
From: Tormod Volden Dan Nicholson wrote: > Is there any reason not to just use a case statement instead of forking expr? No, that was just copied from another part of the script. Tormod --- Prepend "-Wl," to linking options and let mklib ignore -Wl options inside the object list when building

Re: [Intel-gfx] [RFC] DRI2 swapbuffers (yes yet again)

2009-04-29 Thread Michel Dänzer
On Wed, 2009-04-29 at 18:02 -0700, Jesse Barnes wrote: > On Wed, 29 Apr 2009 15:09:33 -0700 > Jesse Barnes wrote: > > I'm still working through mutlihead issues on the kernel side; the > > flip waits should wait for *both* vblank events before completing the > > flip. But other than that, I'm pre

Re: [Intel-gfx] [RFC] DRI2 swapbuffers (yes yet again)

2009-04-29 Thread Jesse Barnes
On Wed, 29 Apr 2009 15:09:33 -0700 Jesse Barnes wrote: > I'm still working through mutlihead issues on the kernel side; the > flip waits should wait for *both* vblank events before completing the > flip. But other than that, I'm pretty happy with things. This incremental set fixes up the multihe

Re: [PATCH] mklib: let static library building ignore ld options

2009-04-29 Thread Dan Nicholson
On Wed, Apr 29, 2009 at 3:39 PM, Tormod Volden wrote: > From: Tormod Volden > > Prepend "-Wl," to linking options and let mklib ignore -Wl options > inside the object list when building static libraries > --- >  bin/mklib                            |   12 >  src/gallium/winsys/egl_xl

[PATCH] mklib: let static library building ignore ld options

2009-04-29 Thread Tormod Volden
From: Tormod Volden Prepend "-Wl," to linking options and let mklib ignore -Wl options inside the object list when building static libraries --- bin/mklib| 12 src/gallium/winsys/egl_xlib/Makefile |2 +- src/gallium/winsys/xlib/Makefile |2 +

Re: [PATCH] mklib: filter out ldd options when building static libraries

2009-04-29 Thread Dan Nicholson
On Wed, Apr 29, 2009 at 1:13 PM, Tormod Volden wrote: > From: Tormod Volden > > ar gets confused when the --start-group et al options introduced in > e.g. bfd5916eafb9a97ad10f1d4a8738e7dcb02e04f4 appear inside the object list > > Signed-off-by: Tormod Volden I mostly think this is the right thi

[PATCH] mklib: filter out ldd options when building static libraries

2009-04-29 Thread Tormod Volden
From: Tormod Volden ar gets confused when the --start-group et al options introduced in e.g. bfd5916eafb9a97ad10f1d4a8738e7dcb02e04f4 appear inside the object list Signed-off-by: Tormod Volden --- bin/mklib | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/bi

[Bug 20607] FlightGear asserts and aborts in r300_mipmap_tree.c:calculate_miptree_layout

2009-04-29 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=20607 Maciej Cencora changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: KMS with VESA ?

2009-04-29 Thread Alex Deucher
On Wed, Apr 29, 2009 at 10:32 AM, Abraham Varricatt wrote: > As of now, I know it's non-existent. But I want to know the > difficulties involved in attempting it (KMS+VESA)? At the moment, the > only chipsets that work with KMS are the intel ones. So, I'm thinking, > why not find out why no-one se

[Bug 21241] Suse11: Blank screen

2009-04-29 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=21241 --- Comment #11 from samit vats 2009-04-29 07:34:32 PST --- 1)For Suse11-32 the same behavior(screen blank on startx) is observed on three cards : RV535,R580,RV560 2)For Suse11-64, startx works but Direct Rendering : No and no aiglx error

KMS with VESA ?

2009-04-29 Thread Abraham Varricatt
As of now, I know it's non-existent. But I want to know the difficulties involved in attempting it (KMS+VESA)? At the moment, the only chipsets that work with KMS are the intel ones. So, I'm thinking, why not find out why no-one seems to be interested in doing a VESA driver? Perhaps I'm naive, but

Re: Intel KMS + fbcon + Mplayer

2009-04-29 Thread Jakob Bornecrantz
On 29 apr 2009, at 12.04, Peter Hanzel wrote: > Hello. > > I have tried Intel KMS in kernel 2.6.91.1 with fbcon. I am using only > framebuffer console. > Most fb apps works, but I have problem with mplayer. > The init works but the video is badly displayed. > I have investigated the problem and fou

Re: Intel KMS + fbcon + Mplayer

2009-04-29 Thread Geert Uytterhoeven
On Wed, Apr 29, 2009 at 12:04, Peter Hanzel wrote: > I have tried Intel KMS in kernel 2.6.91.1 with fbcon. I am using only > framebuffer console. > Most fb apps works, but I have problem with mplayer. > The init works but the video is badly displayed. > I have investigated the problem and found, t

Intel KMS + fbcon + Mplayer

2009-04-29 Thread Peter Hanzel
Hello. I have tried Intel KMS in kernel 2.6.91.1 with fbcon. I am using only framebuffer console. Most fb apps works, but I have problem with mplayer. The init works but the video is badly displayed. I have investigated the problem and found, that for my laptop mode 1280x800-32. The ioctl on /d

[Bug 12097] NULL pointer dereference in viaXMesaWindowMoved

2009-04-29 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=12097 Colin Guthrie changed: What|Removed |Added CC||[email protected] --- Comment #3 fr

[Bug 21472] New: EnablePageFlip hangs the system with xpress 200M in 3d games

2009-04-29 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=21472 Summary: EnablePageFlip hangs the system with xpress 200M in 3d games Product: Mesa Version: unspecified Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW

Re: KMS + fb + FBIOPUT_VSCREENINFO

2009-04-29 Thread Andrew Morton
(cc dri-devel) On Tue, 28 Apr 2009 10:32:34 +0200 "Peter Hanzel" wrote: > Hello. > > I have tried DRM with intel KMS and it is workiing. I am using only > framebuffer console. > Fbcon initializes 1280x800 mode and it works like a charm. > > But when I try to call FBIOPUT_VSCREENINFO on /dev/f