No screens after (WW) Falling back to old probe method for modesetting

2012-06-11 Thread Rafał Miłecki
xt part -- A non-text attachment was scrubbed... Name: Xorg.modesettings.log Type: application/octet-stream Size: 6253 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20120611/fbf6a401/attachment-0002.obj> -- next part ---

No screens after (WW) Falling back to old probe method for modesetting

2012-06-11 Thread Rafał Miłecki
I'm trying to switch from fbdev to modesetting for my AMD Southern Islands VERDE card. Of course I've KMS running just fine, radeon module loads and sets correct resolution, dmesg looks alright Unfortunately Xorg doesn't start after forcing "modesetting", AFAIU the driver doesn't provide any

edp backtrace spam on MacBookAir4,1

2012-06-11 Thread Daniel Vetter
On Mon, Jun 11, 2012 at 09:20:00AM +0200, Daniel Vetter wrote: > On Thu, Jun 07, 2012 at 09:26:23AM +0200, Daniel Vetter wrote: > > On Thu, Jun 07, 2012 at 09:21:20AM +0200, Daniel Vetter wrote: > > > On Wed, May 30, 2012 at 08:39:13AM -0700, Linus Torvalds wrote: > > > > On Wed, May 30, 2012 at

[PATCH V2][drm-fixes?] drm/radeon: enable HDMI on DCE5 (AKA NI excluding Aruba)

2012-06-11 Thread Boszormenyi Zoltan
Yay, it works on HD6570 (TURKS)! Thanks! 2012-06-11 14:11 keltez?ssel, Christian K?nig ?rta: > On 11.06.2012 12:34, Rafa? Mi?ecki wrote: >> After recent changes HDMI code is ready to be enabled on DCE5. This >> patch just changes conditions to execute already present code on DCE5. >> >>

[Bug 50980] New: [r300g, bisected] WebGL cars demo crash (r300_emit.c:865:r300_emit_vertex_arrays: Assertion `(buf)' failed)

2012-06-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=50980 Bug #: 50980 Summary: [r300g, bisected] WebGL cars demo crash (r300_emit.c:865:r300_emit_vertex_arrays: Assertion `(buf)' failed) Classification: Unclassified Product:

[PATCH] drm sis: initialize object_idr

2012-06-11 Thread Németh Márton
From: M?rton N?meth The filed object_idr of struct drm_sis_private was introduced with commit http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commitdiff;h=6de8a748881f1cd9d795454da2b6db616d5ca3d7 . The idr_init(>object_name_idr) is called instead of

[PATCH] omap2+: add drm device

2012-06-11 Thread Tomi Valkeinen
ig > options. Yes, I'm ok with it. Tomi -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: This is a digitally signed message part URL: <http://lists.freedesktop.org/archives/dri-devel/attac

[PATCH V2][drm-fixes?] drm/radeon: enable HDMI on DCE5 (AKA NI excluding Aruba)

2012-06-11 Thread Andre Heider
On Mon, Jun 11, 2012 at 12:34 PM, Rafa? Mi?ecki wrote: > After recent changes HDMI code is ready to be enabled on DCE5. This > patch just changes conditions to execute already present code on DCE5. > > Signed-off-by: Rafa? Mi?ecki > Reviewed-by: Alex Deucher > --- > V2: enable audio engine on

[Bug 47475] Stellarium crasch when using pan/zoom

2012-06-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=47475 Eric Anholt changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[PATCH 04/12] v4l: vb2-dma-contig: add setup of sglist for MMAP buffers

2012-06-11 Thread Subash Patel
Hi Laurent, Tomasz, On 06/10/2012 11:28 PM, Laurent Pinchart wrote: > Hi Tomasz, > > On Friday 08 June 2012 16:31:31 Tomasz Stanislawski wrote: >> Hi Laurent and Subash, >> >> I confirm the issue found by Subash. The function vb2_dc_kaddr_to_pages does >> fail for some occasions. The failures are

[PATCH V2][drm-fixes?] drm/radeon: enable HDMI on DCE5 (AKA NI excluding Aruba)

2012-06-11 Thread Christian König
On 11.06.2012 12:34, Rafa? Mi?ecki wrote: > After recent changes HDMI code is ready to be enabled on DCE5. This > patch just changes conditions to execute already present code on DCE5. > > Signed-off-by: Rafa? Mi?ecki > Reviewed-by: Alex Deucher Tested-by: Christian K?nig > --- > V2: enable

[PATCH V2][drm-fixes?] drm/radeon: enable HDMI on DCE5 (AKA NI excluding Aruba)

2012-06-11 Thread Rafał Miłecki
After recent changes HDMI code is ready to be enabled on DCE5. This patch just changes conditions to execute already present code on DCE5. Signed-off-by: Rafa? Mi?ecki Reviewed-by: Alex Deucher --- V2: enable audio engine on Cayman (it uses different startup function). ---

RFC: Change OML_sync_control UST to CLOCK_MONOTONIC

2012-06-11 Thread Michel Dänzer
On Son, 2012-06-10 at 11:56 +, Joakim Plate wrote: > Hi, > > I'm currently trying to make use of OML_sync_control extension to schedule > presentation of video frames in xbmc. > > I've run into somewhat of a snag. It seem the spec doesn't specify what > time the UST clock really is, nor

[RFT][PATCH] drm/radeon/hdmi: enable audio on Cayman

2012-06-11 Thread Christian König
Yeah, just gotten to the same conclusion a second before your last mail arrives Heureka! We got HDMI audio on Cayman! Please merge that with your other patch and resend it to the list. Cheers, Christian. On 11.06.2012 11:38, Rafa? Mi?ecki wrote: > --- > drivers/gpu/drm/radeon/ni.c |5

[Intel-gfx] [PATCH] vgaarb: call pci_disable|enable_device on decoding vga devices

2012-06-11 Thread Jani Nikula
On Fri, 08 Jun 2012, Daniel Vetter wrote: > There's the neat little problem that some systems die if vga decoding > isn't decoded anywhere, because linux disabled that pci device. > > Atm we solve that problem by simple not calling pci_disable_device at > driver unregister time for drm pci

[RFT][PATCH] drm/radeon/hdmi: enable audio on Cayman

2012-06-11 Thread Rafał Miłecki
--- drivers/gpu/drm/radeon/ni.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/radeon/ni.c b/drivers/gpu/drm/radeon/ni.c index 3df4efa..b65fcae 100644 --- a/drivers/gpu/drm/radeon/ni.c +++ b/drivers/gpu/drm/radeon/ni.c @@ -1290,6 +1290,10 @@ static

[PATCH][drm-fixes?] drm/radeon: enable HDMI on DCE5 (AKA NI excluding Aruba)

2012-06-11 Thread Rafał Miłecki
2012/6/11 Rafa? Mi?ecki : > 2012/6/10 Christian K?nig : >> Unfortunately testing it with my Cayman based card shows that it plays with >> the correct speed, audio registers seems to be ok, but unfortunately I don't >> hear any sound at all :( > > If you can easily switch between fglrx and radeon,

[PATCH] omap2+: add drm device

2012-06-11 Thread Rob Clark
On Wed, May 23, 2012 at 3:08 PM, Andy Gross wrote: > Register OMAP DRM/KMS platform device. ?DMM is split into a > separate device using hwmod. > > Signed-off-by: Andy Gross Signed-off-by: Rob Clark > --- > ?arch/arm/mach-omap2/Makefile ? ? ? ? ? | ? ?4 ++ > ?arch/arm/mach-omap2/drm.c ? ? ? ?

[Intel-gfx] [PATCH] vgaarb: call pci_disable|enable_device on decoding vga devices

2012-06-11 Thread Daniel Vetter
On Mon, Jun 11, 2012 at 11:42:35AM +0300, Jani Nikula wrote: > On Fri, 08 Jun 2012, Daniel Vetter wrote: > > There's the neat little problem that some systems die if vga decoding > > isn't decoded anywhere, because linux disabled that pci device. > > > > Atm we solve that problem by simple not

[PATCH] vgaarb: call pci_disable|enable_device on decoding vga devices

2012-06-11 Thread Daniel Vetter
There's the neat little problem that some systems die if vga decoding isn't decoded anywhere, because linux disabled that pci device. Atm we solve that problem by simple not calling pci_disable_device at driver unregister time for drm pci devices. Which isn't to great because it leaks a

[PATCH] omap2+: add drm device

2012-06-11 Thread Gross, Andy
was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20120611/8df6c709/attachment.htm>

[PATCH] drm/sis: properly initialize dev_priv->object_idr

2012-06-11 Thread Daniel Vetter
Spotted while reviewing the same patch for drm/via by N?meth M?rton. Cc: stable at vger.kernel.org Signed-Off-by: Daniel Vetter --- drivers/gpu/drm/sis/sis_drv.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/sis/sis_drv.c b/drivers/gpu/drm/sis/sis_drv.c

edp backtrace spam on MacBookAir4,1

2012-06-11 Thread Daniel Vetter
On Thu, Jun 07, 2012 at 09:26:23AM +0200, Daniel Vetter wrote: > On Thu, Jun 07, 2012 at 09:21:20AM +0200, Daniel Vetter wrote: > > On Wed, May 30, 2012 at 08:39:13AM -0700, Linus Torvalds wrote: > > > On Wed, May 30, 2012 at 1:27 AM, Daniel Vetter wrote: > > > > > > > > Ok, Chris couldn't

[PATCH] drm via: initialize object_idr

2012-06-11 Thread Daniel Vetter
On Sun, Jun 10, 2012 at 11:39:55PM +0200, N?meth M?rton wrote: > From: M?rton N?meth > > The field obejct_idr of struct drm_via_private was introduced with the > commit > http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commitdiff;h=77ee8f3825054f23b17e9c8f728f061defd86cdc > . >

[RFC] Documentation: DRM framework documentation

2012-06-11 Thread Hans Verkuil
On Mon June 11 2012 08:47:59 Laurent Pinchart wrote: > Hi Hans, > > On Thursday 07 June 2012 11:13:30 Hans Verkuil wrote: > > Hi Laurent! > > > > I completely missed this when you posted this a week ago, but thank you for > > doing this. One suggestion: cross-post the next version to linux-media

[RFC] Documentation: DRM framework documentation

2012-06-11 Thread Laurent Pinchart
Hi Hans, On Thursday 07 June 2012 11:13:30 Hans Verkuil wrote: > Hi Laurent! > > I completely missed this when you posted this a week ago, but thank you for > doing this. One suggestion: cross-post the next version to linux-media as > well: I think this is useful for V4L2 as well. I didn't

[PATCH 04/12] v4l: vb2-dma-contig: add setup of sglist for MMAP buffers

2012-06-11 Thread Laurent Pinchart
Hi Tomasz, On Friday 08 June 2012 16:31:31 Tomasz Stanislawski wrote: > Hi Laurent and Subash, > > I confirm the issue found by Subash. The function vb2_dc_kaddr_to_pages does > fail for some occasions. The failures are rather strange like 'got 95 of > 150 pages'. It took me some time to find

[PATCH][drm-fixes?] drm/radeon: enable HDMI on DCE5 (AKA NI excluding Aruba)

2012-06-11 Thread Rafał Miłecki
2012/6/10 Christian K?nig : > On 10.06.2012 21:22, Alex Deucher wrote: >> >> On Sun, Jun 10, 2012 at 11:59 AM, Rafa? Mi?ecki ?wrote: >>> >>> After recent changes HDMI code is ready to be enabled on DCE5. This >>> patch just changes conditions to execute already present code on DCE5. >>> >>>

[RFC] Documentation: DRM framework documentation

2012-06-11 Thread Rob Clark
On Thu, Jun 7, 2012 at 2:52 AM, Laurent Pinchart wrote: > Hi Rob, > > On Tuesday 05 June 2012 04:31:54 Rob Clark wrote: > >> > + ?- int (*firstopen) (struct drm_device *) >> > + ?- void (*lastclose) (struct drm_device *) >> > + ?- int (*open) (struct drm_device *, struct drm_file *) >> > + ?-

[PATCH] drm via: initialize object_idr

2012-06-11 Thread Németh Márton
From: M?rton N?meth The field obejct_idr of struct drm_via_private was introduced with the commit http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commitdiff;h=77ee8f3825054f23b17e9c8f728f061defd86cdc . In that patch idr_init(>object_name_idr) was called

[PATCH][drm-fixes?] drm/radeon: enable HDMI on DCE5 (AKA NI excluding Aruba)

2012-06-11 Thread Christian König
On 10.06.2012 21:22, Alex Deucher wrote: > On Sun, Jun 10, 2012 at 11:59 AM, Rafa? Mi?ecki wrote: >> After recent changes HDMI code is ready to be enabled on DCE5. This >> patch just changes conditions to execute already present code on DCE5. >> >> Signed-off-by: Rafa? Mi?ecki >> --- >> Dave: I

[PATCH] drm via: initialize object_idr

2012-06-11 Thread Németh Márton
From: Márton Németh nm...@freemail.hu The field obejct_idr of struct drm_via_private was introduced with the commit http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commitdiff;h=77ee8f3825054f23b17e9c8f728f061defd86cdc . In that patch idr_init(dev-object_name_idr) was called

Re: [PATCH 04/12] v4l: vb2-dma-contig: add setup of sglist for MMAP buffers

2012-06-11 Thread Laurent Pinchart
Hi Tomasz, On Friday 08 June 2012 16:31:31 Tomasz Stanislawski wrote: Hi Laurent and Subash, I confirm the issue found by Subash. The function vb2_dc_kaddr_to_pages does fail for some occasions. The failures are rather strange like 'got 95 of 150 pages'. It took me some time to find the

Re: [RFC] Documentation: DRM framework documentation

2012-06-11 Thread Laurent Pinchart
Hi Hans, On Thursday 07 June 2012 11:13:30 Hans Verkuil wrote: Hi Laurent! I completely missed this when you posted this a week ago, but thank you for doing this. One suggestion: cross-post the next version to linux-media as well: I think this is useful for V4L2 as well. I didn't think it

Re: [RFC] Documentation: DRM framework documentation

2012-06-11 Thread Hans Verkuil
On Mon June 11 2012 08:47:59 Laurent Pinchart wrote: Hi Hans, On Thursday 07 June 2012 11:13:30 Hans Verkuil wrote: Hi Laurent! I completely missed this when you posted this a week ago, but thank you for doing this. One suggestion: cross-post the next version to linux-media as well:

Re: [PATCH] drm via: initialize object_idr

2012-06-11 Thread Daniel Vetter
On Sun, Jun 10, 2012 at 11:39:55PM +0200, Németh Márton wrote: From: Márton Németh nm...@freemail.hu The field obejct_idr of struct drm_via_private was introduced with the commit

Re: edp backtrace spam on MacBookAir4,1

2012-06-11 Thread Daniel Vetter
On Thu, Jun 07, 2012 at 09:26:23AM +0200, Daniel Vetter wrote: On Thu, Jun 07, 2012 at 09:21:20AM +0200, Daniel Vetter wrote: On Wed, May 30, 2012 at 08:39:13AM -0700, Linus Torvalds wrote: On Wed, May 30, 2012 at 1:27 AM, Daniel Vetter dan...@ffwll.ch wrote: Ok, Chris couldn't

[PATCH] drm/sis: properly initialize dev_priv-object_idr

2012-06-11 Thread Daniel Vetter
Spotted while reviewing the same patch for drm/via by Németh Márton. Cc: sta...@vger.kernel.org Signed-Off-by: Daniel Vetter daniel.vet...@ffwll.ch --- drivers/gpu/drm/sis/sis_drv.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/sis/sis_drv.c

Re: [Intel-gfx] [PATCH] vgaarb: call pci_disable|enable_device on decoding vga devices

2012-06-11 Thread Jani Nikula
On Fri, 08 Jun 2012, Daniel Vetter daniel.vet...@ffwll.ch wrote: There's the neat little problem that some systems die if vga decoding isn't decoded anywhere, because linux disabled that pci device. Atm we solve that problem by simple not calling pci_disable_device at driver unregister time

Re: [Intel-gfx] [PATCH] vgaarb: call pci_disable|enable_device on decoding vga devices

2012-06-11 Thread Daniel Vetter
On Mon, Jun 11, 2012 at 11:42:35AM +0300, Jani Nikula wrote: On Fri, 08 Jun 2012, Daniel Vetter daniel.vet...@ffwll.ch wrote: There's the neat little problem that some systems die if vga decoding isn't decoded anywhere, because linux disabled that pci device. Atm we solve that problem by

[PATCH] vgaarb: call pci_disable|enable_device on decoding vga devices

2012-06-11 Thread Daniel Vetter
There's the neat little problem that some systems die if vga decoding isn't decoded anywhere, because linux disabled that pci device. Atm we solve that problem by simple not calling pci_disable_device at driver unregister time for drm pci devices. Which isn't to great because it leaks a

Re: [PATCH][drm-fixes?] drm/radeon: enable HDMI on DCE5 (AKA NI excluding Aruba)

2012-06-11 Thread Rafał Miłecki
2012/6/11 Rafał Miłecki zaj...@gmail.com: 2012/6/10 Christian König deathsim...@vodafone.de: Unfortunately testing it with my Cayman based card shows that it plays with the correct speed, audio registers seems to be ok, but unfortunately I don't hear any sound at all :( If you can easily

[RFT][PATCH] drm/radeon/hdmi: enable audio on Cayman

2012-06-11 Thread Rafał Miłecki
--- drivers/gpu/drm/radeon/ni.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/radeon/ni.c b/drivers/gpu/drm/radeon/ni.c index 3df4efa..b65fcae 100644 --- a/drivers/gpu/drm/radeon/ni.c +++ b/drivers/gpu/drm/radeon/ni.c @@ -1290,6 +1290,10 @@ static

Re: [RFT][PATCH] drm/radeon/hdmi: enable audio on Cayman

2012-06-11 Thread Christian König
Yeah, just gotten to the same conclusion a second before your last mail arrives Heureka! We got HDMI audio on Cayman! Please merge that with your other patch and resend it to the list. Cheers, Christian. On 11.06.2012 11:38, Rafał Miłecki wrote: --- drivers/gpu/drm/radeon/ni.c |5

Re: RFC: Change OML_sync_control UST to CLOCK_MONOTONIC

2012-06-11 Thread Michel Dänzer
On Son, 2012-06-10 at 11:56 +, Joakim Plate wrote: Hi, I'm currently trying to make use of OML_sync_control extension to schedule presentation of video frames in xbmc. I've run into somewhat of a snag. It seem the spec doesn't specify what time the UST clock really is, nor can i

[PATCH V2][drm-fixes?] drm/radeon: enable HDMI on DCE5 (AKA NI excluding Aruba)

2012-06-11 Thread Rafał Miłecki
After recent changes HDMI code is ready to be enabled on DCE5. This patch just changes conditions to execute already present code on DCE5. Signed-off-by: Rafał Miłecki zaj...@gmail.com Reviewed-by: Alex Deucher alexander.deuc...@amd.com --- V2: enable audio engine on Cayman (it uses different

Re: [RFC] Documentation: DRM framework documentation

2012-06-11 Thread Rob Clark
On Thu, Jun 7, 2012 at 2:52 AM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Hi Rob, On Tuesday 05 June 2012 04:31:54 Rob Clark wrote: +  - int (*firstopen) (struct drm_device *) +  - void (*lastclose) (struct drm_device *) +  - int (*open) (struct drm_device *, struct

Re: [PATCH V2][drm-fixes?] drm/radeon: enable HDMI on DCE5 (AKA NI excluding Aruba)

2012-06-11 Thread Christian König
On 11.06.2012 12:34, Rafał Miłecki wrote: After recent changes HDMI code is ready to be enabled on DCE5. This patch just changes conditions to execute already present code on DCE5. Signed-off-by: Rafał Miłeckizaj...@gmail.com Reviewed-by: Alex Deucheralexander.deuc...@amd.com Tested-by:

Re: [PATCH] omap2+: add drm device

2012-06-11 Thread Gross, Andy
Tomi, So at this point, are you OK with deferring a split of the DMM until it necessary to do so (if ever)? I'd like to get this patch in so that people have a working omapdrm device when they enable the config options. Regards, Andy ___ dri-devel

Re: [PATCH V2][drm-fixes?] drm/radeon: enable HDMI on DCE5 (AKA NI excluding Aruba)

2012-06-11 Thread Andre Heider
On Mon, Jun 11, 2012 at 12:34 PM, Rafał Miłecki zaj...@gmail.com wrote: After recent changes HDMI code is ready to be enabled on DCE5. This patch just changes conditions to execute already present code on DCE5. Signed-off-by: Rafał Miłecki zaj...@gmail.com Reviewed-by: Alex Deucher

Re: [PATCH] omap2+: add drm device

2012-06-11 Thread Tomi Valkeinen
On Mon, 2012-06-11 at 09:51 -0500, Gross, Andy wrote: Tomi, So at this point, are you OK with deferring a split of the DMM until it necessary to do so (if ever)? I'd like to get this patch in so that people have a working omapdrm device when they enable the config options. Yes, I'm ok

Re: [PATCH] omap2+: add drm device

2012-06-11 Thread Rob Clark
On Wed, May 23, 2012 at 3:08 PM, Andy Gross andy.gr...@ti.com wrote: Register OMAP DRM/KMS platform device.  DMM is split into a separate device using hwmod. Signed-off-by: Andy Gross andy.gr...@ti.com Signed-off-by: Rob Clark rob.cl...@linaro.org ---  arch/arm/mach-omap2/Makefile          

Re: [PATCH V2][drm-fixes?] drm/radeon: enable HDMI on DCE5 (AKA NI excluding Aruba)

2012-06-11 Thread Boszormenyi Zoltan
Yay, it works on HD6570 (TURKS)! Thanks! 2012-06-11 14:11 keltezéssel, Christian König írta: On 11.06.2012 12:34, Rafał Miłecki wrote: After recent changes HDMI code is ready to be enabled on DCE5. This patch just changes conditions to execute already present code on DCE5. Signed-off-by:

Re: edp backtrace spam on MacBookAir4,1

2012-06-11 Thread Daniel Vetter
On Mon, Jun 11, 2012 at 09:20:00AM +0200, Daniel Vetter wrote: On Thu, Jun 07, 2012 at 09:26:23AM +0200, Daniel Vetter wrote: On Thu, Jun 07, 2012 at 09:21:20AM +0200, Daniel Vetter wrote: On Wed, May 30, 2012 at 08:39:13AM -0700, Linus Torvalds wrote: On Wed, May 30, 2012 at 1:27 AM,

No screens after (WW) Falling back to old probe method for modesetting

2012-06-11 Thread Rafał Miłecki
I'm trying to switch from fbdev to modesetting for my AMD Southern Islands VERDE card. Of course I've KMS running just fine, radeon module loads and sets correct resolution, dmesg looks alright Unfortunately Xorg doesn't start after forcing modesetting, AFAIU the driver doesn't provide any

Re: No screens after (WW) Falling back to old probe method for modesetting

2012-06-11 Thread Rafał Miłecki
2012/6/11 Rafał Miłecki zaj...@gmail.com: I'm trying to switch from fbdev to modesetting for my AMD Southern Islands VERDE card. Of course I've KMS running just fine, radeon module loads and sets correct resolution, dmesg looks alright Unfortunately Xorg doesn't start after forcing

[Bug 50980] New: [r300g, bisected] WebGL cars demo crash (r300_emit.c:865:r300_emit_vertex_arrays: Assertion `(buf)' failed)

2012-06-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50980 Bug #: 50980 Summary: [r300g, bisected] WebGL cars demo crash (r300_emit.c:865:r300_emit_vertex_arrays: Assertion `(buf)' failed) Classification: Unclassified Product:

[Bug 47475] Stellarium crasch when using pan/zoom

2012-06-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47475 Eric Anholt e...@anholt.net changed: What|Removed |Added Status|NEW |RESOLVED