Skip to content
Snippets Groups Projects
  1. Mar 26, 2020
  2. Mar 25, 2020
    • Nat Goodspeed's avatar
      DRTVWR-476: Eliminate LLWearableType LLSingleton circularity. · 26c59509
      Nat Goodspeed authored
      LLWearableType::initSingleton() calls LLWearableDictionary::initParamSingleton().
      LLWearableDictionary's constructor constructs specific WearableEntry
      instances, each of which wants to translate its name string to a user-facing
      label using LLWearableType::mTrans.
      
      WearableEntry's constructor was calling LLWearableType::getInstance(). Under
      circumstances we don't fully understand (recursive mutex misbehavior?), that
      could hang.
      
      Instead, pass the canonical LLWearableType instance to LLWearableDictionary's
      constructor, and from there into WearableEntry's constructor.
      26c59509
  3. Nov 13, 2019
  4. Aug 26, 2019
  5. Aug 12, 2019
  6. Aug 05, 2019
  7. Jul 24, 2019
  8. Jul 15, 2019
  9. Jul 12, 2019
    • Graham Linden's avatar
      SL-11109 · 11331604
      Graham Linden authored
      Make shadowAlphaMask shader ignore vertex alpha before discards iff we're a fullbright object.
      
      Keep llappearance from stuffing dangling pointers into the alpha cache (crash iff you're using nSight debugging and disable readbacks).
      11331604
    • Graham Linden's avatar
      SL-11545 · b8f64c55
      Graham Linden authored
      Fix glow calcs in sky shaders (not just the not shared enough atmospherics funcs).
      
      Revert 10625 attempted fix as it breaks baggy clothes as much as skipping readbacks does.
      b8f64c55
  10. Jul 11, 2019
    • Graham Linden's avatar
      SL-10625 · 6a7f12eb
      Graham Linden authored
      Keep texture baking from pointlessly mercy flushing GL like a kid that just discovered the toilet handle.
      
      Make glReadPixels call use GL_ALPHA8 (a texture format) instead of GL_ALPHA (an enum to indicate the alpha channel).
      6a7f12eb
  11. Jul 08, 2019
  12. Jul 03, 2019
    • Graham Linden's avatar
      SL-11545, SL-11543, SL-10625 · 48f16942
      Graham Linden authored
      Fix emissives without normal maps clobbering the alpha output in materialF.
      
      Modify glow size calc to get close to pre-EEP sun glow behavior (may require sky vert settings >= mid).
      
      Make bake ignore alpha readback for Intel until we can determine why their drivers now go boom.
      48f16942
  13. Jul 01, 2019
    • Graham Linden's avatar
      SL-11521, SL-10625 · 576f1cdd
      Graham Linden authored
      Try aligning data used for glReadPixels to see if we can coax the Intel driver stack into being a less souciant pile of detritus.
      
      Replace face color based test replaced with other logic in error.
      576f1cdd
  14. Feb 06, 2019
  15. Feb 05, 2019
  16. Sep 07, 2018
  17. Sep 05, 2018
  18. Aug 01, 2018
  19. Jul 26, 2018
  20. Jul 17, 2018
  21. Jul 15, 2018
  22. Jul 12, 2018
  23. Jun 26, 2018
  24. Jun 12, 2018
  25. Jun 08, 2018
  26. May 29, 2018
  27. May 25, 2018
  28. May 21, 2018
  29. Apr 20, 2018
  30. Mar 06, 2018
  31. Mar 01, 2018
  32. Feb 18, 2018
  33. Feb 15, 2018
  34. Dec 13, 2017
  35. Dec 04, 2017
Loading