OSDN Git Service

Merge branch 'upstream-gallium-0.1' into darktama-gallium-0.1
authorBen Skeggs <skeggsb@gmail.com>
Wed, 12 Dec 2007 02:11:19 +0000 (13:11 +1100)
committerBen Skeggs <skeggsb@gmail.com>
Wed, 12 Dec 2007 02:11:19 +0000 (13:11 +1100)
Conflicts:

src/mesa/pipe/Makefile

1  2 
src/mesa/pipe/Makefile

@@@ -6,7 -6,7 +6,8 @@@ ifeq ($(CONFIG_NAME), linux-cell
  CELL_DIR = cell
  endif
  
- SUBDIRS = softpipe i915simple nv40 nv50 failover pipebuffer $(CELL_DIR)
 -SUBDIRS = softpipe i915simple i965simple failover pipebuffer $(CELL_DIR)
++SUBDIRS = softpipe i915simple i965simple nv40 nv50 failover \
++        pipebuffer $(CELL_DIR)
  
  
  default: subdirs