.. |
api.cpp
|
TINYGL: Moved a tglPresent from api.cpp to zrect.cpp
|
2014-07-23 15:29:16 +02:00 |
arrays.cpp
|
TINYGL: Last optimization batch, performance comparable to the previous version.
|
2014-06-28 17:58:26 +02:00 |
Changelog
|
TINYGL: implemented tglDepthFunc
|
2014-07-04 23:14:44 +02:00 |
clear.cpp
|
TINYGL: Implemented ClearBuffer draw call type.
|
2014-07-25 16:02:23 +02:00 |
clip.cpp
|
TINYGL: properly handle color for FLAT mode and lines drawing. Respect FLAT/SMOOTH mode for triangle drawing
|
2014-07-05 20:54:14 +02:00 |
get.cpp
|
TINYGL: Removed duplicated variables.
|
2014-07-25 15:54:07 +02:00 |
gl.h
|
TINYGL: Added "end of frame" marker function.
|
2014-07-23 15:28:48 +02:00 |
image_util.cpp
|
TINYGL: Use astyle to (semi-selectively) apply the code-formatting conventions to TinyGL.
|
2014-02-20 18:46:49 +01:00 |
init.cpp
|
TINYGL: Added default scissor rectangle value.
|
2014-08-05 20:00:13 +02:00 |
LICENCE
|
JANITORIAL: cleanup licences
|
2014-02-16 17:57:34 +01:00 |
light.cpp
|
TINYGL: properly handle color for FLAT mode and lines drawing. Respect FLAT/SMOOTH mode for triangle drawing
|
2014-07-05 20:54:14 +02:00 |
list.cpp
|
TINYGL: formatting code
|
2014-07-02 07:59:22 +02:00 |
matrix.cpp
|
TINYGL: remove GLU leftovers
|
2014-07-10 07:29:49 +02:00 |
memory.cpp
|
TINYGL: Use astyle to (semi-selectively) apply the code-formatting conventions to TinyGL.
|
2014-02-20 18:46:49 +01:00 |
misc.cpp
|
TINYGL: Change a detail in the API implementation.
|
2014-07-25 16:02:22 +02:00 |
opinfo.h
|
TINYGL: implemented tglDepthFunc
|
2014-07-04 23:14:44 +02:00 |
select.cpp
|
TINYGL: Use astyle to (semi-selectively) apply the code-formatting conventions to TinyGL.
|
2014-02-20 18:46:49 +01:00 |
specbuf.cpp
|
TINYGL: Use astyle to (semi-selectively) apply the code-formatting conventions to TinyGL.
|
2014-02-20 18:46:49 +01:00 |
texture.cpp
|
TINYGL: Added texture data versioning.
|
2014-08-02 21:42:25 +02:00 |
vertex.cpp
|
TINYGL: Fixed a bug that caused unneessary draw call creation.
|
2014-08-05 13:18:47 +02:00 |
zblit.cpp
|
TINYGL: Fixed a bug with image clipping.
|
2014-08-05 13:20:18 +02:00 |
zblit.h
|
TINYGL: Added blit image versioning.
|
2014-08-02 21:44:23 +02:00 |
zbuffer.cpp
|
TINYGL: Implemented partial screen clearing.
|
2014-08-01 19:45:55 +02:00 |
zbuffer.h
|
TINYGL: Fixup formatting.
|
2014-08-05 20:00:24 +02:00 |
zgl.h
|
TINYGL: Fixup formatting.
|
2014-08-05 20:00:36 +02:00 |
zline.cpp
|
TINYGL: Implemented pixel scissoring in line rasterization.
|
2014-08-05 13:22:46 +02:00 |
zmath.cpp
|
TINYGL: fix typo in name
|
2014-07-10 07:21:26 +02:00 |
zmath.h
|
TINYGL: fix typo in name
|
2014-07-10 07:21:26 +02:00 |
zrect.cpp
|
TINYGL: Fixed rasterization area detection.
|
2014-08-06 21:10:04 +02:00 |
zrect.h
|
TINYGL: Formatting fixup
|
2014-08-03 21:02:16 +02:00 |
ztriangle.cpp
|
TINYGL: Added pixel scissoring logic to triangle rasterization.
|
2014-08-05 13:21:25 +02:00 |