ladybird/Userland
Stephan Unverwerth addbcd42d7 LibGL: Fix triangle winding calculation
Since we operate in screen space where y points down we need to reverse
what is considered clock wise and what is considered counter clockwise.

The rasterizer always expects triangles with a consistent winding order
thus swap 2 vertices if necessary to reverse the winding before passing
the triangle on to the rasterization stage.
2021-08-18 20:30:58 +02:00
..
Applets Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00
Applications LibGL: Fix triangle winding calculation 2021-08-18 20:30:58 +02:00
Demos Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00
DevTools Profiler: Limit the initial size of the timeline container 2021-08-18 13:06:27 +02:00
DynamicLoader LibC+DynamicLoader: Prevent GCC from removing null checks 2021-08-12 21:10:44 +02:00
Games Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00
Libraries LibGL: Fix triangle winding calculation 2021-08-18 20:30:58 +02:00
Services Userland+LibGUI: Add shorthand versions of the Margins constructor 2021-08-18 10:30:50 +02:00
Shell Shell: Make caller specify the string parsing end condition 2021-08-13 01:20:35 +04:30
Utilities Utilities: Remove memset calls inside ls 2021-08-18 20:30:46 +02:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00