[Mesa-dev] [Bug 47824] New: osmesa using --enable-shared-glapi depends on libgl

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Mar 24 16:35:34 PDT 2012


https://bugs.freedesktop.org/show_bug.cgi?id=47824

             Bug #: 47824
           Summary: osmesa using --enable-shared-glapi depends on libgl
    Classification: Unclassified
           Product: Mesa
           Version: 8.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Other
        AssignedTo: mesa-dev at lists.freedesktop.org
        ReportedBy: net147 at gmail.com


Configure command:
./configure --prefix=/usr --with-dri-driverdir=/usr/lib/xorg/modules/dri
--with-gallium-drivers=r300,r600,nouveau,svga,swrast --enable-gallium-llvm
--enable-gallium-egl --enable-shared-glapi --enable-glx-tls --enable-dri
--enable-glx --enable-osmesa  --enable-gles1 --enable-gles2 --enable-egl
--enable-texture-float --enable-xa --enable-shared-dricore

When compiling mesa with osmesa and --enable-shared-glapi, OpenGL functions
such as glNormal3f, glVertex3f, etc. are not defined in libOSMesa but are
defined in libGL. It would be good if there was an option to build libOSMesa
with static GL API and the rest built with shared GL API at the same time. This
means if libGL is replaced with a proprietary libGL, libOSMesa can still
continue to function properly.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the mesa-dev mailing list