<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=iso-8859-1"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
p.msonormal0, li.msonormal0, div.msonormal0
        {mso-style-name:msonormal;
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;}
span.E-MailFormatvorlage18
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=DE link="#0563C1" vlink="#954F72"><div class=WordSection1><p class=MsoNormal>Hi,<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>We are using Mesa3D for server based rendering of single images on windows and linux. As this is a headless environment osmesa is being used. This has been working great for many years.<o:p></o:p></p><p class=MsoNormal>We are now in the process of updating Mesa3D from the 10.5 series and now there seem to be issues with osmesa/swrast. We used to compile osmesa with the following lines (both on windows and linux):<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>scons build=release openmp=true osmesa<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>This gave us a single .so/.dll that contained all necessary OSMesa and GL symbols  and we could just link it in order to use it.<o:p></o:p></p><p class=MsoNormal>However, starting with Mesa 11.6.0 this doesn’t work anymore.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>On linux the osmesa.so created does not contain any OSMesa and GL symbols (e.g. neither OSMesaCreateContext nor glLoadIdentity). By the way the osmesa.so is now put in „build/linux-x86_64/gallium/targets/osmesa“ instead of „build/linux-x86_64/mesa/drivers/osmesa“ as in previous versions.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>On windows, the new osmesa.dll only contains the OSMesa specific symbols but non of the GL symbols:<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>C:\>dumpbin /EXPORTS build\windows-x86-debug\gallium\targets\osmesa\osmesa.dll<o:p></o:p></p><p class=MsoNormal>….<o:p></o:p></p><p class=MsoNormal>          1    0 001703B0 OSMesaColorClamp = _OSMesaColorClamp@4<o:p></o:p></p><p class=MsoNormal>          2    1 0016FBC0 OSMesaCreateContext = _OSMesaCreateContext@8<o:p></o:p></p><p class=MsoNormal>          3    2 0016FBE0 OSMesaCreateContextExt = _OSMesaCreateContextExt@20<o:p></o:p></p><p class=MsoNormal>          4    3 0016FD80 OSMesaDestroyContext = _OSMesaDestroyContext@4<o:p></o:p></p><p class=MsoNormal>          5    4 00170280 OSMesaGetColorBuffer = _OSMesaGetColorBuffer@20<o:p></o:p></p><p class=MsoNormal>          6    5 0016FF80 OSMesaGetCurrentContext = _OSMesaGetCurrentContext@0<o:p></o:p></p><p class=MsoNormal>          7    6 001701A0 OSMesaGetDepthBuffer = _OSMesaGetDepthBuffer@20<o:p></o:p></p><p class=MsoNormal>          8    7 00170030 OSMesaGetIntegerv = _OSMesaGetIntegerv@8<o:p></o:p></p><p class=MsoNormal>          9    8 00170300 OSMesaGetProcAddress = _OSMesaGetProcAddress@4<o:p></o:p></p><p class=MsoNormal>         10    9 0016FDD0 OSMesaMakeCurrent = _OSMesaMakeCurrent@20<o:p></o:p></p><p class=MsoNormal>         11    A 0016FFC0 OSMesaPixelStore = _OSMesaPixelStore@8<o:p></o:p></p><p class=MsoNormal>         12    B 001703E0 OSMesaPostprocess = _OSMesaPostprocess@12<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>So my question is: using the latest mesa versions, how can I compile osmesa with swrast on linux and windows and get libraries as in pre 10.6 versions (last one working is 10.5.9)?<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><span style='mso-fareast-language:DE'>Regards,<o:p></o:p></span></p><p class=MsoNormal><span style='mso-fareast-language:DE'><o:p> </o:p></span></p><p class=MsoNormal><span style='mso-fareast-language:DE'>Andreas Fänger<o:p></o:p></span></p><p class=MsoNormal><o:p> </o:p></p></div></body></html>