Skip to content
Snippets Groups Projects
  1. Aug 29, 2018
  2. Aug 02, 2018
  3. Jul 19, 2018
  4. Jul 16, 2018
  5. Jun 29, 2018
  6. Jun 27, 2018
  7. Jun 26, 2018
  8. May 22, 2018
  9. May 09, 2018
  10. May 05, 2018
  11. Apr 27, 2018
  12. Apr 26, 2018
  13. Apr 23, 2018
  14. Apr 19, 2018
  15. Apr 17, 2018
  16. Apr 08, 2018
  17. Mar 29, 2018
  18. Mar 27, 2018
  19. Mar 10, 2018
  20. Mar 05, 2018
  21. Mar 01, 2018
  22. Nov 26, 2017
  23. Nov 02, 2017
    • Fons Rademakers's avatar
      Add protection against PATH and other paths having spaces. · 5b9de972
      Fons Rademakers authored
      After installing the new VMware Fusion 10 the PATH on macOS looks like:
      /usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Applications/VMware Fusion.app/Contents/Public:
      this choked up setxrd.sh where PATH was not quoted. Added quotes around
      all path instances for protection in both scripts. Also unset drop_from_pathi
      at end of script to avoid bash namespace polution.
      5b9de972
  24. Oct 16, 2017
  25. Sep 29, 2017
    • Matevz Tadel's avatar
      Allow disabling of display list usage, v1. · c34ef1b7
      Matevz Tadel authored
      Some MesaGL implementations (since 2016) have trouble (segv) when one tries
      to store vertex array operations into display lists. The practice is indeed
      somewhat questionable :) The following options will allow complete or partial
      disablement of display list usage.
      OpenGL.UseDisplayLists:                     1
      OpenGL.UseDisplayListsForVertexArrays:      1
      
      OpenGL.UseDisplayLists already works.
      
      Handling of OpenGL.UseDisplayListsForVertexArrays still needs to be
      implemented as it requires review of all GL rendering classes.
      c34ef1b7
  26. Sep 11, 2017
  27. Sep 08, 2017
  28. Aug 30, 2017
Loading