Re: Buffer object access mode is per-operation, not per-buffer

2007-12-21 Thread Thomas Hellström
Keith Packard wrote: >On Fri, 2007-12-21 at 13:40 +0100, Thomas Hellström wrote: > > > >>// Change only the RW flags, and set them to "Write" >>validate(bo, DRM_BO_FLAG_WRITE , DRM_BO_FLAG_READ | DRM_BO_FLAG_WRITE) >>Render to buffer object. >>// Change only the RW flags, and set them to "READ"

[Bug 13775] [GM965 TV] OpenGL programs crash after switching to 1024x768

2007-12-21 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13775 --- Comment #3 from [EMAIL PROTECTED] 2007-12-21 18:15 PST --- Created an attachment (id=13307) --> (http://bugs.freedesktop.org/attachment.cgi?id=13307&action=view) gl-crash-tv.txt -- Configure bugmail: http://bugs.freedesktop.org

[Bug 13775] [GM965 TV] OpenGL programs crash after switching to 1024x768

2007-12-21 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13775 --- Comment #2 from [EMAIL PROTECTED] 2007-12-21 18:15 PST --- Created an attachment (id=13305) --> (http://bugs.freedesktop.org/attachment.cgi?id=13305&action=view) Xorg.0.log -- Configure bugmail: http://bugs.freedesktop.org/user

[Bug 13775] [GM965 TV] OpenGL programs crash after switching to 1024x768

2007-12-21 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13775 --- Comment #1 from [EMAIL PROTECTED] 2007-12-21 18:14 PST --- Created an attachment (id=13302) --> (http://bugs.freedesktop.org/attachment.cgi?id=13302&action=view) xorg.conf -- Configure bugmail: http://bugs.freedesktop.org/userp

[Bug 13775] New: [GM965 TV] OpenGL programs crash after switching to 1024x768

2007-12-21 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13775 Summary: [GM965 TV] OpenGL programs crash after switching to 1024x768 Product: DRI Version: XOrg CVS Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW

DRI2 Patches (still work-in-progress)

2007-12-21 Thread Kristian Høgsberg
Hi, I about to take of for the holidays, but I wanted to give a heads up on how DRI2 is progressing and the direction I'm taking. The dri2 branches in my personal repos for drm, mesa, xserver and xf86-video-intel has the work. As it is, I can run glxgears under DRI2, though resizing the window b

[Bug 13732] [i965 compatibility] glxgears abort with "DRM_I830_EXECBUFFER: -14"

2007-12-21 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13732 --- Comment #7 from [EMAIL PROTECTED] 2007-12-21 13:34 PST --- + struct _drm_i915_batchbuffer batch; Don't you mean struct _drm_i915_batchbuffer32? -struct drm_i915_execbuffer { +typedef struct drm_i915_execbuffer { We're not typede

Re: Buffer object access mode is per-operation, not per-buffer

2007-12-21 Thread Keith Packard
On Fri, 2007-12-21 at 13:40 +0100, Thomas Hellström wrote: > // Change only the RW flags, and set them to "Write" > validate(bo, DRM_BO_FLAG_WRITE , DRM_BO_FLAG_READ | DRM_BO_FLAG_WRITE) > Render to buffer object. > // Change only the RW flags, and set them to "READ" > validate(bo, DRM_BO_FLAG_RE

Re: Avoiding page allocation on validate

2007-12-21 Thread Keith Packard
On Fri, 2007-12-21 at 14:01 +0100, Thomas Hellström wrote: > This looks like a good thing, but is there a way we can avoid doing this > in the ttm backend? > Some backends (Poulsbo, and I think Dave's work on Radeon) implement a > null populate() function and use the ttm page array directly. >

Re: [PATCH] Clean up and document drm_ttm.c APIs. drm_bind_ttm -> drm_ttm_bind.

2007-12-21 Thread Keith Packard
On Fri, 2007-12-21 at 13:21 +0100, Thomas Hellström wrote: > Keith, > This is purely an optimization. > Buffers that are evicted due to a memory aperture space shortage ends up > in a > state where they are unbound from the aperture, but retain the uncached > state assuming the next operation o

[Bug 13723] xserver crash with compiz when mipmaps are enabled (intel i915 driver)

2007-12-21 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13723 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 13628] blender crashes on loading with segmentation fault

2007-12-21 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13628 --- Comment #6 from [EMAIL PROTECTED] 2007-12-21 07:28 PST --- you can run blender in a second session because it only enables direct rendering in the first session... the second doesnt have direct rendering... thats why you can run bl

Re: Avoiding page allocation on validate

2007-12-21 Thread Thomas Hellström
Keith Packard wrote: >Right now, validating a buffer object forces every missing page to be >allocated. That means for things like vertex buffer objects, we either >need to create them at the 'right' size, or pay a significant penalty >when a large buffer is mapped to the card. > >It seems like it

Re: Buffer object access mode is per-operation, not per-buffer

2007-12-21 Thread Thomas Hellström
Keith Packard wrote: >Right now, the GPU access mode on a buffer is stored in the buffer >object itself, which means buffers must always be used in the same way >with the GPU. However, buffers may be read sometimes (textures) and >written others (render to texture). It seems like the GPU access mo

Re: [PATCH] Rename inappropriately named 'mask' fields to 'proposed_flags' instead.

2007-12-21 Thread Thomas Hellström
Keith Packard wrote: >On Mon, 2007-12-17 at 21:28 +, Keith Whitwell wrote: > > > >>Keith, I think this makes sense too. I'm hopeful Thomas would agree. >> >> > >I'll wait and see what he thinks before pushing then. > > It's perfectly OK with me. /Thomas > > >>>+/* >>>+ * drm_bo_p

Re: [PATCH] Clean up and document drm_ttm.c APIs. drm_bind_ttm -> drm_ttm_bind.

2007-12-21 Thread Thomas Hellström
Keith Packard wrote: >On Mon, 2007-12-17 at 21:07 +, Keith Whitwell wrote: > > >>Keith Packard wrote: >> >> >>>Here are some proposed cleanups and documentation for the drm_ttm.c APIs. >>> >>>One thing I didn't change was the name of drm_ttm_fixup_caching, which is >>>clearly a badly nam

[Bug 13770] [Q35]'ut 2004' run abort

2007-12-21 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13770 --- Comment #3 from [EMAIL PROTECTED] 2007-12-21 01:39 PST --- Created an attachment (id=13289) --> (http://bugs.freedesktop.org/attachment.cgi?id=13289&action=view) xorg.conf -- Configure bugmail: http://bugs.freedesktop.org/userp

[Bug 13770] [Q35]'ut 2004' run abort

2007-12-21 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13770 --- Comment #2 from [EMAIL PROTECTED] 2007-12-21 01:38 PST --- Created an attachment (id=13288) --> (http://bugs.freedesktop.org/attachment.cgi?id=13288&action=view) Xorg.0.log -- Configure bugmail: http://bugs.freedesktop.org/user

[Bug 13770] [Q35]'ut 2004' run abort

2007-12-21 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13770 --- Comment #1 from [EMAIL PROTECTED] 2007-12-21 01:38 PST --- Created an attachment (id=13287) --> (http://bugs.freedesktop.org/attachment.cgi?id=13287&action=view) memory map -- Configure bugmail: http://bugs.freedesktop.org/user

[Bug 13770] New: [Q35]'ut 2004' run abort

2007-12-21 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13770 Summary: [Q35]'ut 2004' run abort Product: Mesa Version: CVS Platform: Other OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component

[Bug 13651] texture applied incorrect if mipmap is used and texel is minified

2007-12-21 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13651 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 13651] texture applied incorrect if mipmap is used and texel is minified

2007-12-21 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13651 --- Comment #2 from [EMAIL PROTECTED] 2007-12-21 01:30 PST --- I don't see this issue. Maybe it has been fixed -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --

[Bug 13769] [Q35] some cases of 'specviewperf' run failed

2007-12-21 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13769 --- Comment #7 from [EMAIL PROTECTED] 2007-12-21 01:12 PST --- Created an attachment (id=13286) --> (http://bugs.freedesktop.org/attachment.cgi?id=13286&action=view) ugnx test result -- Configure bugmail: http://bugs.freedesktop.o

[Bug 13769] [Q35] some cases of 'specviewperf' run failed

2007-12-21 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13769 --- Comment #6 from [EMAIL PROTECTED] 2007-12-21 01:11 PST --- Created an attachment (id=13285) --> (http://bugs.freedesktop.org/attachment.cgi?id=13285&action=view) sw test result -- Configure bugmail: http://bugs.freedesktop.org/

[Bug 13769] [Q35] some cases of 'specviewperf' run failed

2007-12-21 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13769 --- Comment #5 from [EMAIL PROTECTED] 2007-12-21 01:11 PST --- Created an attachment (id=13284) --> (http://bugs.freedesktop.org/attachment.cgi?id=13284&action=view) maya test result -- Configure bugmail: http://bugs.freedesktop.o

[Bug 13769] [Q35] some cases of 'specviewperf' run failed

2007-12-21 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13769 --- Comment #4 from [EMAIL PROTECTED] 2007-12-21 01:10 PST --- Created an attachment (id=13283) --> (http://bugs.freedesktop.org/attachment.cgi?id=13283&action=view) light test result -- Configure bugmail: http://bugs.freedesktop.

[Bug 13769] [Q35] some cases of 'specviewperf' run failed

2007-12-21 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13769 --- Comment #3 from [EMAIL PROTECTED] 2007-12-21 01:09 PST --- Created an attachment (id=13282) --> (http://bugs.freedesktop.org/attachment.cgi?id=13282&action=view) 3dsmax result -- Configure bugmail: http://bugs.freedesktop.org/

[Bug 13769] [Q35] some cases of 'specviewperf' run failed

2007-12-21 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13769 --- Comment #2 from [EMAIL PROTECTED] 2007-12-21 01:09 PST --- Created an attachment (id=13281) --> (http://bugs.freedesktop.org/attachment.cgi?id=13281&action=view) xorg.conf -- Configure bugmail: http://bugs.freedesktop.org/userp

[Bug 13769] [Q35] some cases of 'specviewperf' run failed

2007-12-21 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13769 --- Comment #1 from [EMAIL PROTECTED] 2007-12-21 01:08 PST --- Created an attachment (id=13280) --> (http://bugs.freedesktop.org/attachment.cgi?id=13280&action=view) Xorg.0.log -- Configure bugmail: http://bugs.freedesktop.org/user

[Bug 13769] New: [Q35] some cases of 'specviewperf' run failed

2007-12-21 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13769 Summary: [Q35] some cases of 'specviewperf' run failed Product: Mesa Version: CVS Platform: Other OS/Version: Linux (All) Status: NEW Severity: normal Priority: medi

[Bug 13768] [Q35] 'celestia' failed to draw the texture of the celestial body

2007-12-21 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13768 --- Comment #2 from [EMAIL PROTECTED] 2007-12-21 00:59 PST --- Created an attachment (id=13279) --> (http://bugs.freedesktop.org/attachment.cgi?id=13279&action=view) xorg.conf -- Configure bugmail: http://bugs.freedesktop.org/userp

[Bug 13768] [Q35] 'celestia' failed to draw the texture of the celestial body

2007-12-21 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13768 --- Comment #1 from [EMAIL PROTECTED] 2007-12-21 00:59 PST --- Created an attachment (id=13278) --> (http://bugs.freedesktop.org/attachment.cgi?id=13278&action=view) Xorg.0.log -- Configure bugmail: http://bugs.freedesktop.org/user

[Bug 13767] [i965 FBO] glDrawBuffer and glReadBuffer doesn't work with max supported color attachments

2007-12-21 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13767 --- Comment #2 from [EMAIL PROTECTED] 2007-12-21 00:58 PST --- seems following patch can fix this: --- a/src/mesa/main/buffers.c 2007-12-21 10:59:20.0 +0800 +++ b/src/mesa/main/buffers.c 2007-12-21 16:55:55.0 +

[Bug 13768] New: [Q35] 'celestia' failed to draw the texture of the celestial body

2007-12-21 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13768 Summary: [Q35] 'celestia' failed to draw the texture of the celestial body Product: Mesa Version: CVS Platform: Other OS/Version: Linux (All) Status: NEW S

[Bug 13767] [i965 FBO] glDrawBuffer and glReadBuffer doesn't work with max supported color attachments

2007-12-21 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13767 --- Comment #1 from [EMAIL PROTECTED] 2007-12-21 00:48 PST --- Created an attachment (id=13277) --> (http://bugs.freedesktop.org/attachment.cgi?id=13277&action=view) test case -- Configure bugmail: http://bugs.freedesktop.org/userp

[Bug 13767] New: [i965 FBO] glDrawBuffer and glReadBuffer doesn't work with max supported color attachments

2007-12-21 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13767 Summary: [i965 FBO] glDrawBuffer and glReadBuffer doesn't work with max supported color attachments Product: Mesa Version: unspecified Platform: Other OS/Version: Linux (All)

[Bug 13762] [Q35] mesa xdemos 'manywin' run abort

2007-12-21 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13762 [EMAIL PROTECTED] changed: What|Removed |Added Summary|[Q35] mesa xdemos 'manywin' |[Q35] mesa xdemos 'manywin'

[Bug 13764] [Q35] mesa xdemos 'glxpixmap' draw nothing

2007-12-21 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13764 [EMAIL PROTECTED] changed: What|Removed |Added Summary|[Q35] mesa xdemos |[Q35] mesa xdemos |

[Bug 13732] [i965 compatibility] glxgears abort with "DRM_I830_EXECBUFFER: -14"

2007-12-21 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13732 [EMAIL PROTECTED] changed: What|Removed |Added CC||[EMAIL PROTECTED] --- Comment

[Bug 13763] [Q35] mesa xdemos 'glxpixmap' run failed on bearlake(64bit)

2007-12-21 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13763 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 13764] [Q35] mesa xdemos 'glxpixmap' run failed on bearlake(64bit)

2007-12-21 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13764 --- Comment #2 from [EMAIL PROTECTED] 2007-12-21 00:32 PST --- Created an attachment (id=13274) --> (http://bugs.freedesktop.org/attachment.cgi?id=13274&action=view) xorg.conf -- Configure bugmail: http://bugs.freedesktop.org/userp

[Bug 13764] [Q35] mesa xdemos 'glxpixmap' run failed on bearlake(64bit)

2007-12-21 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13764 --- Comment #1 from [EMAIL PROTECTED] 2007-12-21 00:32 PST --- Created an attachment (id=13273) --> (http://bugs.freedesktop.org/attachment.cgi?id=13273&action=view) Xorg.0.log -- Configure bugmail: http://bugs.freedesktop.org/user

[Bug 13732] [i965 compatibility] glxgears abort with "DRM_I830_EXECBUFFER: -14"

2007-12-21 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13732 --- Comment #5 from [EMAIL PROTECTED] 2007-12-21 00:31 PST --- Created an attachment (id=13272) --> (http://bugs.freedesktop.org/attachment.cgi?id=13272&action=view) a 32 bit ioctl compatibility routine to handle execbuffer The root

[Bug 13764] New: [Q35] mesa xdemos 'glxpixmap' run failed on bearlake(64bit)

2007-12-21 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13764 Summary: [Q35] mesa xdemos 'glxpixmap' run failed on bearlake(64bit) Product: Mesa Version: CVS Platform: Other OS/Version: Linux (All) Status: NEW Severit

[Bug 13763] New: [Q35] mesa xdemos 'glxpixmap' run failed on bearlake(64bit)

2007-12-21 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13763 Summary: [Q35] mesa xdemos 'glxpixmap' run failed on bearlake(64bit) Product: Mesa Version: CVS Platform: Other OS/Version: Linux (All) Status: NEW Severit

[Bug 13761] [Q35] no reflection on mesa demo 'gloss'

2007-12-21 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13761 [EMAIL PROTECTED] changed: What|Removed |Added Attachment #13265|wrong upload . this is |wrong upload description|anthe

[Bug 13761] [Q35] no reflection on mesa demo 'gloss'

2007-12-21 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13761 [EMAIL PROTECTED] changed: What|Removed |Added Attachment #13264|wrong upload . |wrong attachment filename|

[Bug 13762] [Q35] mesa xdemos 'manywin' run failed on bearlake(64bit)

2007-12-21 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13762 --- Comment #2 from [EMAIL PROTECTED] 2007-12-21 00:24 PST --- Created an attachment (id=13271) --> (http://bugs.freedesktop.org/attachment.cgi?id=13271&action=view) xorg.conf -- Configure bugmail: http://bugs.freedesktop.org/userp

[Bug 13762] [Q35] mesa xdemos 'manywin' run failed on bearlake(64bit)

2007-12-21 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13762 --- Comment #1 from [EMAIL PROTECTED] 2007-12-21 00:24 PST --- Created an attachment (id=13270) --> (http://bugs.freedesktop.org/attachment.cgi?id=13270&action=view) Xorg.0.log -- Configure bugmail: http://bugs.freedesktop.org/user

[Bug 13762] New: [Q35] mesa xdemos 'manywin' run failed on bearlake(64bit)

2007-12-21 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13762 Summary: [Q35] mesa xdemos 'manywin' run failed on bearlake(64bit) Product: Mesa Version: CVS Platform: Other OS/Version: Linux (All) Status: NEW Severity:

[Bug 13761] [Q35] no reflection on mesa demo 'gloss'

2007-12-21 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13761 [EMAIL PROTECTED] changed: What|Removed |Added Summary|[Q35] mesa demo 'gloss' run |[Q35] no reflection on mesa

[Bug 13761] [Q35] mesa demo 'gloss' run failed on bearlake (64bit)

2007-12-21 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13761 [EMAIL PROTECTED] changed: What|Removed |Added Attachment #13264|Xorg.0.log |wrong upload . filename|

[Bug 13761] [Q35] mesa demo 'gloss' run failed on bearlake (64bit)

2007-12-21 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13761 --- Comment #6 from [EMAIL PROTECTED] 2007-12-21 00:12 PST --- Created an attachment (id=13269) --> (http://bugs.freedesktop.org/attachment.cgi?id=13269&action=view) run normally demo -- Configure bugmail: http://bugs.freedesktop.

[Bug 13761] [Q35] mesa demo 'gloss' run failed on bearlake (64bit)

2007-12-21 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13761 --- Comment #5 from [EMAIL PROTECTED] 2007-12-21 00:11 PST --- Created an attachment (id=13268) --> (http://bugs.freedesktop.org/attachment.cgi?id=13268&action=view) wrong case picture -- Configure bugmail: http://bugs.freedesktop.

[Bug 13761] [Q35] mesa demo 'gloss' run failed on bearlake (64bit)

2007-12-21 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13761 --- Comment #4 from [EMAIL PROTECTED] 2007-12-21 00:09 PST --- Created an attachment (id=13267) --> (http://bugs.freedesktop.org/attachment.cgi?id=13267&action=view) xorg.conf -- Configure bugmail: http://bugs.freedesktop.org/userp

[Bug 13761] [Q35] mesa demo 'gloss' run failed on bearlake (64bit)

2007-12-21 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13761 --- Comment #3 from [EMAIL PROTECTED] 2007-12-21 00:08 PST --- Created an attachment (id=13266) --> (http://bugs.freedesktop.org/attachment.cgi?id=13266&action=view) Xorg.0.log -- Configure bugmail: http://bugs.freedesktop.org/user

[Bug 13761] [Q35] mesa demo 'gloss' run failed on bearlake (64bit)

2007-12-21 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13761 [EMAIL PROTECTED] changed: What|Removed |Added Attachment #13264|Xorg.0.log |wrong upload . this is descrip

[Bug 13761] [Q35] mesa demo 'gloss' run failed on bearlake (64bit)

2007-12-21 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13761 [EMAIL PROTECTED] changed: What|Removed |Added Attachment #13265|Xorg.0.log |wrong upload . this is descrip