octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #54396] Removing Opengl32.dll speeds up plot n


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #54396] Removing Opengl32.dll speeds up plot navigation, but it prevents saving plots using saveas or print
Date: Sat, 28 Jul 2018 09:17:51 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:62.0) Gecko/20100101 Firefox/62.0

Follow-up Comment #4, bug #54396 (project octave):

I think we are building opengl32.dll with "mesa.mk" in MXE Octave. It contains
the following configure options:

    $(PKG)_CONFIGURE_OPENGL_OPTIONS := \
      --enable-opengl --enable-egl --enable-gles1 --enable-gles2 \
      --with-gallium-drivers="swrast" --with-dri-drivers="" \
      --with-platforms="x11"


Does that mean we are building the older swrast driver?

The mesa docs [1] say to use the following switches to build the Gallium
llvmpipe driver (for a Linux target):

  ./configure --enable-glx=gallium-xlib --with-gallium-drivers=swrast
--disable-dri --disable-gbm --disable-egl
  make


To be honest, I don't know all the intricacies to make any further comments.

[1]: https://www.mesa3d.org/llvmpipe.html

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?54396>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]