TinyGL: #210
Reference in New Issue
Block a user
No description provided.
Delete Branch "tinygl-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
TinyGL:
depth
parameter in theglClearDepth
function is nowqword
instead ofdword
.glDrawArrays
,glDrawElements
info3ds, info3ds_u, vox_tgl:
Let's add your demo to ISO.
Has the flag been rewritten? Judging by the changes, the program is new.
@@ -0,0 +1,311 @@
use32
Please add copyright:
You can use your name and email if you like
190936d799
to3e03bd4e10
We have an international project. Let's write comments in the code in English. At least new ones.
let's split this PR into two commits: tinygl fixes and addition of your new program.
@@ -0,0 +1,315 @@
; SPDX-License-Identifier: GPL-2.0-only
; Program - demo program shows a flag with the inscription 'KolibriOS'
; Copyright (C) 2011-2025 KolibriOS team
If this is a new program, then leave only 2025.
I have seen that you have made changes to other programs as well. At least describe what these changes do (but it would be better to do it all in separate commits or PRs)
3e03bd4e10
to7ab4de091c
changes in other programs ('info3ds', 'info3ds_u', 'vox_tgl', ...) are related to the correction of the z coordinate in the z buffer
7ab4de091c
to1a51e27df4
Part of the object is cut off. Is this normal behavior?
1a51e27df4
to8a069d3fa9