Re: [Mesa3d-dev] Mesa (master): fix overflow

2010-01-04 Thread Alan Hourihane
On Mon, 2010-01-04 at 10:51 -0700, Brian Paul wrote: > Alan Hourihane wrote: > > Module: Mesa > > Branch: master > > Commit: 1baaf111c8c42ed7f7218c46038f32eb51b9c6eb > > URL: > > http://cgit.freedesktop.org/mesa/mesa/commit/?id=1baaf111c8c42ed7f7218c46038f3

Re: [Mesa3d-dev] Mesa (mesa_7_5_branch): 1591 new commits

2009-08-06 Thread Alan Hourihane
Yikes, looks like something bad happened here. git seems to have changed on me and this looks like it pushed master onto the 7.5 branch. How can we reset this on fdo ? Alan. On Thu, 2009-08-06 at 07:55 -0700, Alan Hourihane wrote: > URL: > http://cgit.freedesktop.org/mesa/mesa/comm

Re: [Mesa3d-dev] Mesa (mesa_7_5_branch): 1591 new commits

2009-08-06 Thread Alan Hourihane
e forced > mesa_7_5_branch back to the last merge of it into master, hopefully > nothing got lost, if anybody have pushed anything after > 5b3428d7453eec8e8a5344e22113774dea1dc456 to mesa_7_5_branch please push > again. > > Cheers Jakob. > > Alan Hourihane wrote: > > URL:

Re: [Mesa3d-dev] mesa with llvm?

2009-03-09 Thread Alan Hourihane
On Mon, 2009-03-09 at 16:12 +0530, Kamalneet Singh wrote: > Hi, > > I got link errors while building gallium-mesa-7.4 branch with "make > linux-llvm". The attached patch fixes it. > > But I wonder which is the right branch for running mesa with llvm, > preferably with softpipe. Can someone please

[Mesa3d-dev] DRI2 flush extension

2009-02-19 Thread Alan Hourihane
ior to a swap. I've committed this already to the gallium-mesa-7.4 branch, but any comments appreciated before I push to the master branch? Thanks, Alan. commit b163d4f9ee2ab4d54daf7c17c097cae51c9c6db2 Author: Alan Hourihane Date: Thu Feb 19 18:39:08 2009 + glx: add support for

Re: [Mesa3d-dev] EGL in Mesa

2008-10-06 Thread Alan Hourihane
On Mon, 2008-10-06 at 16:34 -0400, Kristian Høgsberg wrote: > On Mon, Oct 6, 2008 at 1:09 PM, Brian Paul > <[EMAIL PROTECTED]> wrote: > > KwangYul Seo wrote: > >> Hi, > >> > >> I want to know the current status of EGL in Mesa. Mesa in the git > >> repository seems to have src/egl, but I can't find

Re: [Mesa3d-dev] Mesa (mesa_7_0_branch) fails to build

2008-03-27 Thread Alan Hourihane
On Thu, 2008-03-27 at 17:18 +0100, Julien Cristau wrote: > On Thu, Mar 27, 2008 at 17:02:27 +0100, Jens Stroebel wrote: > > > Hello all :) > > > > While trying to track the mesa_7_0_branch of mesa, I noticed my build > > failing with: > > > >

Re: [Mesa3d-dev] Mesa (mesa_7_0_branch) fails to build

2008-03-27 Thread Alan Hourihane
On Thu, 2008-03-27 at 17:18 +0100, Julien Cristau wrote: > On Thu, Mar 27, 2008 at 17:02:27 +0100, Jens Stroebel wrote: > > > Hello all :) > > > > While trying to track the mesa_7_0_branch of mesa, I noticed my build > > failing with: > > > >

Re: [Mesa3d-dev] libGL exported __glX* symbols (Was: glucose and xgl progress)

2007-09-26 Thread Alan Hourihane
On Wed, 2007-09-26 at 14:15 -0400, Kristian Høgsberg wrote: > On 9/20/07, José Fonseca <[EMAIL PROTECTED]> wrote: > > On 9/19/07, Gabor Gombas <[EMAIL PROTECTED]> wrote: > > > On Wed, Sep 19, 2007 at 10:20:49AM +, José Fonseca wrote: > > > > However, when loaded, references to __glXFreeContext

Re: [Mesa3d-dev] Texture code refactoring

2007-05-10 Thread Alan Hourihane
Ian, This bit of the patch is broken case GL_TEXTURE_3D: - { -const struct gl_texture_unit *texUnit; -texUnit = &ctx->Texture.Unit[ctx->Texture.CurrentUnit]; -return (texUnit->Enabled & TEXTURE_3D_BIT) ? GL_TRUE : GL_FALSE; - } +

Re: [Mesa3d-dev] Mesa 6.5.3 release candidate 2

2007-04-22 Thread Alan Hourihane
On Sun, 2007-04-22 at 09:05 -0600, Brian Paul wrote: > On 4/22/07, Michel Dänzer <[EMAIL PROTECTED]> wrote: > > On Sat, 2007-04-21 at 16:06 -0600, Brian Paul wrote: > > > I've uploaded a second release candidate: http://www.mesa3d.org/beta/ > > > I think it would be useful in general, but in part

Re: [Mesa3d-dev] [RFC] Attempt to fix the need to LD_PRELOAD libGL

2006-07-23 Thread Alan Hourihane
On Sun, 2006-07-23 at 13:31 +0200, Michel Dänzer wrote: > On Sat, 2006-07-22 at 18:52 +0100, Alan Hourihane wrote: > > > > Seems like a good solution to me. > > Thanks. > > > Although should we try and open "libGL.so" first, and then > > "li

Re: [Mesa3d-dev] [RFC] Attempt to fix the need to LD_PRELOAD libGL

2006-07-22 Thread Alan Hourihane
On Sat, 2006-07-22 at 18:11 +0200, Michel Dänzer wrote: > I think we need to get to the bottom of this problem, as it keeps > getting more annoying, e.g. now with AIGLX it's not always easy to tell > whether direct rendering is being used, and when it's not, bugs may take > down the server instead

Re: [Mesa3d-dev] DualHead and direct rendering

2006-07-14 Thread Alan Hourihane
On Fri, 2006-07-14 at 18:30 +0200, Agustin Rubio Mingorance wrote: > Hello > > I have a PC with an Intel GM855 graphic card. > I've been able to get dualhead and direct rendering > in one of the screens, but I can't get it in both of them. > > ¿What should I do in order to get dri in dualhead m

Re: [Mesa3d-dev] 3D performance loss with i915 driver

2006-05-02 Thread Alan Hourihane
On Tue, 2006-05-02 at 14:23 +0200, Lukas Hejtmanek wrote: > On Tue, May 02, 2006 at 11:51:05AM +0100, Alan Hourihane wrote: > > > The problem here is batchbuffers. > > > > > > Due to rotation being able to shuffle memory around it wasn't possible to > > &

Re: [Mesa3d-dev] 3D performance loss with i915 driver

2006-05-02 Thread Alan Hourihane
On Tue, 2006-05-02 at 11:49 +0100, Alan Hourihane wrote: > On Thu, 2006-04-27 at 13:55 +0200, Lukas Hejtmanek wrote: > > On Wed, Apr 26, 2006 at 08:06:51PM -0700, Eric Anholt wrote: > > > The open source driver isn't doing some important things that can be > > >

Re: [Mesa3d-dev] 3D performance loss with i915 driver

2006-05-02 Thread Alan Hourihane
On Thu, 2006-04-27 at 13:55 +0200, Lukas Hejtmanek wrote: > On Wed, Apr 26, 2006 at 08:06:51PM -0700, Eric Anholt wrote: > > The open source driver isn't doing some important things that can be > > done to improve memory bandwidth usage. 5x is more than I expected, but > > it's not unbelievable. >

Re: [Mesa3d-dev] I915_PARAM_LAST_DISPATCH missing

2006-02-09 Thread Alan Hourihane
On Thu, 2006-02-09 at 15:52 -0800, Johnson, Charles F wrote: > I'm down to trying to build the i915_dri driver and am getting: > > gcc -c -I. -I../../../../../src/mesa/drivers/dri/common -Iserver > -I../../../../../../drm/shared-core -I../../../../../include > -I../../../../../include/GL/interna

[Mesa3d-dev] i830 Dri code removal

2006-01-24 Thread Alan Hourihane
Anyone objections to removing the very old i830 code ?? i.e. src/mesa/drivers/dri/i830 ?? Alan. --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that m