~dokomix/dokomix/+git/taisei:staging

Last commit made on 2024-09-02
Get this branch:
git clone -b staging https://git.launchpad.net/~dokomix/dokomix/+git/taisei

Branch merges

Branch information

Name:
staging
Repository:
lp:~dokomix/dokomix/+git/taisei

Recent commits

c150f4c... by Andrei Alexeyev <email address hidden>

gl33: fix gl33_framebuffer_finalize_read_requests()

c73aa60... by Andrei Alexeyev <email address hidden>

util/stringops: constify hexdigest()

7e5a7fa... by Andrei Alexeyev <email address hidden>

util/strbuf: make UBSan happy

a77dc78... by Andrei Alexeyev <email address hidden>

test/renderer: move load_texture into test_renderer.h

023a6b3... by Andrei Alexeyev <email address hidden>

test/renderer/texture: add a basic textured quad test

98888a4... by Andrei Alexeyev <email address hidden>

test/renderer/triangle: use GLSL 420

330 doesn't allow explicit locations for vertex outputs/fragment inputs

df5d68f... by Andrei Alexeyev <email address hidden>

test/renderer: add thread system to basic init

dcac5d9... by Andrei Alexeyev <email address hidden>

test/renderer: clean shutdown sequence

49bcbac... by Andrei Alexeyev <email address hidden>

renderer: remove PRIM_LINE_LOOP

48568b9... by Andrei Alexeyev <email address hidden>

renderer: add r_unclaim_window API

Must be called before destroying a window. Implementation is optional.