-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule tigr
updated
23 files
+9 −7 | README.md | |
+1 −1 | examples/demo/Makefile | |
+1 −1 | examples/hello/Makefile | |
+14 −0 | examples/opengl/Makefile | |
+56 −0 | examples/opengl/opengl.c | |
+0 −7 | src/Makefile | |
+3 −11 | src/tigr_amalgamated.c | |
+0 −250 | src/tigr_d3d9.c | |
+84 −53 | src/tigr_gl.c | |
+10 −21 | src/tigr_internal.h | |
+114 −23 | src/tigr_linux.c | |
+89 −70 | src/tigr_osx.c | |
+0 −46 | src/tigr_upscale_d3d9.hlsl | |
+0 −131 | src/tigr_upscale_d3d9_ps.h | |
+0 −101 | src/tigr_upscale_d3d9_vs.h | |
+0 −18 | src/tigr_upscale_gl_fs.glsl | |
+23 −30 | src/tigr_upscale_gl_fs.h | |
+0 −15 | src/tigr_upscale_gl_vs.glsl | |
+20 −19 | src/tigr_upscale_gl_vs.h | |
+11 −0 | src/tigr_utils.c | |
+53 −11 | src/tigr_win.c | |
+423 −748 | tigr.c | |
+5 −8 | tigr.h |