1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 23:21:08 +03:00
wezterm/assets
Wez Furlong e6a858664f windows: Software frontend is now mesa llvmpipe
This is a bit of a switch-up, see this comment for more background:
refs: https://github.com/wez/wezterm/issues/265#issuecomment-701882933

This commit:

* Adds a pre-compiled mesa3d opengl32.dll replacement
* The mesa dll is deployed to `<appdir>/mesa/opengl32.dll` which by
  default is ignored.
* When the frontend is set to `Software` then the `mesa` directory
  is added to the dll search path, causing the llvmpipe renderer
  to be enabled.
* The old software renderer implementation is available using the
  `OldSoftware` frontend name

I'm not a huge fan of the subdirectory for the opengl32.dll, but
I couldn't get it to work under a different dll name; the code
thought that everything was initialized, but the window just rendered
a white rectangle.
2020-10-01 18:31:57 -07:00
..
colors Re-sync color schemes 2020-07-18 09:29:50 -07:00
fonts wezterm: bundle JetBrains Mono and Noto Color Emoji fonts 2020-09-29 22:05:18 -07:00
icon Embed icon into windows executable and titlebar 2019-03-24 19:08:07 -07:00
macos/WezTerm.app/Contents Add basic install script and icon 2019-03-23 18:41:10 -07:00
windows windows: Software frontend is now mesa llvmpipe 2020-10-01 18:31:57 -07:00
wezterm.appdata.xml First pass at building an AppImage (#125) 2020-01-20 23:11:38 -08:00
wezterm.desktop First pass at building an AppImage (#125) 2020-01-20 23:11:38 -08:00