Re: [Mesa3d-dev] [PATCH] Use variable library name in pkg-config output.

2009-04-28 Thread tom fogal
Dan Nicholson writes: > On Tue, Apr 28, 2009 at 8:56 PM, Tom Fogal wrote: > > This modifies the pkg-config inputs, and corresponding makery, so > > that modifying the output library name will cause the appropriate > > updated name to appear in the pkg-config `-l' option. > > Yeah, this is the ri

Re: [Mesa3d-dev] [PATCH] Remove `egl' from SRC_DIRS.

2009-04-28 Thread tom fogal
Dan Nicholson writes: > On Tue, Apr 28, 2009 at 9:02 PM, tom fogal wrote: > > Tom Fogal writes: > >> This removes `egl' from the variable SRC_DIRS, preventing Mesa > >> from automatically recursing/building that state tracker.  It > >> appears as if `egl' is not necessary in SRC_DIRS: there is

Re: [Mesa3d-dev] [PATCH] Use variable library name in pkg-config output.

2009-04-28 Thread Dan Nicholson
On Tue, Apr 28, 2009 at 8:56 PM, Tom Fogal wrote: > Previously the pkg-config output files would contain `-lGL' and > `-lGLU', even if the user modified their configuration to build > libraries with different names.  This modifies the pkg-config > inputs, and corresponding makery, so that modifyin

Re: [Mesa3d-dev] [PATCH] Remove `egl' from SRC_DIRS.

2009-04-28 Thread Dan Nicholson
On Tue, Apr 28, 2009 at 9:02 PM, tom fogal wrote: > Tom Fogal writes: >> This removes `egl' from the variable SRC_DIRS, preventing Mesa >> from automatically recursing/building that state tracker.  It >> appears as if `egl' is not necessary in SRC_DIRS: there is >> appropriate autoconfery to ensu

Re: [Mesa3d-dev] [PATCH] Fix symbol list for mangled Mesa on Darwin.

2009-04-28 Thread tom fogal
Tom Fogal writes: > When building mangled Mesa on Darwin, the exported symbols ... [snip] ack, sorry for the spam.. must be too late here. While I'm here though, I might as well note that this patch is basically a followup to 4469355df277bec4947d859def543a3903c99041; I hadn't realized there were

[Mesa3d-dev] [PATCH] Fix symbol list for mangled Mesa on Darwin.

2009-04-28 Thread Tom Fogal
When building mangled Mesa on Darwin, the exported symbols are named `_mgluWhatever' instead of simply `_gluWhatever'. When using a list of exported symbols via the system ld's `-exported_symbols_list' command line option (as done by mklib), this resulted in error messages about exporting symbols

Re: [Mesa3d-dev] [PATCH] Remove `egl' from SRC_DIRS.

2009-04-28 Thread tom fogal
Tom Fogal writes: > This removes `egl' from the variable SRC_DIRS, preventing Mesa > from automatically recursing/building that state tracker. It > appears as if `egl' is not necessary in SRC_DIRS: there is > appropriate autoconfery to ensure it ends up in > GALLIUM_STATE_TRACKERS_DIRS, which is

[Mesa3d-dev] [PATCH] Fix symbol list for mangled Mesa on Darwin.

2009-04-28 Thread Tom Fogal
When building mangled Mesa on Darwin, the exported symbols are named `_mgluWhatever' instead of simply `_gluWhatever'. When using a list of exported symbols via the system ld's `-exported_symbols_list' command line option (as done by mklib), this resulted in error messages about exporting symbols

[Mesa3d-dev] [PATCH] Remove `egl' from SRC_DIRS.

2009-04-28 Thread Tom Fogal
This removes `egl' from the variable SRC_DIRS, preventing Mesa from automatically recursing/building that state tracker. It appears as if `egl' is not necessary in SRC_DIRS: there is appropriate autoconfery to ensure it ends up in GALLIUM_STATE_TRACKERS_DIRS, which is (correctly) only recursed whe

[Mesa3d-dev] [PATCH] Use variable library name in pkg-config output.

2009-04-28 Thread Tom Fogal
Previously the pkg-config output files would contain `-lGL' and `-lGLU', even if the user modified their configuration to build libraries with different names. This modifies the pkg-config inputs, and corresponding makery, so that modifying the output library name will cause the appropriate update

Re: [Mesa3d-dev] radeon r200 TCL in xorg-video-ati 6.10

2009-04-28 Thread Roland Scheidegger
On 28.04.2009 19:46, martin krastev wrote: > Thank you, Roland, for the prompt reply. > > 'R200_DEBUG=fall' did not reveal any sw fallbacks, so my inital > assumption of a potential TCL such occuring appears to be wrong. On > the other hand, 'R200_DEBUG=all' showed something interesting. > 'R200_

[Mesa3d-dev] [Bug 17895] Radeon XPRESS 200M (RC410) - xorg crash after prolonged exercise of compiz

2009-04-28 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=17895 --- Comment #18 from Jaro Pitkävirta 2009-04-28 11:16:48 PST --- I'm also experiencing this bug. My card is: 02:00.0 VGA compatible controller [0300]: ATI Technologies Inc R430 [Radeon X800 (PCIE)] [1002:554f] Backtrace: 0: /usr/X11R6/bi

Re: [Mesa3d-dev] radeon r200 TCL in xorg-video-ati 6.10

2009-04-28 Thread martin krastev
Thank you, Roland, for the prompt reply. 'R200_DEBUG=fall' did not reveal any sw fallbacks, so my inital assumption of a potential TCL such occuring appears to be wrong. On the other hand, 'R200_DEBUG=all' showed something interesting. For a sequence of identical STATIC_DRAW-kind VBO-carried draw

[Mesa3d-dev] [Bug 21461] Mesa 7.4 implementation error: bad wrapMode in clamp_rect_coord_linear

2009-04-28 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=21461 --- Comment #5 from martin 2009-04-28 09:10:02 PST --- Terrific job Brian, thanks for the super quick turn around! -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: -

[Mesa3d-dev] [Bug 21461] Mesa 7.4 implementation error: bad wrapMode in clamp_rect_coord_linear

2009-04-28 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=21461 --- Comment #4 from martin 2009-04-28 09:04:32 PST --- Created an attachment (id=25233) --> (http://bugs.freedesktop.org/attachment.cgi?id=25233) the patch that brian commited to mesa master (for reference) -- Configure bugmail: http://bu

[Mesa3d-dev] [Bug 21461] Mesa 7.4 implementation error: bad wrapMode in clamp_rect_coord_linear

2009-04-28 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=21461 Brian Paul changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa3d-dev] [Bug 21461] Mesa 7.4 implementation error: bad wrapMode in clamp_rect_coord_linear

2009-04-28 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=21461 --- Comment #2 from Roland Scheidegger 2009-04-28 07:15:07 PST --- (In reply to comment #0) > One ubuntu user reported that every time he uses the slideshow feature in > f-spot using ubuntu jaunty then he sees error like this printed to the

[Mesa3d-dev] [Bug 21461] Mesa 7.4 implementation error: bad wrapMode in clamp_rect_coord_linear

2009-04-28 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=21461 Jerome Lacoste changed: What|Removed |Added CC||jerome.laco...@gmail.com --- Comment

[Mesa3d-dev] [Bug 21461] New: Mesa 7.4 implementation error: bad wrapMode in clamp_rect_coord_linear

2009-04-28 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=21461 Summary: Mesa 7.4 implementation error: bad wrapMode in clamp_rect_coord_linear Product: Mesa Version: unspecified Platform: Other OS/Version: All Status: NEW

[Mesa3d-dev] [Bug 17895] Radeon XPRESS 200M (RC410) - xorg crash after prolonged exercise of compiz

2009-04-28 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=17895 --- Comment #17 from martin 2009-04-28 01:23:33 PST --- Really easy repro steps for this bug is: 1. boot ubuntu jaunty final version on one of the affected systems 2. run "sudo apt-get install compizconfig-settings-manager" 3. launch the set

[Mesa3d-dev] [Bug 17895] Radeon XPRESS 200M (RC410) - xorg crash after prolonged exercise of compiz

2009-04-28 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=17895 --- Comment #16 from Michel Dänzer 2009-04-28 00:49:55 PST --- (In reply to comment #12) > This may be a reference counting bug somewhere. I could add some assertions > to > try to narrow it down. I'll check them into git ASAP. Are those

Re: [Mesa3d-dev] intel issue with gears port using vertex buffer objects

2009-04-28 Thread Eric Anholt
On Mon, 2009-04-27 at 09:55 -0600, Brian Paul wrote: > Brian Paul wrote: > > Ian Romanick wrote: > >> -BEGIN PGP SIGNED MESSAGE- > >> Hash: SHA1 > >> > >> Michael Clark wrote: > >> > >>> I did a git bisect and found the revision where I see the biggest > >>> drop in performance (roughly 30

[Mesa3d-dev] [Bug 15809] [AIGLX] crash on window resize

2009-04-28 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=15809 Michel Dänzer changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa3d-dev] [Bug 17895] Radeon XPRESS 200M (RC410) - xorg crash after prolonged exercise of compiz

2009-04-28 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=17895 Michel Dänzer changed: What|Removed |Added CC||spot...@cs.columbia.edu --- Comment #

[Mesa3d-dev] [Bug 17895] Radeon XPRESS 200M (RC410) - xorg crash after prolonged exercise of compiz

2009-04-28 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=17895 Michel Dänzer changed: What|Removed |Added CC||rand...@mail.ru --- Comment #14 from

[Mesa3d-dev] [Bug 17895] Radeon XPRESS 200M (RC410) - xorg crash after prolonged exercise of compiz

2009-04-28 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=17895 Michel Dänzer changed: What|Removed |Added CC||mauri2...@yahoo.com --- Comment #13 f