Merge remote branch 'origin/master' into pipe-video
authorChristian König <deathsimple@vodafone.de>
Thu, 20 Jan 2011 21:43:18 +0000 (22:43 +0100)
committerChristian König <deathsimple@vodafone.de>
Thu, 20 Jan 2011 21:43:18 +0000 (22:43 +0100)
Conflicts:
src/gallium/drivers/r600/r600_asm.c

1  2 
configs/autoconf.in
configure.ac
src/gallium/drivers/nvfx/Makefile
src/gallium/drivers/r600/r600_asm.c
src/gallium/drivers/r600/r600_pipe.c
src/gallium/drivers/r600/r600_shader.c

Simple merge
diff --cc configure.ac
              if test "x$enable_openvg" != xyes; then
                  AC_MSG_ERROR([cannot build vega state tracker without --enable-openvg])
              fi
+             have_st_vega="yes"
              ;;
 +      xorg/xvmc)
 +            # Check for xvmc?
 +            if test "x$enable_gallium_g3dvl" != xyes; then
 +                AC_MSG_ERROR([cannot build XvMC state tracker without --enable-gallium-g3dvl])
 +            fi
 +            HAVE_ST_XVMC="yes"
 +            ;;
 +        vdpau)
 +            # Check for libvdpau?
 +            if test "x$enable_gallium_g3dvl" != xyes; then
 +                AC_MSG_ERROR([cannot build vdpau state tracker without --enable-gallium-g3dvl])
 +            fi
 +            HAVE_ST_VDPAU="yes"
 +            ;;
 +      va)
 +            # Check for libva?
 +            if test "x$enable_gallium_g3dvl" != xyes; then
 +                AC_MSG_ERROR([cannot build va state tracker without --enable-gallium-g3dvl])
 +            fi
 +            HAVE_ST_VA="yes"
 +            ;;
          esac
  
        if test -n "$tracker"; then
@@@ -24,10 -24,10 +24,11 @@@ C_SOURCES = 
        nvfx_surface.c \
        nvfx_transfer.c \
        nvfx_vbo.c \
 -      nvfx_vertprog.c
 +      nvfx_vertprog.c \
 +      nvfx_video_context.c
  
  LIBRARY_INCLUDES = \
+       $(LIBDRM_CFLAGS) \
        -I$(TOP)/src/gallium/drivers/nouveau/include
  
  include ../../Makefile.template
Simple merge
Simple merge