浏览代码

mesa: build swrast/s_depthstencil.c

Reviewed-by: Eric Anholt <eric@anholt.net>
tags/mesa-8.0-rc1
Brian Paul 13 年前
父节点
当前提交
23527eb357
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1
    0
      src/mesa/SConscript
  2. 1
    0
      src/mesa/sources.mak

+ 1
- 0
src/mesa/SConscript 查看文件

@@ -162,6 +162,7 @@ swrast_sources = [
'swrast/s_copypix.c',
'swrast/s_context.c',
'swrast/s_depth.c',
'swrast/s_depthstencil.c',
'swrast/s_drawpix.c',
'swrast/s_feedback.c',
'swrast/s_fog.c',

+ 1
- 0
src/mesa/sources.mak 查看文件

@@ -134,6 +134,7 @@ SWRAST_SOURCES = \
swrast/s_copypix.c \
swrast/s_context.c \
swrast/s_depth.c \
swrast/s_depthstencil.c \
swrast/s_drawpix.c \
swrast/s_feedback.c \
swrast/s_fog.c \

正在加载...
取消
保存