Commit graph

4 commits

Author SHA1 Message Date
Joshua Ashton
aaaff2cb16 shaders: Tetrahedral 3D LUT implementation 2023-04-20 23:03:17 +01:00
James Jones
e24348da39 main: Raise the file descriptor limit at launch
Gamescope currently uses 1024 VkFence objects to
synchronize CPU and GPU work. The NVIDIA Vulkan
driver currently creates a file descriptor for
each VKFence object created. To ensure there are
sufficient file descriptors, attempt to raise the
limit to 2048 file descriptors if it is currently
lower than that. Failure to raise the limit for
any reason is non-fatal, as the increased limit
is not required on some drivers.
2022-05-06 22:45:44 +02:00
Pierre-Loup A. Griffais
9b5e6d8fd9
Update LICENSE 2022-03-18 13:51:15 -07:00
Roman Gilg
a537a04b10 docs: add back license file
The project was licensed under BSD-2-Clause. Add this information back again.
2020-01-01 15:30:38 +09:00