浏览代码

i965: #include clean-ups

tags/android-x86-1.6
Brian Paul 16 年前
父节点
当前提交
b2de028523
共有 2 个文件被更改,包括 4 次插入8 次删除
  1. 4
    7
      src/mesa/drivers/dri/i965/brw_draw.c
  2. 0
    1
      src/mesa/drivers/dri/i965/brw_draw_upload.c

+ 4
- 7
src/mesa/drivers/dri/i965/brw_draw.c 查看文件

@@ -25,13 +25,15 @@
*
**************************************************************************/

#include <stdlib.h>

#include "main/glheader.h"
#include "main/context.h"
#include "main/state.h"
#include "main/api_validate.h"
#include "main/enums.h"
#include "tnl/tnl.h"
#include "vbo/vbo_context.h"
#include "swrast/swrast.h"
#include "swrast_setup/swrast_setup.h"

#include "brw_draw.h"
#include "brw_defines.h"
@@ -42,11 +44,6 @@
#include "intel_batchbuffer.h"
#include "intel_buffer_objects.h"

#include "tnl/tnl.h"
#include "vbo/vbo_context.h"
#include "swrast/swrast.h"
#include "swrast_setup/swrast_setup.h"

#define FILE_DEBUG_FLAG DEBUG_BATCH

static GLuint prim_to_hw_prim[GL_POLYGON+1] = {

+ 0
- 1
src/mesa/drivers/dri/i965/brw_draw_upload.c 查看文件

@@ -25,7 +25,6 @@
*
**************************************************************************/

#include <stdlib.h>

#include "main/glheader.h"
#include "main/bufferobj.h"

正在加载...
取消
保存