[Mesa3d-dev] [Bug 27189] mesa 7.7 fails to compile xorg_crtc.c:238 : error

2010-03-18 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=27189 --- Comment #2 from oneforall 2010-03-18 22:35:48 PST --- err that 2nd one doesn't do what you think again :( -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- Yo

[Mesa3d-dev] [Bug 27189] mesa 7.7 fails to compile xorg_crtc.c:238 : error

2010-03-18 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=27189 --- Comment #1 from oneforall 2010-03-18 22:33:33 PST --- ah I finally found the patch http://cgit.freedesktop.org/mesa/mesa/commit/?id=8db8adfd01a1ff1e2a160ae3b0199bd3daa4191a althou I have a hard time of figuring out how to download them

[Mesa3d-dev] [Bug 27189] New: mesa 7.7 fails to compile xorg_crtc.c:238 : error

2010-03-18 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=27189 Summary: mesa 7.7 fails to compile xorg_crtc.c:238 : error Product: Mesa Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority:

[Mesa3d-dev] [Bug 23884] Unigine Tropics demo requires GL_ARB_half_float_vertex

2010-03-18 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=23884 Gordon Jin changed: What|Removed |Added CC||t.ar...@mailcity.com --- Comment #8 from

Re: [Mesa3d-dev] GSOC: Gallium R300 driver

2010-03-18 Thread Corbin Simpson
On Thu, Mar 18, 2010 at 12:30 PM, Tom Stellard wrote: > Hi, > > I am interested in working on the Gallium R300 driver as a part of > Google Summer of Code.  I would like to try and target a specific game, > probably Civilization 4, and get it working as well as possible.  I am > interested in gett

[Mesa3d-dev] Google Summer of Code: we got in / call for mentors!

2010-03-18 Thread Stephane Marchesin
Hi, Good news, X.Org just got accepted into the Google Summer of Code program! Now we need mentors. If you are a developer and would like to possibly mentor Summer of Code projects, please contact me off-list. Thanks, Stephane -

Re: [Mesa3d-dev] GSOC: Gallium R300 driver

2010-03-18 Thread tom fogal
Tom Stellard writes: > Where is a good place for me to start looking through the code? Is > there a reference Gallium driver I can look at to get a good idea of > how the drivers are structured? I'm sure one of the actual gallium developers can give you more detail/correct me, but: src/gallium/d

[Mesa3d-dev] GSOC: Gallium R300 driver

2010-03-18 Thread Tom Stellard
Hi, I am interested in working on the Gallium R300 driver as a part of Google Summer of Code. I would like to try and target a specific game, probably Civilization 4, and get it working as well as possible. I am interested in getting some feedback on whether or not this is a good goal for the su

[Mesa3d-dev] [PATCH] Fix compile error caused by missing include dir

2010-03-18 Thread Johannes Obermayr
Please apply this patch. Otherwise st:es has a compile error in st_es2.c! Thanks. Johannes diff --git a/src/gallium/state_trackers/es/Makefile b/src/gallium/state_trackers/es/Makefile index e33685d..089d441 100644 --- a/src/gallium/state_trackers/es/Makefile +++ b/src/gallium/state_trackers/es/Ma

Re: [Mesa3d-dev] DRI SDK and modularized drivers.

2010-03-18 Thread Luc Verhaegen
On Thu, Mar 18, 2010 at 01:28:28AM -0700, Corbin Simpson wrote: > On Wed, Mar 17, 2010 at 6:13 PM, Luc Verhaegen wrote: > > On Wed, Mar 17, 2010 at 12:28:39AM +0100, Luc Verhaegen wrote: > >> Modularized dri drivers and an SDK enabled mesa tree are available in my > >> personal git repos at http:/

[Mesa3d-dev] [PATCH] Export glXGPA symbols

2010-03-18 Thread tom fogal
They seem to have become hidden with the visibility changes, at least --with-driver=xlib. -tom From cd28ec06842e502e2e41459ed1c56a95ff642d8d Mon Sep 17 00:00:00 2001 From: Tom Fogal Date: Wed, 17 Mar 2010 10:57:44 -0600 Subject: [PATCH] Export glXGPA symbols. --- src/mesa/drivers/x11/glxapi.c

Re: [Mesa3d-dev] DRI SDK and modularized drivers.

2010-03-18 Thread Corbin Simpson
On Wed, Mar 17, 2010 at 6:13 PM, Luc Verhaegen wrote: > On Wed, Mar 17, 2010 at 12:28:39AM +0100, Luc Verhaegen wrote: >> Modularized dri drivers and an SDK enabled mesa tree are available in my >> personal git repos at http://cgit.freedesktop.org/~libv/ >> >> The SDK enabled mesa tree adds to the