Mailinglist Archive: opensuse-bugs (6456 mails)
| < Previous | Next > |
[Bug 272875] mesa quite big
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Wed, 9 May 2007 15:06:45 -0600 (MDT)
- Message-id: <20070509210645.F0809100A@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=272875
------- Comment #5 from dmueller@xxxxxxxxxx 2007-05-09 15:06 MST -------
from the build log:
./../../../../bin/mklib -noprefix -o i915tex_dri.so \
../../common/driverfuncs.o ../common/utils.o ../common/texmem.o
./common/vblank.o ../common/dr
i_util.o ../common/xmlconfig.o ../common/drirenderbuffer.o
./common/dri_bufmgr.o ../common/dri_drmpool.o i830_
context.o i830_metaops.o i830_state.o i830_texblend.o i830_tex.o
i830_texstate.o i830_vtbl.o intel_render.o int
el_regions.o intel_buffer_objects.o intel_batchbuffer.o intel_mipmap_tree.o
i915_tex_layout.o intel_tex_layout.
o intel_tex_image.o intel_tex_subimage.o intel_tex_copy.o intel_tex_validate.o
intel_tex_format.o intel_tex.o i
ntel_pixel.o intel_pixel_copy.o intel_pixel_read.o intel_pixel_draw.o
intel_buffers.o intel_blit.o i915_tex.o i
915_texstate.o i915_context.o i915_debug.o i915_fragprog.o i915_metaops.o
i915_program.o i915_state.o i915_vtbl
o intel_context.o intel_ioctl.o intel_rotate.o intel_screen.o intel_span.o
intel_state.o intel_tris.o intel_fb
o.o intel_depthstencil.o intel_batchpool.o ../../../../../src/mesa/libmesa.a
-L/usr/X11R6/lib -lm -lpthread
-lexpat -ldl `pkg-config --libs libdrm`
this is the same for all of those _dri drivers.
two things to observe:
a) all dri drivers link stuff from ../common/*.o directly
b) all of them link ../../../../../src/mesa/libmesa.a
using a shared lib for libmesa and linking it instead of including the whole
archive into each dri lib should significantly reduce size, so that we don't
have to drop some of the dri drivers.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Comment #5 from dmueller@xxxxxxxxxx 2007-05-09 15:06 MST -------
from the build log:
./../../../../bin/mklib -noprefix -o i915tex_dri.so \
../../common/driverfuncs.o ../common/utils.o ../common/texmem.o
./common/vblank.o ../common/dr
i_util.o ../common/xmlconfig.o ../common/drirenderbuffer.o
./common/dri_bufmgr.o ../common/dri_drmpool.o i830_
context.o i830_metaops.o i830_state.o i830_texblend.o i830_tex.o
i830_texstate.o i830_vtbl.o intel_render.o int
el_regions.o intel_buffer_objects.o intel_batchbuffer.o intel_mipmap_tree.o
i915_tex_layout.o intel_tex_layout.
o intel_tex_image.o intel_tex_subimage.o intel_tex_copy.o intel_tex_validate.o
intel_tex_format.o intel_tex.o i
ntel_pixel.o intel_pixel_copy.o intel_pixel_read.o intel_pixel_draw.o
intel_buffers.o intel_blit.o i915_tex.o i
915_texstate.o i915_context.o i915_debug.o i915_fragprog.o i915_metaops.o
i915_program.o i915_state.o i915_vtbl
o intel_context.o intel_ioctl.o intel_rotate.o intel_screen.o intel_span.o
intel_state.o intel_tris.o intel_fb
o.o intel_depthstencil.o intel_batchpool.o ../../../../../src/mesa/libmesa.a
-L/usr/X11R6/lib -lm -lpthread
-lexpat -ldl `pkg-config --libs libdrm`
this is the same for all of those _dri drivers.
two things to observe:
a) all dri drivers link stuff from ../common/*.o directly
b) all of them link ../../../../../src/mesa/libmesa.a
using a shared lib for libmesa and linking it instead of including the whole
archive into each dri lib should significantly reduce size, so that we don't
have to drop some of the dri drivers.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
| < Previous | Next > |