Magellan Linux

Annotation of /trunk/xorg-server/patches/xorg-server-1.1.0-mesa-6.5.1.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (hide annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years ago) by niro
File size: 1684 byte(s)
-import

1 niro 153 diff --git a/GL/mesa/main/Makefile.am b/GL/mesa/main/Makefile.am
2     index 867fe57..4d5b0cd 100644
3     --- a/GL/mesa/main/Makefile.am
4     +++ b/GL/mesa/main/Makefile.am
5     @@ -29,6 +27,7 @@ nodist_libmain_la_SOURCES = accum.c \
6     api_loopback.c \
7     api_noop.c \
8     api_validate.c \
9     + arrayobj.c \
10     attrib.c \
11     blend.c \
12     bufferobj.c \
13     @@ -67,6 +66,7 @@ nodist_libmain_la_SOURCES = accum.c \
14     points.c \
15     polygon.c \
16     rastpos.c \
17     + rbadaptors.c \
18     renderbuffer.c \
19     state.c \
20     stencil.c \
21     diff --git a/GL/symlink-mesa.sh b/GL/symlink-mesa.sh
22     index ccaa2a9..32f839a 100755
23     --- a/GL/symlink-mesa.sh
24     +++ b/GL/symlink-mesa.sh
25     @@ -88,8 +88,11 @@ symlink_mesa_main() {
26     action api_noop.h
27     action api_validate.c
28     action api_validate.h
29     + action arrayobj.c
30     + action arrayobj.h
31     action attrib.c
32     action attrib.h
33     + action bitset.h
34     action blend.c
35     action blend.h
36     action bufferobj.c
37     @@ -168,6 +171,8 @@ symlink_mesa_main() {
38     action polygon.h
39     action rastpos.c
40     action rastpos.h
41     + action rbadaptors.c
42     + action rbadaptors.h
43     action renderbuffer.c
44     action renderbuffer.h
45     action simple_list.h
46     @@ -468,7 +468,7 @@ symlink_mesa_shader_slang_library() {
47     action slang_core_gc.h
48     action slang_fragment_builtin_gc.h
49     action slang_shader_syn.h
50     - action slang_version_syn.h
51     + action slang_pp_version_syn.h
52     action slang_vertex_builtin_gc.h
53     }
54