OSDN Git Service

Merge branch 'gallium-tex-surface' into gallium-0.1
authorJakob Bornecrantz <jakob@tungstengraphics.com>
Mon, 26 May 2008 11:04:25 +0000 (13:04 +0200)
committerJakob Bornecrantz <jakob@tungstengraphics.com>
Mon, 26 May 2008 11:04:25 +0000 (13:04 +0200)
Conflicts:

src/gallium/include/pipe/p_util.h

1  2 
src/gallium/drivers/i915simple/i915_state.c
src/gallium/include/pipe/p_util.h
src/gallium/winsys/dri/intel/intel_winsys_pipe.c

Simple merge
@@@ -206,11 -220,10 +220,11 @@@ intel_i915_surface_alloc_storage(struc
                                   struct pipe_surface *surf,
                                   unsigned width, unsigned height,
                                   enum pipe_format format, 
 -                                 unsigned flags)
 +                                 unsigned flags,
 +                                 unsigned tex_usage)
  {
     const unsigned alignment = 64;
-    int ret;
+    //int ret;
  
     surf->width = width;
     surf->height = height;