Announcement

Collapse
No announcement yet.

Gallium3D Pipe-Video To Be Merged To Mesa Master

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #21
    Wahey!

    Here's the commit: http://cgit.freedesktop.org/mesa/mes...184f31c845ccae

    Bostin!

    Comment


    • #22
      Mplayer2 status

      Great news! But unfortunately, Mplayer2 project leader decided to drop support for XvMC.

      Comment


      • #23
        Originally posted by tom.higgy View Post
        Yeah, I've done this just a couple of seconds ago, but what you are doing all day long? Hitting the refresh button?

        But anyway my last commit to pipe-video didn't made it into the merge (I don't know why, git doesn't seems to like me), so please wait a few minutes until this get commited also.

        Comment


        • #24
          Originally posted by pejakm View Post
          Great news! But unfortunately, Mplayer2 project leader decided to drop support for XvMC.
          There is still VDPAU to use. But any way it's ready for testing now.

          Have fun, waiting for the bug reports to roll in.

          Comment


          • #25
            Originally posted by Deathsimple View Post
            There is still VDPAU to use. But any way it's ready for testing now.

            Have fun, waiting for the bug reports to roll in.
            Fantastic! I wasn't aware that VDPAU is working!

            Comment


            • #26
              @Deathsimple:
              Will you continue implementing support for other codecs?

              Thanks a lot for your hard work so far!

              Comment


              • #27
                Originally posted by Deathsimple View Post
                Yeah, I've done this just a couple of seconds ago, but what you are doing all day long? Hitting the refresh button?
                Nah, my RSS feed reader happened to pick it up about 20 minutes after the commit.

                Thanks for all the effort you're putting into this.

                Comment


                • #28
                  I am building this now. This are my flags, I hope I didn't forget any.
                  Code:
                      autoreconf -vfi
                      ./autogen.sh --prefix=/usr \
                      --with-dri-drivers=r600 \
                      --with-gallium-drivers=r600 \
                      --with-dri-driverdir=/usr/lib/xorg/modules/dri \
                      --enable-gallium-llvm \
                      --enable-gallium-egl \
                      --enable-glx-tls \
                      --with-driver=dri \
                      --with-state-trackers=dri,glx,egl \
                      --enable-xcb \
                      --disable-glut \
                      --enable-gles1 \
                      --enable-gles2 \
                      --enable-egl \
                      --with-egl-platforms=x11,wayland,drm \
                      --enable-texture-float \
                      --enable-shared-glapi \
                      --enable-shared-dricore \
                      --enable-shared-driglx-direct \
                      --enable-gallium-svga \
                      --enable-patented \
                      --enable-vdpau \
                      --enable-xvmc \
                      --enable-va --enable-gallium-g3dvl
                    make

                  Comment


                  • #29
                    I am building tihs now and see if it works. I hope I did not forget any important flag.

                    Code:
                       autoreconf -vfi
                        ./autogen.sh --prefix=/usr \
                        --with-dri-drivers=r600 \
                        --with-gallium-drivers=r600 \
                        --with-dri-driverdir=/usr/lib/xorg/modules/dri \
                        --enable-gallium-llvm \
                        --enable-gallium-egl \
                        --enable-glx-tls \
                        --with-driver=dri \
                        --with-state-trackers=dri,glx,egl \
                        --enable-xcb \
                        --disable-glut \
                        --enable-gles1 \
                        --enable-gles2 \
                        --enable-egl \
                        --with-egl-platforms=x11,wayland,drm \
                        --enable-texture-float \
                        --enable-shared-glapi \
                        --enable-shared-dricore \
                        --enable-shared-driglx-direct \
                        --enable-gallium-svga \
                        --enable-patented \
                        --enable-vdpau \
                        --enable-xvmc \
                        --enable-va --enable-gallium-g3dvl
                      make
                    Btw, you also have to install libvdpau.

                    Comment

                    Working...
                    X