ladybird/Tests
Jelle Raaijmakers 65d4fb7649 LibGL: Set W-coordinate to 1 in glRect*
According to the spec, these calls should be identical to an invocation
of `glVertex2*`, which sets the W-coordinate to 1 by default.

This fixes the credits sequence rendering of Tux Racer.
2022-04-20 14:12:56 +02:00
..
AK AK: Disable the HashTable<double> test until UB issue is fixed 2022-04-11 00:11:53 +02:00
Kernel Tests: Make TestEFault not rely on automatic guard pages 2022-04-03 21:51:58 +02:00
LibC Tests: Add a test for printf truncation 2022-04-14 03:12:56 +04:30
LibCompress Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
LibCore LibCore+Everywhere: Make Core::Stream read_line() return StringView 2022-04-16 13:27:51 -04:00
LibCpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
LibCrypto LibCrypto: Add ChaCha20 2022-04-13 09:13:17 +04:30
LibEDID
LibELF
LibGfx LibGfx: Move other font-related files to LibGfx/Font/ 2022-04-09 23:48:18 +02:00
LibGL LibGL: Set W-coordinate to 1 in glRect* 2022-04-20 14:12:56 +02:00
LibIMAP Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
LibJS test-js: Define detachArrayBuffer global function 2022-04-08 11:15:16 +01:00
LibM Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
LibMarkdown
LibPDF
LibPthread
LibRegex Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
LibSQL Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
LibTest
LibTextCodec
LibThreading
LibTimeZone
LibTLS LibTLS: Fix TestTLSHandshake by correctly reading the CA certificates 2022-04-17 10:10:19 +04:30
LibTTF LibGfx: Move TTF files from TrueTypeFont/ to Font/TrueType/ 2022-04-09 23:48:18 +02:00
LibUnicode
LibWasm Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
LibWeb Tests: Remove test-web 2022-04-06 19:35:07 +02:00
Spreadsheet
UserspaceEmulator Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
CMakeLists.txt