dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [Bug 45473] New: vdpau-r300 requires softpipe
@ 2012-02-01  1:36 bugzilla-daemon
  2013-01-11  9:45 ` [Bug 45473] " bugzilla-daemon
  0 siblings, 1 reply; 2+ messages in thread
From: bugzilla-daemon @ 2012-02-01  1:36 UTC (permalink / raw)
  To: dri-devel

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

             Bug #: 45473
           Summary: vdpau-r300 requires softpipe
    Classification: Unclassified
           Product: Mesa
           Version: git
          Platform: x86 (IA32)
        OS/Version: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Drivers/Gallium/r300
        AssignedTo: dri-devel@lists.freedesktop.org
        ReportedBy: neotheuser@ymail.com


When compiling vdpau-r300 (libvdpau_r300.so) I get a compiling error:

No rule to make target
`../../../../src/gallium/drivers/softpipe/libsoftpipe.a', needed by
`../../../../lib/gallium/libvdpau_r300.so'.  Stop.

The solution:

Instead of ./autogen.sh --with-dri-drivers="" --with-gallium-drivers=r300
--enable-vdpau

add swrast to gallium driver

./autogen.sh --with-dri-drivers="" --with-gallium-drivers=r300,swrast
--enable-vdpau

Compiles fine now and without error.

Should gallium targets for real hardware use softpipe code / is it necessary?
If so, maybe move the necessary code from softpipe into a common directory
which other gallium targets can easily find, without having to build a whole
new gallium driver such as softpipe to satisfy dependencies.

Reported by Alec Ari <neotheuser@ymail.com>

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

* [Bug 45473] vdpau-r300 requires softpipe
  2012-02-01  1:36 [Bug 45473] New: vdpau-r300 requires softpipe bugzilla-daemon
@ 2013-01-11  9:45 ` bugzilla-daemon
  0 siblings, 0 replies; 2+ messages in thread
From: bugzilla-daemon @ 2013-01-11  9:45 UTC (permalink / raw)
  To: dri-devel


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

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

Andreas Boll <andreas.boll.dev@gmail.com> changed:

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

--- Comment #1 from Andreas Boll <andreas.boll.dev@gmail.com> ---
./autogen.sh --with-dri-drivers="" --with-gallium-drivers=r300 --enable-vdpau
Compiles fine now and without error.

Tested with d98716233e3cc7ed18323a75ac274f70453ed442

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

[-- Attachment #1.2: Type: text/html, Size: 2083 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:[~2013-01-11  9:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-01  1:36 [Bug 45473] New: vdpau-r300 requires softpipe bugzilla-daemon
2013-01-11  9:45 ` [Bug 45473] " 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).