Re: [Mesa3d-dev] Mesa (master): st/xorg: implement repeatnone and make some code smell less like ass

2009-11-11 Thread Keith Whitwell
On Wed, 2009-11-11 at 16:58 -0800, Zack Rusin wrote: > Module: Mesa > Branch: master > Commit: 2cfbbc76e445d88bdac7dd4dd22aaf36bbc8e4cc > URL: > http://cgit.freedesktop.org/mesa/mesa/commit/?id=2cfbbc76e445d88bdac7dd4dd22aaf36bbc8e4cc > > Author: Zack Rusin > Date: Wed Nov 11 19:52:08 2009

[Mesa3d-dev] [Bug 24969] google earth install error under ubuntu linux

2009-11-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24969 --- Comment #5 from Bill Mitchell 2009-11-11 17:22:28 PST --- Re Comment #4, from my perspective the problem is that the Google Earth package for Linux available for download at earth.google.com includes a version of the Mesa library which c

Re: [Mesa3d-dev] texformat-rework branch

2009-11-11 Thread Brian Paul
I think the problem is confusion between MESA_FORMAT_Z24_S8 and MESA_FORMAT_S8_Z24 in the radeon drivers. Looking at the span code, it appears that R300, R200 use Z24_S8 format while R600 and others use S8_Z24. Here's a patch that attempts to fix things. I don't have radeon hardware to test so m

Re: [Mesa3d-dev] glapi.c drift between Mesa and X server

2009-11-11 Thread Brian Paul
On Wed, Nov 11, 2009 at 2:47 PM, Ian Romanick wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I need to fix a bug in the X server glapi.c (bugzilla #23335). > Traditionally, glx/glapi.c was just a copy of src/mesa/glapi/glapi.c. > It seems that Mesa's version has not been synchronized

[Mesa3d-dev] glapi.c drift between Mesa and X server

2009-11-11 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I need to fix a bug in the X server glapi.c (bugzilla #23335). Traditionally, glx/glapi.c was just a copy of src/mesa/glapi/glapi.c. It seems that Mesa's version has not been synchronized to the X server in a long, long time. It also seems that glx/gl

Re: [Mesa3d-dev] libGL documentation in xorg-docs

2009-11-11 Thread Corbin Simpson
Wow, what a find. This is really cool. It looks like it's still useful enough and probably should be saved. Maybe it could be split and expanded to include info on AIGLX too? On Nov 10, 2009 9:52 PM, "Alan Coopersmith" wrote: Buried in the xorg-docs module is a document that describes the libGL

[Mesa3d-dev] [Bug 24969] google earth install error under ubuntu linux

2009-11-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=24969 --- Comment #4 from Tormod Volden 2009-11-11 06:15:47 PST --- Bill, the bug is not in the googleearth package (from Google) but in the mesa library shipped with Ubuntu 8.10. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?

Re: [Mesa3d-dev] texformat-rework branch

2009-11-11 Thread Maciej Cencora
I've checked the other failing tests. Following were also passing before the texformat-rework merge: fdo23670-drawpix_stencil stencil-drawpixels fragProg1 (Z write test) readPixSanity stencil2 Maciej Dnia środa, 11 listopada 2009 o 03:44:18 Brian Paul napisał(a): > It passes with swrast and the i

Re: [Mesa3d-dev] texformat-rework branch

2009-11-11 Thread Maciej Cencora
Yes, it was passing right before the texformat-rework merge. Maciej Dnia środa, 11 listopada 2009 o 03:44:18 Brian Paul napisał(a): > It passes with swrast and the i965 driver here. > > Did this test pass prior to the texformat work? > > -Brian > > 2009/11/10 Maciej Cencora : > > It doesn't as

Re: [Mesa3d-dev] Android support (Chia-I Wu)

2009-11-11 Thread Chia-I Wu
On Wed, Nov 11, 2009 at 01:28:08PM +0800, Westermann Fu wrote: > Dear Wu, It's cool. But what component plays the role of WinSys on android? > Talk with hardware using DRM yet? If it is, who loads DRM module? I'm not > familar with android-x86, I think there is no X11 so there is no DRI It should b