* [Bug 74139] New: "consolidate the contents of r600_resource.c" breaks opencl on aruba
@ 2014-01-28 7:20 bugzilla-daemon
2014-01-28 15:02 ` [Bug 74139] " bugzilla-daemon
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: bugzilla-daemon @ 2014-01-28 7:20 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 1327 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=74139
Priority: medium
Bug ID: 74139
CC: maraeo@gmail.com
Assignee: dri-devel@lists.freedesktop.org
Summary: "consolidate the contents of r600_resource.c" breaks
opencl on aruba
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: slicksam@gmx.com
Hardware: x86-64 (AMD64)
Status: NEW
Version: git
Component: Drivers/Gallium/r600
Product: Mesa
a9ae7635b77fc4fd9f4614fead63fefa6ff74f4e is the first bad commit
commit a9ae7635b77fc4fd9f4614fead63fefa6ff74f4e
Author: Marek Olšák <marek.olsak@amd.com>
Date: Wed Jan 22 00:58:12 2014 +0100
r600g,radeonsi: consolidate the contents of r600_resource.c
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
Tested using hello_world from opencl-example
Sorry, it was suggested that I supply a backtrace, I don't have time right now
but if this is still needed I can try to figure it out later. dmesg says it's
crashing in pipe_r600.so if this helps any.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2968 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 4+ messages in thread* [Bug 74139] "consolidate the contents of r600_resource.c" breaks opencl on aruba
2014-01-28 7:20 [Bug 74139] New: "consolidate the contents of r600_resource.c" breaks opencl on aruba bugzilla-daemon
@ 2014-01-28 15:02 ` bugzilla-daemon
2014-01-28 15:22 ` bugzilla-daemon
2014-01-28 15:26 ` bugzilla-daemon
2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2014-01-28 15:02 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 278 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=74139
--- Comment #1 from Tom Stellard <tstellar@gmail.com> ---
Should be fixed by:
http://lists.freedesktop.org/archives/mesa-dev/2014-January/052691.html
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1194 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Bug 74139] "consolidate the contents of r600_resource.c" breaks opencl on aruba
2014-01-28 7:20 [Bug 74139] New: "consolidate the contents of r600_resource.c" breaks opencl on aruba bugzilla-daemon
2014-01-28 15:02 ` [Bug 74139] " bugzilla-daemon
@ 2014-01-28 15:22 ` bugzilla-daemon
2014-01-28 15:26 ` bugzilla-daemon
2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2014-01-28 15:22 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 242 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=74139
--- Comment #2 from Bruno Jiménez <brunojimen@gmail.com> ---
Hi,
That patch fixes the problem for me.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1096 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Bug 74139] "consolidate the contents of r600_resource.c" breaks opencl on aruba
2014-01-28 7:20 [Bug 74139] New: "consolidate the contents of r600_resource.c" breaks opencl on aruba bugzilla-daemon
2014-01-28 15:02 ` [Bug 74139] " bugzilla-daemon
2014-01-28 15:22 ` bugzilla-daemon
@ 2014-01-28 15:26 ` bugzilla-daemon
2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2014-01-28 15:26 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 533 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=74139
Tom Stellard <tstellar@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #3 from Tom Stellard <tstellar@gmail.com> ---
Fixed by commit 7b4592a489a4473bc886ceea11470231e7a98b0f
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2079 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-01-28 15:26 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-28 7:20 [Bug 74139] New: "consolidate the contents of r600_resource.c" breaks opencl on aruba bugzilla-daemon
2014-01-28 15:02 ` [Bug 74139] " bugzilla-daemon
2014-01-28 15:22 ` bugzilla-daemon
2014-01-28 15:26 ` bugzilla-daemon
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.