All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 76009] New: r600_streamout.c:108:6: error: conflicting types for 'r600_set_streamout_targets'
@ 2014-03-11  4:24 bugzilla-daemon
  2014-03-11  5:56 ` [Bug 76009] " bugzilla-daemon
  0 siblings, 1 reply; 2+ messages in thread
From: bugzilla-daemon @ 2014-03-11  4:24 UTC (permalink / raw)
  To: dri-devel


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

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

          Priority: medium
            Bug ID: 76009
          Keywords: regression
                CC: jfonseca@vmware.com, maraeo@gmail.com,
                    sroland@vmware.com, zackr@vmware.com
          Assignee: dri-devel@lists.freedesktop.org
           Summary: r600_streamout.c:108:6: error: conflicting types for
                    'r600_set_streamout_targets'
          Severity: blocker
    Classification: Unclassified
                OS: Linux (All)
          Reporter: vlee@freedesktop.org
          Hardware: x86-64 (AMD64)
            Status: NEW
           Version: git
         Component: Drivers/Gallium/r600
           Product: Mesa

mesa: dfa25ea5cd19d5a050a1c94bd7370a2259b9f007 (master 10.2.0-devel)

  CC       r600_streamout.lo
r600_streamout.c:108:6: error: conflicting types for
'r600_set_streamout_targets'
 void r600_set_streamout_targets(struct pipe_context *ctx,
      ^
In file included from r600_streamout.c:27:0:
r600_pipe_common.h:413:6: note: previous declaration of
'r600_set_streamout_targets' was here
 void r600_set_streamout_targets(struct pipe_context *ctx,
      ^

dfa25ea5cd19d5a050a1c94bd7370a2259b9f007 is the first bad commit
commit dfa25ea5cd19d5a050a1c94bd7370a2259b9f007
Author: Zack Rusin <zackr@vmware.com>
Date:   Thu Mar 6 18:43:44 2014 -0500

    gallium: allow setting of the internal stream output offset

    D3D10 allows setting of the internal offset of a buffer, which is
    in general only incremented via actual stream output writes. By
    allowing setting of the internal offset draw_auto is capable
    of rendering from buffers which have not been actually streamed
    out to. Our interface didn't allow. This change functionally
    shouldn't make any difference to OpenGL where instead of an
    append_bitmask you just get a real array where -1 means append
    (like in D3D) and 0 means do not append.

    Signed-off-by: Zack Rusin <zackr@vmware.com>
    Reviewed-by: Roland Scheidegger <sroland@vmware.com>
    Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
    Reviewed-by: Marek Olšák <marek.olsak@amd.com>

:040000 040000 899aff75fb864562d50d09d1b72b728adfa3c9be
c1582db45fac19679419c7bcf4152269b630df36 M    src

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

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

* [Bug 76009] r600_streamout.c:108:6: error: conflicting types for 'r600_set_streamout_targets'
  2014-03-11  4:24 [Bug 76009] New: r600_streamout.c:108:6: error: conflicting types for 'r600_set_streamout_targets' bugzilla-daemon
@ 2014-03-11  5:56 ` bugzilla-daemon
  0 siblings, 0 replies; 2+ messages in thread
From: bugzilla-daemon @ 2014-03-11  5:56 UTC (permalink / raw)
  To: dri-devel


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

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

Vinson Lee <vlee@freedesktop.org> changed:

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

--- Comment #1 from Vinson Lee <vlee@freedesktop.org> ---
commit e6c565fcc591f4856eff512f72e961ff0686475c
Author: Vinson Lee <vlee@freedesktop.org>
Date:   Mon Mar 10 22:49:51 2014 -0700

    radeon: Fix build.

    Fix build error introduced with commit
    dfa25ea5cd19d5a050a1c94bd7370a2259b9f007.

      CC       r600_streamout.lo
    r600_streamout.c:108:6: error: conflicting types for
'r600_set_streamout_targets'
    void r600_set_streamout_targets(struct pipe_context *ctx,
         ^
    ./r600_pipe_common.h:413:6: note: previous declaration is here
    void r600_set_streamout_targets(struct pipe_context *ctx,
         ^

    Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=76009
    Signed-off-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: 3048 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] 2+ messages in thread

end of thread, other threads:[~2014-03-11  5:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-11  4:24 [Bug 76009] New: r600_streamout.c:108:6: error: conflicting types for 'r600_set_streamout_targets' bugzilla-daemon
2014-03-11  5:56 ` [Bug 76009] " 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.