DEADSOFTWARE

nanogl.git
7 years agoFix arrays overflow by check in glEnd, add missing stubs xashxt
mittorn [Mon, 25 Jul 2016 21:00:32 +0000 (21:00 +0000)]
Fix arrays overflow by check in glEnd, add missing stubs

7 years agoMake XashXT renderer work
mittorn [Sun, 24 Jul 2016 20:27:51 +0000 (20:27 +0000)]
Make XashXT renderer work

7 years agoFix mistake
mittorn [Sun, 24 Jul 2016 13:42:37 +0000 (13:42 +0000)]
Fix mistake

7 years agoImplement some wrappers for xashxt
mittorn [Sun, 24 Jul 2016 10:37:11 +0000 (10:37 +0000)]
Implement some wrappers for xashxt

7 years agoUse SDL for GetProcAddress
mittorn [Thu, 16 Jun 2016 07:41:51 +0000 (14:41 +0700)]
Use SDL for GetProcAddress

7 years agoWindows and core profile support
mittorn [Fri, 3 Jun 2016 13:45:43 +0000 (19:45 +0600)]
Windows and core profile support

7 years agoAdd some checks
mittorn [Thu, 12 May 2016 22:42:46 +0000 (22:42 +0000)]
Add some checks

8 years agoRevert "fix glGetError"
a1batross [Sat, 2 Apr 2016 16:13:21 +0000 (19:13 +0300)]
Revert "fix glGetError"

This reverts commit b98ffe3a57fc6f1034366fb830a80d464805ca2e.

8 years agofix glGetError unstable
Alexey [Mon, 14 Mar 2016 18:54:21 +0000 (21:54 +0300)]
fix glGetError

8 years agoMerge pull request #3 from mittorn/master
Alibek Omarov [Fri, 28 Aug 2015 14:31:08 +0000 (17:31 +0300)]
Merge pull request #3 from mittorn/master

Global config

8 years agoGlobal config
mittorn [Wed, 26 Aug 2015 19:15:42 +0000 (02:15 +0700)]
Global config

8 years agoMerge pull request #2 from SDLash3D/hardfloat
mittorn [Tue, 18 Aug 2015 22:30:24 +0000 (04:30 +0600)]
Merge pull request #2 from SDLash3D/hardfloat

Does not work without it

8 years agoMerge branch 'hardfloat' of https://github.com/SDLash3D/nanogl into hardfloat hardfloat
mittorn [Wed, 12 Aug 2015 16:15:08 +0000 (23:15 +0700)]
Merge branch 'hardfloat' of https://github.com/SDLash3D/nanogl into hardfloat

8 years agoUpdate Android.mk
mittorn [Wed, 12 Aug 2015 16:13:31 +0000 (23:13 +0700)]
Update Android.mk

8 years agoMerge pull request #1 from mittorn/hardfloat
Alibek Omarov [Tue, 11 Aug 2015 12:47:31 +0000 (18:47 +0600)]
Merge pull request #1 from mittorn/hardfloat

Put aapcs attributes under SOFTFP_LINK macro

8 years agoPut aapcs attributes under SOFTFP_LINK macro
mittorn [Tue, 16 Jun 2015 15:10:01 +0000 (22:10 +0700)]
Put aapcs attributes under SOFTFP_LINK macro

8 years agoFix hard-float build
mittorn [Sun, 14 Jun 2015 12:57:04 +0000 (19:57 +0700)]
Fix hard-float build

8 years agoAdd some functions to nanogl.h interface
mittorn [Thu, 11 Jun 2015 07:22:27 +0000 (14:22 +0700)]
Add some functions to nanogl.h interface

8 years agoAdd CFLAGS_OPT check
mittorn [Sun, 24 May 2015 16:28:46 +0000 (23:28 +0700)]
Add CFLAGS_OPT check

8 years agoChanges to NanoGL by Emile Belanger
Alibek Omarov [Tue, 19 May 2015 11:37:32 +0000 (17:37 +0600)]
Changes to NanoGL by Emile Belanger

9 years agoExtend array vertexattribs
Alibek Omarov [Fri, 17 Apr 2015 14:25:45 +0000 (20:25 +0600)]
Extend array vertexattribs

9 years agoMake NanoGL compiling statically. Again.
Alibek Omarov [Sun, 5 Apr 2015 12:10:00 +0000 (18:10 +0600)]
Make NanoGL compiling statically. Again.

9 years agoFix undefined reference to '__android_log_print' build error
EXL [Sun, 5 Apr 2015 07:31:42 +0000 (13:31 +0600)]
Fix undefined reference to '__android_log_print' build error

9 years agoInclude string.h
Alibek Omarov [Sun, 22 Mar 2015 15:46:49 +0000 (21:46 +0600)]
Include string.h

9 years agoUse printf instead of __android_log_print on non-android platforms
Alibek Omarov [Sun, 22 Mar 2015 15:46:24 +0000 (21:46 +0600)]
Use printf instead of __android_log_print on non-android platforms

9 years agoBuild a shared library instead of static
Alibek Omarov [Sun, 22 Mar 2015 15:45:30 +0000 (21:45 +0600)]
Build a shared library instead of static

9 years agoInitial version
Nicknekit [Sun, 22 Mar 2015 14:09:16 +0000 (17:09 +0300)]
Initial version