All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 79431] New: OpenGL OpenCL interop results in corrupted renderbuffer object image
@ 2014-05-29 23:35 bugzilla-daemon
  2014-05-30 10:04 ` [Bug 79431] " bugzilla-daemon
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: bugzilla-daemon @ 2014-05-29 23:35 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 1121 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=79431

          Priority: medium
            Bug ID: 79431
          Assignee: dri-devel@lists.freedesktop.org
           Summary: OpenGL OpenCL interop results in corrupted
                    renderbuffer object image
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: pavol@klacansky.com
          Hardware: Other
            Status: NEW
           Version: git
         Component: Drivers/Gallium/r600
           Product: Mesa

I use APP SDK with OpenCL running on CPU and r600 driver on GPU (AMD Mobility
3650) to compute image. If I use OpenCL image, I get correct result, however if
I want to display image using OpenGL (interop), it is corrupted.

I create renderbuffer object, than link it with OpenCL
(clCreateFromGLRenderbuffer) and then after image was computed I blit it
to back buffer.

I tested it in lab on nVidia proprietary driver and it works well, I suspect
the problem is in renderbuffer sharing.

OpenCL is 1.2, OpenGL 3.3.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2425 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] 7+ messages in thread

* [Bug 79431] OpenGL OpenCL interop results in corrupted renderbuffer object image
  2014-05-29 23:35 [Bug 79431] New: OpenGL OpenCL interop results in corrupted renderbuffer object image bugzilla-daemon
@ 2014-05-30 10:04 ` bugzilla-daemon
  2014-06-05 10:26 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2014-05-30 10:04 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 483 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=79431

pavol@klacansky.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pavol@klacansky.com

--- Comment #1 from pavol@klacansky.com ---
If I use LIBGL_ALWAYS_SOFTWARE=1 I get uncorrupted image, but it is all black.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1808 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] 7+ messages in thread

* [Bug 79431] OpenGL OpenCL interop results in corrupted renderbuffer object image
  2014-05-29 23:35 [Bug 79431] New: OpenGL OpenCL interop results in corrupted renderbuffer object image bugzilla-daemon
  2014-05-30 10:04 ` [Bug 79431] " bugzilla-daemon
@ 2014-06-05 10:26 ` bugzilla-daemon
  2014-06-09 19:14 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2014-06-05 10:26 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 553 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=79431

--- Comment #2 from Bruno Jiménez <brunojimen@gmail.com> ---
Hi,

I have tried looking information for your card regarding OpenCL and I haven't
been able to found anything. Are you sure that it supports it?

Besides, I think that clover doesn't support your card, so even if it does
support OpenCL I think that it wouldn't work.

And, I'm afraid that clover doesn't implement yet clCreateFromGLRenderbuffer.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1387 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] 7+ messages in thread

* [Bug 79431] OpenGL OpenCL interop results in corrupted renderbuffer object image
  2014-05-29 23:35 [Bug 79431] New: OpenGL OpenCL interop results in corrupted renderbuffer object image bugzilla-daemon
  2014-05-30 10:04 ` [Bug 79431] " bugzilla-daemon
  2014-06-05 10:26 ` bugzilla-daemon
@ 2014-06-09 19:14 ` bugzilla-daemon
  2017-03-22 15:20 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2014-06-09 19:14 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 388 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=79431

--- Comment #3 from pavol@klacansky.com ---
As I mentioned, I use CPU as OpenCL device using APP SDK.

I have a problem with OpenGL OpenCL interop. OpenCL from AMD APP SDK works
fine, the problem is when I use Gallium driver for OpenGL, I get corrupted
image.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1179 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] 7+ messages in thread

* [Bug 79431] OpenGL OpenCL interop results in corrupted renderbuffer object image
  2014-05-29 23:35 [Bug 79431] New: OpenGL OpenCL interop results in corrupted renderbuffer object image bugzilla-daemon
                   ` (2 preceding siblings ...)
  2014-06-09 19:14 ` bugzilla-daemon
@ 2017-03-22 15:20 ` bugzilla-daemon
  2017-03-23 20:24 ` bugzilla-daemon
  2019-09-18 19:16 ` bugzilla-daemon
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2017-03-22 15:20 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 762 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=79431

Vedran Miletić <vedran@miletic.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |NOTABUG
             Blocks|                            |99553
             Status|NEW                         |RESOLVED

--- Comment #4 from Vedran Miletić <vedran@miletic.net> ---
r600 does support OpenCL, but only on EG/NI (Radeon HD 5000/6000).


Referenced Bugs:

https://bugs.freedesktop.org/show_bug.cgi?id=99553
[Bug 99553] Tracker bug for runnning OpenCL applications on Clover
-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2806 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 79431] OpenGL OpenCL interop results in corrupted renderbuffer object image
  2014-05-29 23:35 [Bug 79431] New: OpenGL OpenCL interop results in corrupted renderbuffer object image bugzilla-daemon
                   ` (3 preceding siblings ...)
  2017-03-22 15:20 ` bugzilla-daemon
@ 2017-03-23 20:24 ` bugzilla-daemon
  2019-09-18 19:16 ` bugzilla-daemon
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2017-03-23 20:24 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 1037 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=79431

Jan Vesely <jan.vesely@rutgers.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|NOTABUG                     |---
             Status|RESOLVED                    |REOPENED
             Blocks|99553                       |

--- Comment #5 from Jan Vesely <jan.vesely@rutgers.edu> ---
(In reply to Vedran Miletić from comment #4)
> r600 does support OpenCL, but only on EG/NI (Radeon HD 5000/6000).

my understanding is that this bug is not about clover, but getting r600g GL
work with third party CL.
afaik Marek was looking into that, but that might have been just for GCN+. (the
conclusion might still be that it's unsupported)


Referenced Bugs:

https://bugs.freedesktop.org/show_bug.cgi?id=99553
[Bug 99553] Tracker bug for runnning OpenCL applications on Clover
-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 3109 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug 79431] OpenGL OpenCL interop results in corrupted renderbuffer object image
  2014-05-29 23:35 [Bug 79431] New: OpenGL OpenCL interop results in corrupted renderbuffer object image bugzilla-daemon
                   ` (4 preceding siblings ...)
  2017-03-23 20:24 ` bugzilla-daemon
@ 2019-09-18 19:16 ` bugzilla-daemon
  5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2019-09-18 19:16 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 840 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=79431

GitLab Migration User <gitlab-migration@fdo.invalid> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |MOVED

--- Comment #6 from GitLab Migration User <gitlab-migration@fdo.invalid> ---
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been
closed from further activity.

You can subscribe and participate further through the new bug through this link
to our GitLab instance: https://gitlab.freedesktop.org/mesa/mesa/issues/514.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2500 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-09-18 19:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-29 23:35 [Bug 79431] New: OpenGL OpenCL interop results in corrupted renderbuffer object image bugzilla-daemon
2014-05-30 10:04 ` [Bug 79431] " bugzilla-daemon
2014-06-05 10:26 ` bugzilla-daemon
2014-06-09 19:14 ` bugzilla-daemon
2017-03-22 15:20 ` bugzilla-daemon
2017-03-23 20:24 ` bugzilla-daemon
2019-09-18 19:16 ` 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.