[Bug 13801] [i965 FBO] render to Mipmap texture through FBO is not working

2007-12-23 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13801 --- Comment #1 from [EMAIL PROTECTED] 2007-12-23 23:11 PST --- Created an attachment (id=13336) --> (http://bugs.freedesktop.org/attachment.cgi?id=13336&action=view) test case this test case generate a mipmap texture through FBO, by

[Bug 13801] New: [i965 FBO] render to Mipmap texture through FBO is not working

2007-12-23 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13801 Summary: [i965 FBO] render to Mipmap texture through FBO is not working Product: Mesa Version: unspecified Platform: Other OS/Version: Linux (All) Status: NEW

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

2007-12-23 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13768 --- Comment #3 from [EMAIL PROTECTED] 2007-12-23 19:12 PST --- This case also run failed at mesa 7.0.2 release ,but run normally at mesa git mesa_7_0_branch tip. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=em

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

2007-12-23 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13764 --- Comment #3 from [EMAIL PROTECTED] 2007-12-23 19:11 PST --- This case also run failed at mesa 7.0.2 release ,but run normally at mesa git mesa_7_0_branch tip. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=em

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

2007-12-23 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13762 --- Comment #3 from [EMAIL PROTECTED] 2007-12-23 19:09 PST --- This case also run failed at mesa 7.0.2 release ,but run normally at mesa git mesa_7_0_branch tip. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=em

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

2007-12-23 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=13761 --- Comment #7 from [EMAIL PROTECTED] 2007-12-23 19:05 PST --- This case also run failed at mesa 7.0.2 release ,but run normally at mesa git 7_0_branch -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --

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

2007-12-23 Thread Keith Packard
On Sat, 2007-12-22 at 23:40 +0100, Thomas Hellström wrote: > DRM_I915_FENCE_TYPE_READ | DRM_I915_FENCE_TYPE_WRITE | DRM_FENCE_TYPE_EXE The union of all access modes is always read|write|exe (read from vbos, write to back buffer, execute from batch buffer). Hence, these bits cannot carry any nove