ladybird/Userland
Jelle Raaijmakers 4703e8cbcf LibGL: Make texture coordinates a FloatVector4
In OpenGL, texture coordinates can have up to 4 values. This change
will help with easy application of texture coordinate matrix
transformations in the future.

Additionally, correct the initial value for texture coordinates to
`{ 0.f, 0.f, 0.f, 1.f}`.
2021-12-21 12:58:58 -08:00
..
Applets ClipboardHistory: Convert to try_create_default_icon 2021-12-18 23:36:59 +01:00
Applications LibC+AK: Implement all sorts of wprintf variants 2021-12-21 21:24:36 +03:30
Demos WidgetGallery: Convert to try_create_default_icon 2021-12-18 23:36:59 +01:00
DevTools Profiler: Display tooltip when hovering over flamegraph bars 2021-12-20 11:31:47 +01:00
DynamicLoader Toolchain+Meta: Update LLVM version to 13.0.0 2021-10-17 17:09:58 +01:00
Games Solitaire: Convert to try_create_default_icon 2021-12-18 23:36:59 +01:00
Libraries LibGL: Make texture coordinates a FloatVector4 2021-12-21 12:58:58 -08:00
Services SystemServer: Fixed grammatical error "a charm" 2021-12-19 13:43:34 -08:00
Shell Shell: Don't skip over the first brace expansion entry if it's empty 2021-12-16 03:26:59 +03:30
Utilities LibC+AK: Implement all sorts of wprintf variants 2021-12-21 21:24:36 +03:30
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00