OpenGL 3.0 spec released!

2008-08-11 Thread Pasi Kärkkäinen
On Wed, Aug 06, 2008 at 12:39:15PM +0300, Pasi Kärkkäinen wrote: > Hi list! > > It seems OpenGL 3.0 will be (finally) released at Siggraph! > > http://www.khronos.org/news/events/detail/siggraph_2008_los_angeles_california// > > OpenGL BOF > > SIGGRAPH 2008 | Wednesday, 13 August | 6:00 pm - 8:

[Bug 17077] glTexSubImage2D does not work correctly when using generated mip-maps

2008-08-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=17077 Guillaume Melquiond <[EMAIL PROTECTED]> changed: What|Removed |Added CC||[EMAIL PROTECTED

[Bug 17085] [GEM i965] DRM fails to map ringbuffer

2008-08-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=17085 --- Comment #4 from Steve Newbury <[EMAIL PROTECTED]> 2008-08-11 16:49:57 PST --- Created an attachment (id=18226) --> (http://bugs.freedesktop.org/attachment.cgi?id=18226) dmesg output with debugging -- Configure bugmail: http://bugs.fre

[Bug 17085] [GEM i965] DRM fails to map ringbuffer

2008-08-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=17085 --- Comment #3 from Steve Newbury <[EMAIL PROTECTED]> 2008-08-11 16:19:15 PST --- (In reply to comment #2) > Weird. What does the dmesg look like with > git://people.freedesktop.org/~anholt/linux-2.6#drm-gem-fd-17085 ? > I'll test that now

[Bug 17085] [GEM i965] DRM fails to map ringbuffer

2008-08-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=17085 --- Comment #2 from Eric Anholt <[EMAIL PROTECTED]> 2008-08-11 15:01:53 PST --- Weird. What does the dmesg look like with git://people.freedesktop.org/~anholt/linux-2.6#drm-gem-fd-17085 ? -- Configure bugmail: http://bugs.freedesktop.org/u

[Bug 17085] [GEM i965] DRM fails to map ringbuffer

2008-08-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=17085 Eric Anholt <[EMAIL PROTECTED]> changed: What|Removed |Added Attachment #18225|application/octet-stream|text/plain mim

[Bug 17085] [GEM i965] DRM fails to map ringbuffer

2008-08-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=17085 Eric Anholt <[EMAIL PROTECTED]> changed: What|Removed |Added Attachment #18224|application/octet-stream|text/plain mim

[Bug 17085] [GEM i965] DRM fails to map ringbuffer

2008-08-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=17085 --- Comment #1 from Steve Newbury <[EMAIL PROTECTED]> 2008-08-11 14:18:26 PST --- Created an attachment (id=18225) --> (http://bugs.freedesktop.org/attachment.cgi?id=18225) Xorg.0.log of initialisation failure -- Configure bugmail: http:/

[Bug 17085] New: [GEM i965] DRM fails to map ringbuffer

2008-08-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=17085 Summary: [GEM i965] DRM fails to map ringbuffer Product: DRI Version: DRI CVS Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: critical Priorit

[Bug 17077] glTexSubImage2D does not work correctly when using generated mip-maps

2008-08-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=17077 --- Comment #2 from Chris Lord <[EMAIL PROTECTED]> 2008-08-11 13:50:02 PST --- Just a note, I obviously meant GL_GENERATE_MIPMAP, not GL_GEN_TEXTURES in the second and third paragraphs. -- Configure bugmail: http://bugs.freedesktop.org/user

Re: Backing out DRI2 from server 1.5

2008-08-11 Thread Eric Anholt
On Sun, 2008-08-10 at 19:11 -0400, Kristian Høgsberg wrote: > On Sun, Aug 10, 2008 at 5:07 PM, Dave Airlie <[EMAIL PROTECTED]> wrote: > > On Mon, Aug 11, 2008 at 5:46 AM, Kristian Høgsberg <[EMAIL PROTECTED]> > > wrote: > > > >> My plan is to included a device specific 32 bit bitfield per buffer i

[Bug 17077] glTexSubImage2D does not work correctly when using generated mip-maps

2008-08-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=17077 --- Comment #1 from Chris Lord <[EMAIL PROTECTED]> 2008-08-11 08:05:24 PST --- Created an attachment (id=18217) --> (http://bugs.freedesktop.org/attachment.cgi?id=18217) This test-case exhibits the described bug -- Configure bugmail: http:

[Bug 17077] New: glTexSubImage2D does not work correctly when using generated mip-maps

2008-08-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=17077 Summary: glTexSubImage2D does not work correctly when using generated mip-maps Product: Mesa Version: CVS Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW

[Bug 16982] Problems with DRM on G33 chipset

2008-08-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=16982 --- Comment #3 from Robert Noland <[EMAIL PROTECTED]> 2008-08-11 07:11:33 PST --- The base drm from current kernel sources does not have support for this chipset. I'm hoping to get an update ready shortly. robert. -- Configure bugmail: h

[Bug 16982] Problems with DRM on G33 chipset

2008-08-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=16982 Pierre Bardou <[EMAIL PROTECTED]> changed: What|Removed |Added CC||[EMAIL PROTECTED]

[PATCH 1/1] Replace drmBO by drm_buffer_object

2008-08-11 Thread Johannes Engel
Hi folks, what do you think about this patch? It makes Mesa compile with TTM-api again. Cheers, Johannes >From 4915d2a7a385995ca6ce9cb58029121f6c8e18d3 Mon Sep 17 00:00:00 2001 From: Johannes Engel <[EMAIL PROTECTED]> Date: Mon, 11 Aug 2008 12:20:55 +0100 Subject: [PATCH 1/1] Replace drmBO (no

[Bug 17075] Radeon + DRI on r300: X goes 99.9% CPU

2008-08-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=17075 --- Comment #4 from Doron <[EMAIL PROTECTED]> 2008-08-11 03:38:18 PST --- Hi Michel, Thanks for the quick response. Sadly, yes. I just remarked DynamicClocks (default is off), and the same behavior occurred. -- Configure bugmail: http://bu

[Bug 17075] Radeon + DRI on r300: X goes 99.9% CPU

2008-08-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=17075 --- Comment #3 from Michel Dänzer <[EMAIL PROTECTED]> 2008-08-11 03:01:19 PST --- Does it also happen without Option "DynamicClocks"? -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this

[Bug 17075] Radeon + DRI on r300: X goes 99.9% CPU

2008-08-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=17075 Michel Dänzer <[EMAIL PROTECTED]> changed: What|Removed |Added Attachment #18216|application/x-trash |text/plain m

[Bug 17075] Radeon + DRI on r300: X goes 99.9% CPU

2008-08-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=17075 --- Comment #2 from Doron <[EMAIL PROTECTED]> 2008-08-11 02:49:17 PST --- Created an attachment (id=18216) --> (http://bugs.freedesktop.org/attachment.cgi?id=18216) X Log File. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cg

[Bug 17075] Radeon + DRI on r300: X goes 99.9% CPU

2008-08-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=17075 --- Comment #1 from Doron <[EMAIL PROTECTED]> 2008-08-11 02:45:27 PST --- Created an attachment (id=18215) --> (http://bugs.freedesktop.org/attachment.cgi?id=18215) Configuration file. The relevant device for my layout is with Identifier "A

[Bug 17075] New: Radeon + DRI on r300: X goes 99.9% CPU

2008-08-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=17075 Summary: Radeon + DRI on r300: X goes 99.9% CPU Product: DRI Version: XOrg CVS Platform: All OS/Version: Linux (All) Status: NEW Severity: critical Priority: high

[Bug 17054] mesa/drm: compilation broken for i915 module with 2.6.26 kernel

2008-08-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=17054 --- Comment #1 from Shuang He <[EMAIL PROTECTED]> 2008-08-11 01:38:39 PST --- Pls try latest drm bits, as Dave Airlie has some fix for this. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving

Re: [PATCH 1/1] Adapt on_each_cpu

2008-08-11 Thread Nicolai Hähnle
Am Montag 11 August 2008 02:53:44 schrieb Stephane Marchesin: > On 8/2/08, Jerome Glisse <[EMAIL PROTECTED]> wrote: > > I might be totaly wrong so feel free to ignore these. I got the feeling > > that the user test base on linux kernel is far bigger than ours. Also > > i think that our test user

[Bug 17071] Drm kernel module build fail with [error: too many arguments t o function ‘on_each_cpu’]

2008-08-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=17071 --- Comment #1 from Johannes Engel <[EMAIL PROTECTED]> 2008-08-11 01:27:18 PST --- Created an attachment (id=18214) --> (http://bugs.freedesktop.org/attachment.cgi?id=18214) Fix on_each_cpu for kernel >2.6.26 by conditionals That one should

[Bug 17071] New: Drm kernel module build fail with [error: too many arguments t o function ‘on_each_cpu’]

2008-08-11 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=17071 Summary: Drm kernel module build fail with [error: too many arguments to function ‘on_each_cpu’] Product: Mesa Version: unspecified Platform: Other OS/Version: Linux (All)

Re: X "Hangs" with RS690 + 2.6.26

2008-08-11 Thread Jonathan McDowell
On Sun, Aug 10, 2008 at 05:25:55PM -0300, Frédéric L. W. Meunier wrote: > On Sun, 10 Aug 2008, Jonathan McDowell wrote: > >On Sat, Aug 09, 2008 at 05:47:42AM -0300, Frédéric L. W. Meunier wrote: > >>I apparently have the same problem with my RS690. I noticed it after > >>upgrading from 2.6.25 to 2.

Re: X "Hangs" with RS690 + 2.6.26

2008-08-11 Thread Frédéric L . W . Meunier
On Sun, 10 Aug 2008, Jonathan McDowell wrote: On Sat, Aug 09, 2008 at 05:47:42AM -0300, Frédéric L. W. Meunier wrote: On Fri, 1 Aug 2008, Jonathan McDowell wrote: On Fri, Jul 25, 2008 at 11:10:07AM +0100, Dave Airlie wrote: I've started to see "hangs" with X on an ATI RS690 with a 2.6.26 kern

Re: X "Hangs" with RS690 + 2.6.26

2008-08-11 Thread Jonathan McDowell
On Sat, Aug 09, 2008 at 05:47:42AM -0300, Frédéric L. W. Meunier wrote: > On Fri, 1 Aug 2008, Jonathan McDowell wrote: > >On Fri, Jul 25, 2008 at 11:10:07AM +0100, Dave Airlie wrote: > >>>I've started to see "hangs" with X on an ATI RS690 with a 2.6.26 kernel. > >>>The symptoms are that load averag