Files
mesa/src/util
Jesse Natalie bed69133cd util: Re-implement getenv for Windows
On Windows, the C runtime maintains an environment variable cache for
getenv. But apps and drivers are free to statically link the C runtime,
so you might get different environment variable caches between components.
Specifically, a test trying to putenv to update the environment won't have
its update reflected by the driver if the CRT is statically linked, unless
we go to the Win32 API directly.

Reviewed-by: Sil Vilerino <sivileri@microsoft.com>
Reviewed-by: Yonggang Luo <luoyonggang@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26744>
2023-12-18 23:49:28 +00:00
..
2023-12-01 07:53:58 +00:00
2023-11-02 21:03:46 +00:00
2023-12-06 07:22:02 +00:00
2022-09-29 23:40:18 +00:00
2022-09-29 23:40:18 +00:00
2023-11-20 13:35:19 +00:00
2023-10-09 23:37:52 +00:00
2023-01-19 03:25:55 +00:00
2023-11-20 13:35:19 +00:00
2022-11-14 20:13:20 +00:00
2023-04-24 22:42:04 +00:00
2023-10-25 17:27:47 +00:00
2023-11-20 13:35:19 +00:00
2022-11-04 23:20:02 +00:00
2022-11-04 23:20:02 +00:00
2023-10-30 12:35:07 +00:00
2023-05-19 16:30:44 +00:00
2022-11-24 04:33:07 +00:00
2023-11-20 13:35:19 +00:00
2022-12-17 19:14:12 +00:00