log tests/test_rendering.nim @ 1242:e8b3dc80e48e

age author description
Mon, 22 Jul 2024 15:53:32 +0700 sam add: PNG loading and tests for it
Mon, 22 Jul 2024 12:42:35 +0700 sam add: more tests, line and point rendering
Mon, 22 Jul 2024 00:46:10 +0700 sam add: better syncing, better swapchain access, correct font offset, two font-rendering tests
Sat, 20 Jul 2024 15:45:02 +0700 sam did: improv render tests to run without user input
Fri, 19 Jul 2024 21:25:42 +0700 sam did: cleanup tests and old platform layer files
Fri, 19 Jul 2024 20:00:15 +0700 sam fix: make matrices working correctly
Thu, 18 Jul 2024 23:48:57 +0700 sam add: incomplete cube demo
Fri, 19 Jul 2024 04:49:18 +0700 sam fix: uncomment all tests
Thu, 18 Jul 2024 21:32:41 +0700 sam did: refactor renderpass a bit, enable depth buffering and msaa on offscreen-rendering
Thu, 18 Jul 2024 16:33:24 +0700 sam did: rename texture to image
Wed, 17 Jul 2024 21:13:54 +0700 sam fix: references to new package not updated compiletime-tests
Wed, 17 Jul 2024 20:11:55 +0700 sam add: multipass renderer, finish tets for now compiletime-tests
Wed, 17 Jul 2024 12:04:47 +0700 sam fix: uncommented test compiletime-tests
Wed, 17 Jul 2024 12:03:02 +0700 sam did: increase texture format compatability compiletime-tests
Wed, 17 Jul 2024 00:33:32 +0700 sam did: cleanup and enable all tests compiletime-tests
Wed, 17 Jul 2024 00:30:49 +0700 sam fix: make uniform-block-arrays working compiletime-tests