浏览代码

gallium: fix warnings

tags/mesa_20090313
Brian Paul 17 年前
父节点
当前提交
736f535b4f
共有 2 个文件被更改,包括 4 次插入2 次删除
  1. 1
    1
      src/gallium/winsys/xlib/xm_winsys.c
  2. 3
    1
      src/mesa/state_tracker/st_atom_sampler.c

+ 1
- 1
src/gallium/winsys/xlib/xm_winsys.c 查看文件

} }




struct pipe_winsys *
static struct pipe_winsys *
xmesa_get_pipe_winsys(struct xmesa_visual *xm_vis) xmesa_get_pipe_winsys(struct xmesa_visual *xm_vis)
{ {
static struct xmesa_pipe_winsys *ws = NULL; static struct xmesa_pipe_winsys *ws = NULL;

+ 3
- 1
src/mesa/state_tracker/st_atom_sampler.c 查看文件

*/ */


#include "main/macros.h"

#include "st_context.h" #include "st_context.h"
#include "st_atom.h" #include "st_atom.h"
#include "st_program.h" #include "st_program.h"
#include "pipe/p_context.h" #include "pipe/p_context.h"
#include "pipe/p_defines.h" #include "pipe/p_defines.h"
#include "pipe/p_util.h"
#include "cso_cache/cso_context.h" #include "cso_cache/cso_context.h"





正在加载...
取消
保存