Gentoo Archives: gentoo-commits

From: "Chi-Thanh Christopher Nguyen (chithanh)" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] eselect r776 - trunk/extern/modules
Date: Mon, 30 Aug 2010 08:01:49
Message-Id: 20100830080143.5B2FE20051@flycatcher.gentoo.org
1 Author: chithanh
2 Date: 2010-08-30 08:01:43 +0000 (Mon, 30 Aug 2010)
3 New Revision: 776
4
5 Modified:
6 trunk/extern/modules/mesa.eselect
7 Log:
8 update mesa.eselect
9
10 Modified: trunk/extern/modules/mesa.eselect
11 ===================================================================
12 --- trunk/extern/modules/mesa.eselect 2010-08-26 19:43:46 UTC (rev 775)
13 +++ trunk/extern/modules/mesa.eselect 2010-08-30 08:01:43 UTC (rev 776)
14 @@ -6,7 +6,7 @@
15 MAINTAINER="x11@g.o"
16 SVN_DATE='$Date: $'
17 VERSION=$(svn_date_to_version "${SVN_DATE}" )
18 -EBUILD_VERSION="0.0.4"
19 +EBUILD_VERSION="0.0.5"
20
21 # Known mesa classic/gallium implementations
22 MESA_IMPLEMENTATIONS="i915 i965 r300 r600 sw"
23 @@ -22,7 +22,7 @@
24
25 MESA_DRIVERS[r300,description]="r300 (Radeon R300-R500)"
26 MESA_DRIVERS[r300,classicdriver]="r300_dri.so"
27 -MESA_DRIVERS[r300,galliumdriver]="radeong_dri.so"
28 +MESA_DRIVERS[r300,galliumdriver]="r300g_dri.so"
29
30 MESA_DRIVERS[r600,description]="r600 (Radeon R600-R700)"
31 MESA_DRIVERS[r600,classicdriver]="r600_dri.so"