[Mesa-dev] [Bug 95266] Geometry missing from rendering, only when using Mesa.

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed May 4 21:13:35 UTC 2016


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

--- Comment #12 from David Lonie <david.lonie at kitware.com> ---
(In reply to Jose Fonseca from comment #10)
> The proper way of using a custom libGL.so is to simply set LD_LIBRARY_PATH
> to the directory that has it:
> 
>   ln -sf libGL.so libGL.so,1
>   LD_LIBRARY_PATH=$PWD ./vtkRenderingCoreCxxTests
> "TestTranslucentLUTDepthPeeling" -I

Just tried that here, no such luck: 

$ ln -s libGL.so libGL.so.1
$ LD_LIBRARY_PATH=$PWD:$LD_LIBRARY_PATH apitrace trace --api gl
./vtkRenderingCoreCxxTests "TestTranslucentLUTDepthPeeling"                     
apitrace: loaded into /usr/bin/apitrace                                         
apitrace: unloaded from /usr/bin/apitrace                                       
apitrace: loaded into /ssd/src/VTK/build-tmp/mesa_bug/vtkRenderingCoreCxxTests  
apitrace: tracing to
/ssd/src/VTK/build-tmp/mesa_bug/vtkRenderingCoreCxxTests.18.trace               
vtkRenderingCoreCxxTests:
/build/apitrace/src/apitrace-7.1/build/wrappers/glxtrace.cpp:97195: void (*
_wrapProcAddress(const GLubyte*, __GLXextFuncPtr))(): Assertion `procPtr !=
(__GLXextFuncPtr)&glXCreateContextAttribsARB' failed.

Looks like you did get a trace from it, though, so I wonder what's different.
Thanks for uploading that, hopefully that will make it easier to track down!

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20160504/33b376a4/attachment-0001.html>


More information about the mesa-dev mailing list