Andrew Kaster
|
eef989f9ed
|
LibGPU: Don't use relative paths for libsoftgpu in Lagom environments
We can count on the dynamic loader for each platform, and the RPATH of
our build infrastrucuture, to load the lib up automagically.
|
2022-09-16 15:32:38 +02:00 |
|
Tim Schumacher
|
27bfb81702
|
Everywhere: Refer to dlfcn*.h by its non-prefixed name
|
2022-09-05 10:12:02 +01:00 |
|
Luke Wilde
|
7d1fcb0cb3
|
LibGPU: Do not load LibSoftGPU via symlink inside Serenity
For unknown reasons, unveil() does not work on symlinks. This prevents
it from being used in an unveil environment such as WebContent.
|
2022-06-13 21:45:27 +01:00 |
|
Sahan Fernando
|
154cb4e368
|
LibGPU: Don't dlopen using absolute path
|
2022-04-07 17:11:22 +02:00 |
|
Stephan Unverwerth
|
5bb76e9b63
|
LibGL+LibGPU+LibSoftGPU: Load SoftGPU driver dynamically
This loads libsoftgpu.so during GLContext creation and instantiates the
device class which is then passed into the GLContext constructor.
|
2022-04-06 11:32:24 +02:00 |
|