Update to build against mesa head.

This commit is contained in:
Kristian Høgsberg 2006-02-15 18:26:45 +00:00
parent 50e2ff9a25
commit 6ad4325b87
3 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2006-02-15 Kristian Høgsberg <krh@redhat.com>
* GL/symlink-mesa.sh:
* GL/mesa/swrast/Makefile.am:
Update to build against Mesa trunk.
2006-02-14 Eric Anholt <anholt@FreeBSD.org>
* hw/kdrive/mga/mgadraw.c: (mgaDrawDisable):

View File

@ -20,6 +20,7 @@ nodist_libswrast_la_SOURCES = s_aaline.c \
s_aatriangle.c \
s_accum.c \
s_alpha.c \
s_arbshader.c \
s_atifragshader.c \
s_bitmap.c \
s_blend.c \

View File

@ -254,6 +254,8 @@ symlink_mesa_swrast() {
action s_accum.h
action s_alpha.c
action s_alpha.h
action s_arbshader.c
action s_arbshader.h
action s_atifragshader.c
action s_atifragshader.h
action s_bitmap.c