dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [Bug 70804] New: radeonsi_compute.c:254:11: error: 'struct pipe_context' has no member named 'set_compute_sampler_views'
@ 2013-10-23 17:35 bugzilla-daemon
  2013-10-23 18:31 ` [Bug 70804] " bugzilla-daemon
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: bugzilla-daemon @ 2013-10-23 17:35 UTC (permalink / raw)
  To: dri-devel


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

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

          Priority: medium
            Bug ID: 70804
          Keywords: regression
                CC: brianp@vmware.com
          Assignee: dri-devel@lists.freedesktop.org
           Summary: radeonsi_compute.c:254:11: error: 'struct
                    pipe_context' has no member named
                    'set_compute_sampler_views'
          Severity: blocker
    Classification: Unclassified
                OS: Linux (All)
          Reporter: vlee@freedesktop.org
          Hardware: x86-64 (AMD64)
            Status: NEW
           Version: git
         Component: Drivers/Gallium/radeonsi
           Product: Mesa

mesa: a3ed98f7aa85636579a5696bf036ec13e5c9104a

  CC       radeonsi_compute.lo
radeonsi_compute.c: In function 'si_init_compute_functions':
radeonsi_compute.c:254:11: error: 'struct pipe_context' has no member named
'set_compute_sampler_views'
  rctx->b.b.set_compute_sampler_views = si_set_cs_sampler_view;
           ^

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

[-- Attachment #1.2: Type: text/html, Size: 2527 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 70804] radeonsi_compute.c:254:11: error: 'struct pipe_context' has no member named 'set_compute_sampler_views'
  2013-10-23 17:35 [Bug 70804] New: radeonsi_compute.c:254:11: error: 'struct pipe_context' has no member named 'set_compute_sampler_views' bugzilla-daemon
@ 2013-10-23 18:31 ` bugzilla-daemon
  2013-10-23 19:36 ` bugzilla-daemon
  2013-10-23 19:44 ` bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2013-10-23 18:31 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #1 from Brian Paul <brianp@vmware.com> ---
Created attachment 88049
  --> https://bugs.freedesktop.org/attachment.cgi?id=88049&action=edit
fix breakage

Can you test this patch, Vinson?

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

[-- Attachment #1.2: Type: text/html, Size: 1318 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 70804] radeonsi_compute.c:254:11: error: 'struct pipe_context' has no member named 'set_compute_sampler_views'
  2013-10-23 17:35 [Bug 70804] New: radeonsi_compute.c:254:11: error: 'struct pipe_context' has no member named 'set_compute_sampler_views' bugzilla-daemon
  2013-10-23 18:31 ` [Bug 70804] " bugzilla-daemon
@ 2013-10-23 19:36 ` bugzilla-daemon
  2013-10-23 19:44 ` bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2013-10-23 19:36 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #2 from Vinson Lee <vlee@freedesktop.org> ---
attachment 88049 fixes the build.

Tested-by: Vinson Lee <vlee@freedesktop.org>

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

[-- Attachment #1.2: Type: text/html, Size: 1388 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 70804] radeonsi_compute.c:254:11: error: 'struct pipe_context' has no member named 'set_compute_sampler_views'
  2013-10-23 17:35 [Bug 70804] New: radeonsi_compute.c:254:11: error: 'struct pipe_context' has no member named 'set_compute_sampler_views' bugzilla-daemon
  2013-10-23 18:31 ` [Bug 70804] " bugzilla-daemon
  2013-10-23 19:36 ` bugzilla-daemon
@ 2013-10-23 19:44 ` bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2013-10-23 19:44 UTC (permalink / raw)
  To: dri-devel


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

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

Brian Paul <brianp@vmware.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Brian Paul <brianp@vmware.com> ---
Fixed w/ commit ef98e2ee618f9452a3d16b8fb884d0318f7896fc

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

[-- Attachment #1.2: Type: text/html, Size: 2142 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:[~2013-10-23 19:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-23 17:35 [Bug 70804] New: radeonsi_compute.c:254:11: error: 'struct pipe_context' has no member named 'set_compute_sampler_views' bugzilla-daemon
2013-10-23 18:31 ` [Bug 70804] " bugzilla-daemon
2013-10-23 19:36 ` bugzilla-daemon
2013-10-23 19:44 ` bugzilla-daemon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).