IgorA
03cfdeb50f
TinyGL: Bug fixes. info3ds, info3ds_u, vox_tgl: Related changes ( #210 )
...
TinyGL:
- The `depth` parameter in the `glClearDepth` function is now `qword` instead of `dword`.
- Fixed bug with z-buffer (the edges were cut off incorrectly, the coordinates in it were from 0 to 1, but should be from -1 to 1)
- Optimized array functions: `glDrawArrays`, `glDrawElements`
info3ds, info3ds_u, vox_tgl:
- Removed unnecessary operations after fixing a bug with the z-buffer.
Reviewed-on: https://git.kolibrios.org/KolibriOS/kolibrios/pulls/210
Reviewed-by: Max Logaev <maxlogaev@proton.me>
Co-authored-by: IgorA <aie85playm@gmail.com>
Co-committed-by: IgorA <aie85playm@gmail.com>
2025-04-15 14:40:41 +02:00
IgorA
d3fd66f14b
possible smooth buffer resizing,
...
fix and clean code,
fix and update examples
git-svn-id: svn://kolibrios.org@8069 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-09-19 19:57:00 +00:00
IgorA
185996ac6b
add function 'glOrtho', small optimize, clean code
...
git-svn-id: svn://kolibrios.org@8062 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-09-14 21:31:00 +00:00
IgorA
63939f9591
code cleanup
...
git-svn-id: svn://kolibrios.org@6523 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-09-16 08:39:28 +00:00
IgorA
84cfd5cf57
fix library and update example 'textures1'
...
git-svn-id: svn://kolibrios.org@6145 a494cfbc-eb01-0410-851d-a64ba20cac60
2016-02-05 20:49:30 +00:00
IgorA
469ba9e901
fix mode 'GL_CULL_FACE'
...
fix functions 'glColor4fv', 'glFrustum'
add example 'gears.asm'
git-svn-id: svn://kolibrios.org@5418 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-02-17 23:01:48 +00:00
IgorA
454f3da10c
small fixes
...
git-svn-id: svn://kolibrios.org@5392 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-02-10 21:00:36 +00:00
IgorA
334d99f484
some fixes & optimizations
...
git-svn-id: svn://kolibrios.org@5353 a494cfbc-eb01-0410-851d-a64ba20cac60
2015-01-05 19:13:01 +00:00
IgorA
bade30c7b8
fixes in material colors
...
git-svn-id: svn://kolibrios.org@5269 a494cfbc-eb01-0410-851d-a64ba20cac60
2014-12-26 21:47:10 +00:00
IgorA
49aa2adc78
fixes in Light functions
...
git-svn-id: svn://kolibrios.org@5262 a494cfbc-eb01-0410-851d-a64ba20cac60
2014-12-23 22:07:07 +00:00
IgorA
40df1da8cf
some fixes
...
git-svn-id: svn://kolibrios.org@5256 a494cfbc-eb01-0410-851d-a64ba20cac60
2014-12-22 09:21:22 +00:00
IgorA
ea910a143c
1) fix and optimizations
...
2) add quadric object 'Sphere'
git-svn-id: svn://kolibrios.org@5218 a494cfbc-eb01-0410-851d-a64ba20cac60
2014-12-05 21:12:56 +00:00
IgorA
1fd28e1eb4
fix vertex color; add primitives: GL_QUADS, GL_POLYGONS
...
git-svn-id: svn://kolibrios.org@5213 a494cfbc-eb01-0410-851d-a64ba20cac60
2014-12-02 15:43:43 +00:00
IgorA
c3161395bd
fix in some vertex functions
...
git-svn-id: svn://kolibrios.org@5175 a494cfbc-eb01-0410-851d-a64ba20cac60
2014-11-07 15:23:03 +00:00
IgorA
62b33c4994
Fork for library tinygl, assembly version.
...
Can draw lines, and do some matrix operations.
git-svn-id: svn://kolibrios.org@5153 a494cfbc-eb01-0410-851d-a64ba20cac60
2014-10-31 21:28:24 +00:00