Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

mesa-no-mach64.patch 2.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. diff -up mesa-20091030/configure.ac.da mesa-20091030/configure.ac
  2. --- mesa-20091030/configure.ac.da 2009-10-30 11:12:50.000000000 +1000
  3. +++ mesa-20091030/configure.ac 2009-10-30 14:53:02.000000000 +1000
  4. @@ -716,7 +716,7 @@ if test "$mesa_driver" = dri; then
  5. # because there is no x86-64 system where they could *ever*
  6. # be used.
  7. if test "x$DRI_DIRS" = "xyes"; then
  8. - DRI_DIRS="i915 i965 mach64 mga r128 r200 r300 r600 radeon \
  9. + DRI_DIRS="i915 i965 mga r128 r200 r300 r600 radeon \
  10. savage tdfx unichrome swrast"
  11. fi
  12. ;;
  13. @@ -724,13 +724,13 @@ if test "$mesa_driver" = dri; then
  14. # Build only the drivers for cards that exist on PowerPC.
  15. # At some point MGA will be added, but not yet.
  16. if test "x$DRI_DIRS" = "xyes"; then
  17. - DRI_DIRS="mach64 r128 r200 r300 r600 radeon tdfx swrast"
  18. + DRI_DIRS="r128 r200 r300 r600 radeon tdfx swrast"
  19. fi
  20. ;;
  21. sparc*)
  22. # Build only the drivers for cards that exist on sparc`
  23. if test "x$DRI_DIRS" = "xyes"; then
  24. - DRI_DIRS="mach64 r128 r200 r300 r600 radeon ffb swrast"
  25. + DRI_DIRS="r128 r200 r300 r600 radeon ffb swrast"
  26. fi
  27. ;;
  28. esac
  29. @@ -749,7 +749,7 @@ if test "$mesa_driver" = dri; then
  30. # ffb and gamma are missing because they have not been converted
  31. # to use the new interface.
  32. if test "x$DRI_DIRS" = "xyes"; then
  33. - DRI_DIRS="i810 i915 i965 mach64 mga r128 r200 r300 r600 radeon tdfx \
  34. + DRI_DIRS="i810 i915 i965 mga r128 r200 r300 r600 radeon tdfx \
  35. unichrome savage sis swrast"
  36. fi
  37. ;;
  38. @@ -768,7 +768,7 @@ if test "$mesa_driver" = dri; then
  39. # default drivers
  40. if test "x$DRI_DIRS" = "xyes"; then
  41. - DRI_DIRS="i810 i915 i965 mach64 mga r128 r200 r300 r600 radeon \
  42. + DRI_DIRS="i810 i915 i965 mga r128 r200 r300 r600 radeon \
  43. savage sis tdfx unichrome ffb swrast"
  44. fi