RE: [EXTERNAL] Re: Zink MR signoff tags

2022-10-17 Thread Jesse Natalie
Jumping on the bandwagon, I'm going to adopt this for Microsoft-owned code as well (src/gallium/d3d12, src/microsoft/*). -Jesse -Original Message- From: mesa-dev On Behalf Of Gert Wollny Sent: Friday, October 7, 2022 2:37 AM To: erik.faye-lund ; Alyssa Rosenzweig ; Mike Blumenkrantz C

RE: [EXTERNAL] Re: Xbox Series S/X UWP

2022-06-13 Thread Jesse Natalie
Oh, maybe I just missed them - last time I looked I thought there were only D3D11 and D3D9. Guess I've got extensions I should go implement then. -Jesse -Original Message- From: mesa-dev On Behalf Of James Jones Sent: Monday, June 13, 2022 9:54 AM To: Jesse Natalie ; Daniel

RE: Xbox Series S/X UWP

2022-06-06 Thread Jesse Natalie
(Hopefully this goes through and not to spam like last time I tried to respond...) No, neither of these would currently work with UWP. The primary reason is that neither Khronos API has extensions to initialize the winsys on top of the UWP core window infrastructure. In theory, you could initi

Re: [Mesa-dev] Viability of Mesa 21.0.2 with Windows 10 ARM - Snapdragon/Adreno

2021-04-18 Thread Jesse Natalie
k with it. There's also https://github.com/pal1000/mesa-dist-win, which provides pre-built versions of Mesa3D code (or a framework making it easier to build) for Windows, if you do decide you want your own things. -Jesse From: Will Gaines Sent: Sunday, April 18, 2021 6:25 PM To: mesa-

Re: [Mesa-dev] Viability of Mesa 21.0.2 with Windows 10 ARM - Snapdragon/Adreno

2021-04-18 Thread Jesse Natalie
Hi, I think there's a bit of a misconception here. First, Microsoft has recently been engaging with Mesa3D to build the OpenCL(tm) and OpenGL(r) Compatibility Pack. This provides so

[Mesa-dev] Non-ELF-TLS (BSD/Haiku) Performance

2021-02-23 Thread Jesse Natalie
Hi all, While debugging an issue impacting OpenGLOn12 support for the Dolphin emulator on Windows (https://gitlab.freedesktop.org/mesa/mesa/-/issues/4050), I discovered a bug in Mesa's non-ELF-TLS path. I've got a merge request which will fix it (https://gitlab.freedesktop.org/mesa/mesa/-/merge

Re: [Mesa-dev] [EXTERNAL] Cross-compile from Linux to Windows

2020-11-09 Thread Jesse Natalie
dirs. If you don't have https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4555, you will also need to explicitly request a static version of LLVM (-Dshared-llvm=false). -Jesse -Original Message- From: Federico Dossena Sent: Monday, November 9, 2020 7:34 AM To: Jesse Nata

Re: [Mesa-dev] [EXTERNAL] Cross-compile from Linux to Windows

2020-11-09 Thread Jesse Natalie
Have you tried using Meson on Windows, instead of cross-compiling? If you run it from a Visual Studio command prompt, it should just work out of the box, at least for x86. I believe you'll need to use a cross file for amd64, but the only thing you'd need to specify is the host architecture. Tho