Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| a7c12b52 | 2025-10-31 09:12:50 | fix gl transate mat3/mat4 | ||
| 792ed039 | 2025-10-30 22:29:32 | build without libtool | ||
| 60e7774d | 2025-10-30 19:50:45 | fix configure without libtool | ||
| 70e2f30f | 2025-10-30 19:06:37 | update configure without libtool | ||
| b153eb1a | 2025-10-30 19:03:34 | update Makefile to add $SHARED_EXT | ||
| f0350c78 | 2025-10-30 18:45:47 | remove .so extension from targets in lib configures | ||
| db11d9a2 | 2025-10-30 18:34:32 | wip configure without libtool | ||
| 699d6b0b | 2025-10-30 16:44:21 | configure: try to remove libtool entirely | ||
| 51d20a0d | 2025-10-29 12:25:08 | write mat3 with claude-code who is not so good at math if you don't specify what you want. | ||
| 737355b1 | 2025-10-29 12:23:07 | fix mat4.c | ||
| 931cb1d0 | 2025-10-24 14:52:32 | remove config.h | ||
| 0e9a1280 | 2025-10-21 09:15:36 | remove config.h and use -D, remove empty lines | ||
| cd748600 | 2025-10-18 00:23:49 | wip: configure without config.h | ||
| 9ba9aae3 | 2025-10-17 02:41:02 | use system GLES2/gl2.h everywhere | ||
| 8b293dab | 2025-10-17 02:37:36 | fix gl_camera and gl_ortho on macos | ||
| 44114efc | 2025-10-16 21:16:23 | fix duplicate global variable in demo gl on macos | ||
| 314cd806 | 2025-10-16 20:45:03 | wip macos regression | ||
| fdbcc728 | 2025-10-16 18:19:48 | fix make install | ||
| 5ee28d9c | 2025-10-16 17:00:40 | configure: fix build in local dir | ||
| f95a1d79 | 2025-10-16 12:24:03 | wip build in separate dir | ||
| e4f84a7f | 2025-10-12 02:18:26 | sdl2 demo earth | ||
| e5fe297e | 2025-10-11 15:29:28 | wip macos | ||
| e239f632 | 2025-10-11 07:46:34 | fix egl earth demo : glDepthRangef(0, 1) | ||
| 4b1e3c0c | 2025-10-09 10:49:27 | fix gl_camera and egl demo earth | ||
| 62126007 | 2025-10-08 22:55:26 | wip: egl demo earth | ||
| 52ca9abc | 2025-10-08 19:52:58 | wip gl_camera | ||
| 0aed7372 | 2025-10-08 17:46:21 | wip egl demo | ||
| 77da0fc6 | 2025-10-08 16:43:42 | fix window egl demo | ||
| 3224e42f | 2025-10-03 19:45:23 | wip kpkg | ||
| fd83447f | 2025-10-02 19:08:08 | fix make clean | ||
| cee4452f | 2025-10-02 18:41:07 | wip android, claude sucks sometimes | ||
| 80ed44e0 | 2025-09-30 16:45:24 | change pkg_config gl to glesv2 | ||
| 3fe3e6d7 | 2025-09-30 16:31:14 | remove vao objects for GLESv2 | ||
| c595178c | 2025-09-30 16:28:44 | port OpenGL 4.1 to OpenGLES v2, works on OpenBSD | ||
| d054c0ff | 2025-09-30 14:51:53 | remove dependency on glew, works on OpenBSD | ||
| c79174fe | 2025-09-30 13:59:35 | Move all OpenGL code to gl/ and fix build | ||
| a6af069c | 2025-09-30 13:11:16 | moved GL files to their own directory to share between EGL and SDL2 |