浏览代码

cell: fix non-debug build error

tags/mesa_20090313
Brian Paul 17 年前
父节点
当前提交
a449465556
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0
    2
      src/gallium/drivers/cell/ppu/cell_context.c

+ 0
- 2
src/gallium/drivers/cell/ppu/cell_context.c 查看文件

@@ -85,13 +85,11 @@ cell_draw_create(struct cell_context *cell)
}


#ifdef DEBUG
static const struct debug_named_value cell_debug_flags[] = {
{"checker", CELL_DEBUG_CHECKER},/**< modulate tile clear color by SPU ID */
{"sync", CELL_DEBUG_SYNC}, /**< SPUs do synchronous DMA */
{NULL, 0}
};
#endif


struct pipe_context *

正在加载...
取消
保存