Re: [Mesa3d-dev] Mesa 7.4 release candidate 1

2009-03-25 Thread Timo Aaltonen
On Wed, 25 Mar 2009, Keith Whitwell wrote: > On Wed, 2009-03-25 at 07:26 -0700, Brian Paul wrote: >> Timo Aaltonen wrote: >>> On Fri, 20 Mar 2009, Brian Paul wrote: >>> >>>> The first release candidate of Mesa 7.4 can be grabbed from >>>>

Re: [Mesa3d-dev] Mesa 7.4 release candidate 1

2009-03-25 Thread Timo Aaltonen
On Fri, 20 Mar 2009, Brian Paul wrote: > > The first release candidate of Mesa 7.4 can be grabbed from > http://www.mesa3d.org/beta/ > > 7.4 will be a stable release just fixing bugs since Mesa 7.3. > > See the release notes for details. > > I'm hoping to wrap up 7.4 around the middle of next wee

Re: [Mesa3d-dev] [PATCH] Remove Intel pageflipping support from mesa

2009-01-18 Thread Timo Aaltonen
On Sun, 18 Jan 2009, Brian Paul wrote: > I'm guess not sure I understand where/why these build failures are happening. > > The Mesa i945 driver has been compiling fine for me with kernel 2.6.28 and > libdrm 2.4.4 You are probably using the drm headers from libdrm? t ---

Re: [Mesa3d-dev] [PATCH] Remove Intel pageflipping support from mesa

2009-01-18 Thread Timo Aaltonen
On Sun, 18 Jan 2009, Owain Ainsworth wrote: Yes, the build is having problems with dereferencing the sarea pointers. in the following code: drm_clip_rect_t planeA_rect = { .x1 = sarea->planeA_x, .y1 = sarea->planeA_y, .x2 = sarea->planeA_x + sarea->planeA_w,

Re: [Mesa3d-dev] [PATCH] Remove Intel pageflipping support from mesa

2009-01-18 Thread Timo Aaltonen
On Sat, 17 Jan 2009, Owain Ainsworth wrote: > On Sat, Jan 17, 2009 at 08:57:49PM +0200, Timo Aaltonen wrote: >> On Sat, 17 Jan 2009, Owain Ainsworth wrote: >> >>> That's very odd. It 73.rcs are building again kernel headers on openbsd >>> here (with only

Re: [Mesa3d-dev] [PATCH] Remove Intel pageflipping support from mesa

2009-01-17 Thread Timo Aaltonen
On Sat, 17 Jan 2009, Owain Ainsworth wrote: > That's very odd. It 73.rcs are building again kernel headers on openbsd > here (with only that pageflipping patch applied). The linux kernel > doesn't have conpat defines for planeA -> pipeA, so the following patch > should solve that: So that's equiv

Re: [Mesa3d-dev] [PATCH] Remove Intel pageflipping support from mesa

2009-01-16 Thread Timo Aaltonen
On Fri, 16 Jan 2009, Timo Aaltonen wrote: > On Fri, 16 Jan 2009, Brian Paul wrote: > >> Owain Ainsworth wrote: >>> Hey, >>> >>> As a companion to the DDX diff I just sent out, this patch rips all of >>> the broken i9XX pageflipping code from me

Re: [Mesa3d-dev] [PATCH] Remove Intel pageflipping support from mesa

2009-01-16 Thread Timo Aaltonen
On Fri, 16 Jan 2009, Brian Paul wrote: > Owain Ainsworth wrote: >> Hey, >> >> As a companion to the DDX diff I just sent out, this patch rips all of >> the broken i9XX pageflipping code from mesa. >> >> There's one chunk I'm not sure about (whether the for loops in >> IntelWindowMoved are still ne

[Mesa3d-dev] TLS support in libGL.so broken?

2008-09-15 Thread Timo Aaltonen
Hi! There's a bug filed on ubuntu that claims TLS support being broken: https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/259219 quoted here: "The package libgl1-mesa-dri in Intrepid seems to have been compiled with the option --enable-glx-tls. This triggers a bug in src/glx/x11

Re: [Mesa3d-dev] bug in mesa configure.ac?

2008-07-04 Thread Timo Aaltonen
On Thu, 3 Jul 2008, Dan Nicholson wrote: > On Fri, Jul 04, 2008 at 02:09:09AM +0300, Timo Aaltonen wrote: >> On Thu, 3 Jul 2008, Dan Nicholson wrote: >> >>> Here's a patch to try out. Could you review it a bit? I think I caught >>> all details, but it'

Re: [Mesa3d-dev] bug in mesa configure.ac?

2008-07-03 Thread Timo Aaltonen
On Thu, 3 Jul 2008, Dan Nicholson wrote: > Here's a patch to try out. Could you review it a bit? I think I caught > all details, but it's a fairly invasive patch. One drawback is that > the pkgconfig directory is still set directly in the commands as > $(INSTALL_LIB_DIR)/pkgconfig. So, you'd end u

Re: [Mesa3d-dev] debugging r200-tfp

2007-08-27 Thread Timo Aaltonen
On Mon, 27 Aug 2007, Michel Dänzer wrote: > On Sun, 2007-08-26 at 08:40 +0300, Timo Aaltonen wrote: >> >>I've tested the r200-tfp patch, but it doesn't seem to have an effect; >> resizing windows is very slow, and sometimes the contents are not >> redr

[Mesa3d-dev] debugging r200-tfp

2007-08-25 Thread Timo Aaltonen
Hi I've tested the r200-tfp patch, but it doesn't seem to have an effect; resizing windows is very slow, and sometimes the contents are not redrawn. Michel Dänzer suggested to debug the server and set breakpoint at r200SetTexOffset before starting compiz, but either I've done somet