update to build against Mesa CVS HEAD (Carlos Eduardo Rodrigues Diogenes).
This commit is contained in:
parent
99724c16c9
commit
c6b1cff432
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
* mi/midispcur.c: (miDCCloseScreen)
|
* mi/midispcur.c: (miDCCloseScreen)
|
||||||
Don't destroy a pixmap twice on server exit (bugzilla #4247).
|
Don't destroy a pixmap twice on server exit (bugzilla #4247).
|
||||||
|
* GL/symlink-mesa.sh:
|
||||||
|
* GL/mesa/main/Makefile.am:
|
||||||
|
update to build against Mesa CVS HEAD
|
||||||
|
(Carlos Eduardo Rodrigues Diógenes)
|
||||||
|
|
||||||
2006-05-24 Jeremy C. Reed <reed@reedmedia.net>
|
2006-05-24 Jeremy C. Reed <reed@reedmedia.net>
|
||||||
|
|
||||||
|
|
|
@ -67,6 +67,7 @@ nodist_libmain_la_SOURCES = accum.c \
|
||||||
points.c \
|
points.c \
|
||||||
polygon.c \
|
polygon.c \
|
||||||
rastpos.c \
|
rastpos.c \
|
||||||
|
rbadaptors.c \
|
||||||
renderbuffer.c \
|
renderbuffer.c \
|
||||||
state.c \
|
state.c \
|
||||||
stencil.c \
|
stencil.c \
|
||||||
|
|
|
@ -169,6 +169,8 @@ symlink_mesa_main() {
|
||||||
action polygon.h
|
action polygon.h
|
||||||
action rastpos.c
|
action rastpos.c
|
||||||
action rastpos.h
|
action rastpos.h
|
||||||
|
action rbadaptors.c
|
||||||
|
action rbadaptors.h
|
||||||
action renderbuffer.c
|
action renderbuffer.c
|
||||||
action renderbuffer.h
|
action renderbuffer.h
|
||||||
action simple_list.h
|
action simple_list.h
|
||||||
|
|
Loading…
Reference in New Issue