author | serb |
Mon, 05 Dec 2011 17:11:57 +0400 | |
changeset 11103 | e156ce2c4a96 |
parent 11093 | e753252dc8a9 |
child 14342 | 8435a30053c1 |
permissions | -rw-r--r-- |
2 | 1 |
# |
7668 | 2 |
# Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved. |
2 | 3 |
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 |
# |
|
5 |
# This code is free software; you can redistribute it and/or modify it |
|
6 |
# under the terms of the GNU General Public License version 2 only, as |
|
5506 | 7 |
# published by the Free Software Foundation. Oracle designates this |
2 | 8 |
# particular file as subject to the "Classpath" exception as provided |
5506 | 9 |
# by Oracle in the LICENSE file that accompanied this code. |
2 | 10 |
# |
11 |
# This code is distributed in the hope that it will be useful, but WITHOUT |
|
12 |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
13 |
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
14 |
# version 2 for more details (a copy is included in the LICENSE file that |
|
15 |
# accompanied this code). |
|
16 |
# |
|
17 |
# You should have received a copy of the GNU General Public License version |
|
18 |
# 2 along with this work; if not, write to the Free Software Foundation, |
|
19 |
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
|
20 |
# |
|
5506 | 21 |
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
22 |
# or visit www.oracle.com if you need additional information or have any |
|
23 |
# questions. |
|
2 | 24 |
# |
25 |
||
26 |
# |
|
27 |
# The debug_* files included here aren't for 2D specifically but they |
|
28 |
# have no X dependency. |
|
29 |
||
30 |
FILES_2D_vis = \ |
|
31 |
vis_FuncArray.c \ |
|
32 |
java2d_Mlib.c \ |
|
33 |
mlib_ImageCreate.c \ |
|
34 |
mlib_ImageZoom_NN.c \ |
|
35 |
mlib_ImageCopy_Bit.c \ |
|
36 |
mlib_sys.c \ |
|
37 |
mlib_v_ImageClear.c \ |
|
38 |
mlib_v_ImageClear_f.c \ |
|
39 |
mlib_v_ImageConstXor.c \ |
|
40 |
mlib_v_ImageCopy.c \ |
|
41 |
mlib_v_ImageCopy_f.c \ |
|
42 |
mlib_v_ImageXor.c \ |
|
43 |
mlib_v_ImageZoom_NN_f.c \ |
|
44 |
vis_Interp.c \ |
|
45 |
vis_AlphaMacros.c \ |
|
46 |
vis_AlphaMaskBlit.c \ |
|
47 |
vis_AlphaMaskFill.c \ |
|
48 |
vis_ByteGray.c \ |
|
49 |
vis_ByteGray_FromRgb.c \ |
|
50 |
vis_ByteGray_Mask.c \ |
|
51 |
vis_ByteIndexed.c \ |
|
52 |
vis_DrawLine.c \ |
|
53 |
vis_FourByteAbgr.c \ |
|
54 |
vis_IntArgb.c \ |
|
55 |
vis_IntArgbPre.c \ |
|
56 |
vis_IntArgbPre_Mask.c \ |
|
57 |
vis_IntBgr.c \ |
|
58 |
vis_IntRgb.c \ |
|
59 |
vis_IntRgbx.c \ |
|
60 |
vis_SrcMaskFill.c \ |
|
61 |
vis_SrcOverMaskBlit.c \ |
|
62 |
vis_SrcOverMaskFill.c \ |
|
63 |
vis_FourByteAbgrPre.c \ |
|
64 |
vis_GlyphList.c \ |
|
65 |
vis_GlyphListXor.c \ |
|
66 |
vis_IntArgbBm.c \ |
|
67 |
vis_ThreeByteBgr.c \ |
|
68 |
vis_UshortGray.c \ |
|
69 |
vis_UshortGray_FromRgb.c \ |
|
70 |
vis_XorBlit.c |
|
71 |
||
72 |
FILES_2D_c = \ |
|
73 |
gifdecoder.c \ |
|
74 |
imageInitIDs.c \ |
|
75 |
img_colors.c \ |
|
76 |
img_globals.c \ |
|
77 |
SurfaceData.c \ |
|
78 |
Region.c \ |
|
79 |
BufImgSurfaceData.c \ |
|
80 |
Disposer.c \ |
|
81 |
Trace.c \ |
|
82 |
GraphicsPrimitiveMgr.c \ |
|
83 |
Blit.c \ |
|
84 |
BlitBg.c \ |
|
85 |
ScaledBlit.c \ |
|
86 |
FillRect.c \ |
|
87 |
FillSpans.c \ |
|
7487
9b031d062ede
6775317: Improve performance of non-AA transformed rectangles and single wide lines in software pipelines
flar
parents:
5506
diff
changeset
|
88 |
FillParallelogram.c \ |
9b031d062ede
6775317: Improve performance of non-AA transformed rectangles and single wide lines in software pipelines
flar
parents:
5506
diff
changeset
|
89 |
DrawParallelogram.c \ |
2 | 90 |
DrawLine.c \ |
91 |
DrawRect.c \ |
|
92 |
DrawPolygons.c \ |
|
93 |
DrawPath.c \ |
|
94 |
FillPath.c \ |
|
95 |
ProcessPath.c \ |
|
96 |
MaskBlit.c \ |
|
97 |
MaskFill.c \ |
|
98 |
TransformHelper.c \ |
|
99 |
AlphaMath.c \ |
|
100 |
AlphaMacros.c \ |
|
101 |
AnyByte.c \ |
|
102 |
ByteBinary1Bit.c \ |
|
103 |
ByteBinary2Bit.c \ |
|
104 |
ByteBinary4Bit.c \ |
|
105 |
ByteIndexed.c \ |
|
106 |
ByteGray.c \ |
|
107 |
Index8Gray.c \ |
|
108 |
Index12Gray.c \ |
|
109 |
AnyShort.c \ |
|
110 |
Ushort555Rgb.c \ |
|
111 |
Ushort565Rgb.c \ |
|
112 |
Ushort4444Argb.c \ |
|
113 |
Ushort555Rgbx.c \ |
|
114 |
UshortGray.c \ |
|
115 |
UshortIndexed.c \ |
|
116 |
Any3Byte.c \ |
|
117 |
ThreeByteBgr.c \ |
|
118 |
AnyInt.c \ |
|
119 |
IntArgb.c \ |
|
120 |
IntArgbPre.c \ |
|
121 |
IntArgbBm.c \ |
|
122 |
IntRgb.c \ |
|
123 |
IntBgr.c \ |
|
124 |
IntRgbx.c \ |
|
125 |
Any4Byte.c \ |
|
126 |
FourByteAbgr.c \ |
|
127 |
FourByteAbgrPre.c \ |
|
128 |
BufferedMaskBlit.c \ |
|
129 |
BufferedRenderPipe.c \ |
|
130 |
ShapeSpanIterator.c \ |
|
131 |
SpanClipRenderer.c \ |
|
132 |
awt_ImageRep.c \ |
|
133 |
awt_ImagingLib.c \ |
|
134 |
awt_Mlib.c \ |
|
135 |
awt_parseImage.c \ |
|
136 |
DataBufferNative.c \ |
|
137 |
dither.c \ |
|
138 |
debug_assert.c \ |
|
139 |
debug_mem.c \ |
|
140 |
debug_trace.c \ |
|
141 |
debug_util.c |
|
142 |
||
143 |
# These files are required to be built, with or without motif. Some of |
|
144 |
# these are only dependent on X11, and some contain native source that |
|
145 |
# is required, even in a headless build. |
|
146 |
||
147 |
FILES_NO_MOTIF_c = \ |
|
148 |
awt_Font.c \ |
|
11103
e156ce2c4a96
7115400: jdk 8 awt-gate build fails in headless toolkit on solaris.
serb
parents:
11093
diff
changeset
|
149 |
HeadlessToolkit.c \ |
2 | 150 |
fontpath.c \ |
151 |
VDrawingArea.c \ |
|
152 |
X11Color.c \ |
|
153 |
X11Renderer.c \ |
|
154 |
X11PMBlitLoops.c \ |
|
155 |
X11SurfaceData.c \ |
|
156 |
X11FontScaler_md.c \ |
|
157 |
X11TextRenderer_md.c \ |
|
158 |
OGLBlitLoops.c \ |
|
159 |
OGLBufImgOps.c \ |
|
160 |
OGLContext.c \ |
|
161 |
OGLFuncs.c \ |
|
162 |
OGLMaskBlit.c \ |
|
163 |
OGLMaskFill.c \ |
|
164 |
OGLPaints.c \ |
|
165 |
OGLRenderQueue.c \ |
|
166 |
OGLRenderer.c \ |
|
167 |
OGLSurfaceData.c \ |
|
168 |
OGLTextRenderer.c \ |
|
169 |
OGLVertexCache.c \ |
|
170 |
GLXGraphicsConfig.c \ |
|
171 |
GLXSurfaceData.c \ |
|
172 |
AccelGlyphCache.c \ |
|
173 |
CUPSfuncs.c |