ladybird/Userland/Libraries/LibGL
Tim Schumacher ce2f1b845f Everywhere: Mark dependencies of most targets as PRIVATE
Otherwise, we end up propagating those dependencies into targets that
link against that library, which creates unnecessary link-time
dependencies.

Also included are changes to readd now missing dependencies to tools
that actually need them.
2022-11-01 14:49:09 +00:00
..
GL LibGL: Add buffer API stubs 2022-10-19 22:22:58 +02:00
Tex LibGL+LibGPU+LibSoftGPU: Report maximum texture size 2022-10-19 22:07:05 +02:00
Buffer.cpp LibGL: Add buffer API stubs 2022-10-19 22:22:58 +02:00
ClipPlane.cpp LibGL+LibGPU+LibSoftGPU: Implement matrix stack per texture unit 2022-09-11 22:37:07 +01:00
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
ContextParameter.cpp LibGL: Return GLboolean value in glIsEnabled 2022-10-19 22:22:58 +02:00
GLAPI.cpp LibGL: Add buffer API stubs 2022-10-19 22:22:58 +02:00
GLContext.cpp LibGL: Implement state for all pixel store parameters 2022-10-19 22:22:58 +02:00
GLContext.h LibGL: Correctly normalize different vertex attribute type pointers 2022-10-19 22:22:58 +02:00
Image.cpp LibGL+LibGPU+LibSoftGPU: Implement glCopyTex(Sub)?Image2d 2022-09-11 22:37:07 +01:00
Image.h LibGL+LibGPU+LibSoftGPU: Implement texture pixel format support 2022-08-27 12:28:05 +02:00
Lighting.cpp LibGL+LibGPU+LibSoftGPU: Implement matrix stack per texture unit 2022-09-11 22:37:07 +01:00
List.cpp LibGL: Implement missing glDeleteLists error conditions 2022-10-19 22:22:58 +02:00
Matrix.cpp LibGL+LibGPU+LibSoftGPU: Implement matrix stack per texture unit 2022-09-11 22:37:07 +01:00
Stencil.cpp LibGL: Split up GLContext implementation into logical units 2022-05-05 20:50:14 +02:00
Texture.cpp LibGL: Correctly normalize different vertex attribute type pointers 2022-10-19 22:22:58 +02:00
Vertex.cpp LibGL: Correctly normalize different vertex attribute type pointers 2022-10-19 22:22:58 +02:00