summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Brill <egore911@gmail.com>2014-10-26 00:05:26 +0200
committerChristoph Brill <egore911@gmail.com>2014-10-26 00:05:26 +0200
commite0f2dc889df71f57937ead169da28c9eb451a11d (patch)
tree97f7dc4b44fac6d85a79cb43869892f1a91902d8
parent1421f89565120f7bd326e32a580ad90e6ba20af5 (diff)
Add channel gallium-d3d
-rw-r--r--common.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.inc.php b/common.inc.php
index c7403bc..8afbdaf 100644
--- a/common.inc.php
+++ b/common.inc.php
@@ -20,7 +20,7 @@ date_default_timezone_set('US/Pacific');
define('LOG_DIR', './');
-$channels = array ('dri-devel', 'radeon', 'nouveau', 'wayland', 'd3d9', 'freedreno');
+$channels = array ('dri-devel', 'radeon', 'nouveau', 'wayland', 'd3d9', 'freedreno', 'gallium-d3d');
if (isset($_GET['channel']))
$channel = $_GET['channel'];