[Bug 1678] IGP 320M

2008-04-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=1678 Behdad Esfahbod <[EMAIL PROTECTED]> changed: What|Removed |Added AssignedTo|[EMAIL PROTECTED] |dri- |

[Bug 9969] Heavy MGA DRI use causes Xorg lock

2008-04-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=9969 Daniel Stone <[EMAIL PROTECTED]> changed: What|Removed |Added AssignedTo|[EMAIL PROTECTED] |dri- |

[Bug 9969] Heavy MGA DRI use causes Xorg lock

2008-04-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=9969 balajiv <[EMAIL PROTECTED]> changed: What|Removed |Added AssignedTo|dri-|[EMAIL PROTECTED]

[Bug 1678] IGP 320M

2008-04-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=1678 balajiv <[EMAIL PROTECTED]> changed: What|Removed |Added AssignedTo|dri-|[EMAIL PROTECTED]

[Bug 15195] [i915 i965 packed_depth_stencil] glean case depthStencil failed

2008-04-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=15195 Gordon Jin <[EMAIL PROTECTED]> changed: What|Removed |Added CC||dri- |

[Bug 15380] [i915 i965 FBO] glFramebufferTexture2D Segmentation fault in some case

2008-04-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=15380 Gordon Jin <[EMAIL PROTECTED]> changed: What|Removed |Added CC||dri- |

[Bug 15400] [915]mesa demo 'shadowtex 'run failed

2008-04-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=15400 Gordon Jin <[EMAIL PROTECTED]> changed: What|Removed |Added CC||dri- |

[Bug 15527] 3D application 'doom3' run abort

2008-04-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=15527 Gordon Jin <[EMAIL PROTECTED]> changed: What|Removed |Added CC||dri- |

[Bug 15480] r200 vertex program regression

2008-04-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=15480 Roland Scheidegger <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED

Re: [Mesa3d-users] 3DMark2001SE (Single texturing-fill rate test)

2008-04-16 Thread khaqq
On Wed, 16 Apr 2008 05:23:16 -0700 (PDT) smoki <[EMAIL PROTECTED]> wrote: > > This screenshots is from 3DMark2001SE (Single texturing-fill rate test) > runing in wine-0.9.59 using r200 driver on Linux. > > First is WRONG using hw pipeline. > > http://www.nabble.com/file/p16721263/wine_hw.jpe

Re: [Mesa3d-users] Doom3- false texturing on mirror

2008-04-16 Thread Roland Scheidegger
khaqq wrote: > On Wed, 16 Apr 2008 04:34:17 -0700 (PDT) > smoki <[EMAIL PROTECTED]> wrote: > >> This is happen in r200 driver, because when i use software TCL pipeline it's >> correct. >> Is there anybody who can handle this? In what level was that? Roland --

Re: Writing a state tracker for Gallium3D/SoftPipe

2008-04-16 Thread Keith Whitwell
There are three components that you'll need: - state tracker -- which is API dependent - hw driver -- HW dependent (softpipe is an example), which implements the p_context.h interface. - winsys -- which is dependent on API, HW, OS, etc. The winsys is basically the glue that holds it all tog

Re: [Mesa3d-users] Doom3- false texturing on mirror

2008-04-16 Thread khaqq
On Wed, 16 Apr 2008 04:34:17 -0700 (PDT) smoki <[EMAIL PROTECTED]> wrote: > > This is happen in r200 driver, because when i use software TCL pipeline it's > correct. > Is there anybody who can handle this? Adding CCs. khaqq --

Writing a state tracker for Gallium3D/SoftPipe

2008-04-16 Thread Younes M
I'm trying to get up and running writing a state tracker for libXvMC using SoftPipe, but looking at the Mesa src a few things are unclear to me. Looking at root/src/gallium/winsys/xlib I can't quite figure out where Mesa ends and where Gallium starts. It's my understanding that the winsys creates

Re: Testing DRI on ATI Radeon Xpress 200M IGP (5975)

2008-04-16 Thread Markus Amsler
Ludovic Brenta wrote: > Hello, > > Tonight I finally took the time to enable DRI on my laptop. I > understand that support for my particular chipset is experimental and > currently "needs more testing on differing models", and I hereby offer > help for testing. > > DRI appears to work and glxgears

Re: fake bufmgr and aperture sizing.

2008-04-16 Thread Thomas Hellström
Dave Airlie wrote: >> At least for TTM this is part of a larger problem where you can hit >> problems both when the pinned page quota is hit, and when >> you can't fit an object in the aperture. >> >> The other problem is the one you mention. Since we're dealing with >> multiple clients and only

Re: fake bufmgr and aperture sizing.

2008-04-16 Thread Keith Whitwell
> > The problem remains how to avoid this situation completely. I guess the > > drm driver can reserve a global "safe" aperture size, and communicate > > that to the 3D client, but the current TTM drivers don't deal with this > > situation. > > My first idea would probably be your first alterna

Re: fake bufmgr and aperture sizing.

2008-04-16 Thread Dave Airlie
> At least for TTM this is part of a larger problem where you can hit > problems both when the pinned page quota is hit, and when > you can't fit an object in the aperture. > > The other problem is the one you mention. Since we're dealing with > multiple clients and only evict one buffer at a t

Testing DRI on ATI Radeon Xpress 200M IGP (5975)

2008-04-16 Thread Ludovic Brenta
Hello, Tonight I finally took the time to enable DRI on my laptop. I understand that support for my particular chipset is experimental and currently "needs more testing on differing models", and I hereby offer help for testing. DRI appears to work and glxgears says: Warning, xpress200 detected.